#dd12af color space conversions
Hex:
        #dd12af
        RGB:
        221, 18, 175
        CMY:
        13, 93, 31
        CMYK:
        0, 92, 21, 13
      HSL:
        314°, 84.9372%, 46.8627%
        HSV (HSB):
        314°, 91.8552%, 86.6667%
        XYZ:
        37.7730, 18.8999, 42.2146
        xyY:
        0.3820, 0.1911, 18.8999
      CIE-Lab:
        50.5699, 80.6682, -31.0602
        CIE-LCH:
        50.5699, 86.4412, 338.9415
        CIE-Luv:
        50.5699, 91.6970, -58.2326
        Hunter-Lab:
        43.4740, 79.0125, -27.1406
      #dd12af color charts
#dd12af RGB chart
      #dd12af CMYK chart
      #dd12af RGB pie chart
      #dd12af color shades, tints & tones
#dd12af color schemes
#dd12af color preview, HTML & CSS examples
           This text has a color of #dd12af        
        
          <p style="color:#dd12af;">Text here</p>
        
        
          .mytext {color:#dd12af;}
        
        Text color #dd12af
      
           This box has a color of #dd12af        
        
          <div style="background-color:#dd12af;">Content here</div>
        
        
          .mybackground {background-color:#dd12af;}
        
        Background color #dd12af
      
           Border around this has a color of #dd12af        
        
          <div style="border:2px solid #dd12af;">Content here</div>
        
        
          .myborder {border:2px solid #dd12af;}
        
        Border color #dd12af