<div dir="ltr"><div>dvips.def (which you probably shouldn't edit) is designed as the back end for dvips for the latex color package which you can use in plain via the graphics-pln bundle and its miniltx wrapper.</div><div>Your jjkk file is a very minimal definition of \color  which disables most of the functionality, just directly accessing the build in list of names known by the dvips dvi driver. Also \definecolortakes teh color name first, not the color model.</div><div><br></div><div>This makes black and pink text using the dvips.def in the tex distributions if processed with tex, dvips, ps2pdf</div><div><br></div><div><br>\input color<br>\definecolor{LightPink}{rgb}{1.0,0.68,0.73}<br><br> black {\color{LightPink} This is pink}<br><br>\bye</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 15 Dec 2021 at 22:13, Walt Burkhard <<a href="mailto:burkhard@cs.ucsd.edu">burkhard@cs.ucsd.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:garamond,serif;font-size:large">Hello, </div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">I am using the   dvips.def  color approach within TeX.    And </div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">all is good.    But now I would like to include another color --- </div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">I am missing a point here.    I have attached three files below</div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">dvips.def:   the original file with two additional lines at the end </div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">                  to  define the  color  LightPink  rgb  1.0, 0.68,0.73.                           </div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">jjkk:             a short file   </div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">test.tex         the test file  .</div><div class="gmail_default" style="font-family:garamond,serif;font-size:large"><br></div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">What needs to be done to get  the color LightPink to work?</div><div class="gmail_default" style="font-family:garamond,serif;font-size:large"><br></div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">Many thanks in advance for your assistance.</div><div class="gmail_default" style="font-family:garamond,serif;font-size:large"><br></div><div class="gmail_default" style="font-family:garamond,serif;font-size:large">Walt Burkhard</div></div>
</blockquote></div>