#dd13af color space conversions
Hex:
        #dd13af
        RGB:
        221, 19, 175
        CMY:
        13, 93, 31
        CMYK:
        0, 91, 21, 13
      HSL:
        314°, 84.1667%, 47.0588%
        HSV (HSB):
        314°, 91.4027%, 86.6667%
        XYZ:
        37.7895, 18.9330, 42.2202
        xyY:
        0.3819, 0.1914, 18.9330
      CIE-Lab:
        50.6088, 80.5543, -30.9995
        CIE-LCH:
        50.6088, 86.3132, 338.9519
        CIE-Luv:
        50.6088, 91.6023, -58.1352
        Hunter-Lab:
        43.5121, 78.8780, -27.0711
      #dd13af color charts
#dd13af RGB chart
      #dd13af CMYK chart
      #dd13af RGB pie chart
      #dd13af color shades, tints & tones
#dd13af color schemes
#dd13af color preview, HTML & CSS examples
           This text has a color of #dd13af        
        
          <p style="color:#dd13af;">Text here</p>
        
        
          .mytext {color:#dd13af;}
        
        Text color #dd13af
      
           This box has a color of #dd13af        
        
          <div style="background-color:#dd13af;">Content here</div>
        
        
          .mybackground {background-color:#dd13af;}
        
        Background color #dd13af
      
           Border around this has a color of #dd13af        
        
          <div style="border:2px solid #dd13af;">Content here</div>
        
        
          .myborder {border:2px solid #dd13af;}
        
        Border color #dd13af