#df01dc color space conversions
Hex:
        #df01dc
        RGB:
        223, 1, 220
        CMY:
        13, 100, 14
        CMYK:
        0, 100, 1, 13
      HSL:
        301°, 99.1071%, 43.9216%
        HSV (HSB):
        301°, 99.5516%, 87.4510%
        XYZ:
        43.3605, 20.8770, 69.4545
        xyY:
        0.3243, 0.1562, 20.8770
      CIE-Lab:
        52.8146, 88.2920, -53.5185
        CIE-LCH:
        52.8146, 103.2459, 328.7777
        CIE-Luv:
        52.8146, 74.9780, -93.1779
        Hunter-Lab:
        45.6913, 89.4345, -58.1415
      #df01dc color charts
#df01dc RGB chart
      #df01dc CMYK chart
      #df01dc RGB pie chart
      #df01dc color shades, tints & tones
#df01dc color schemes
#df01dc color preview, HTML & CSS examples
           This text has a color of #df01dc        
        
          <p style="color:#df01dc;">Text here</p>
        
        
          .mytext {color:#df01dc;}
        
        Text color #df01dc
      
           This box has a color of #df01dc        
        
          <div style="background-color:#df01dc;">Content here</div>
        
        
          .mybackground {background-color:#df01dc;}
        
        Background color #df01dc
      
           Border around this has a color of #df01dc        
        
          <div style="border:2px solid #df01dc;">Content here</div>
        
        
          .myborder {border:2px solid #df01dc;}
        
        Border color #df01dc