#df01ca color space conversions
Hex:
        #df01ca
        RGB:
        223, 1, 202
        CMY:
        13, 100, 21
        CMYK:
        0, 100, 9, 13
      HSL:
        306°, 99.1071%, 43.9216%
        HSV (HSB):
        306°, 99.5516%, 87.4510%
        XYZ:
        41.1029, 19.9740, 57.5661
        xyY:
        0.3464, 0.1684, 19.9740
      CIE-Lab:
        51.8077, 85.8324, -44.8108
        CIE-LCH:
        51.8077, 96.8256, 332.4321
        CIE-Luv:
        51.8077, 82.4330, -79.6053
        Hunter-Lab:
        44.6922, 85.9531, -45.0843
      #df01ca color charts
#df01ca RGB chart
      #df01ca CMYK chart
      #df01ca RGB pie chart
      #df01ca color shades, tints & tones
#df01ca color schemes
#df01ca color preview, HTML & CSS examples
           This text has a color of #df01ca        
        
          <p style="color:#df01ca;">Text here</p>
        
        
          .mytext {color:#df01ca;}
        
        Text color #df01ca
      
           This box has a color of #df01ca        
        
          <div style="background-color:#df01ca;">Content here</div>
        
        
          .mybackground {background-color:#df01ca;}
        
        Background color #df01ca
      
           Border around this has a color of #df01ca        
        
          <div style="border:2px solid #df01ca;">Content here</div>
        
        
          .myborder {border:2px solid #df01ca;}
        
        Border color #df01ca