#dc01cd color space conversions
Hex:
        #dc01cd
        RGB:
        220, 1, 205
        CMY:
        14, 100, 20
        CMYK:
        0, 100, 7, 14
      HSL:
        304°, 99.0950%, 43.3333%
        HSV (HSB):
        304°, 99.5455%, 86.2745%
        XYZ:
        40.5455, 19.6451, 59.4125
        xyY:
        0.3390, 0.1643, 19.6451
      CIE-Lab:
        51.4336, 85.7280, -47.1668
        CIE-LCH:
        51.4336, 97.8468, 331.1808
        CIE-Luv:
        51.4336, 78.9133, -82.9067
        Hunter-Lab:
        44.3228, 85.7227, -48.4493
      #dc01cd color charts
#dc01cd RGB chart
      #dc01cd CMYK chart
      #dc01cd RGB pie chart
      #dc01cd color shades, tints & tones
#dc01cd color schemes
#dc01cd color preview, HTML & CSS examples
           This text has a color of #dc01cd        
        
          <p style="color:#dc01cd;">Text here</p>
        
        
          .mytext {color:#dc01cd;}
        
        Text color #dc01cd
      
           This box has a color of #dc01cd        
        
          <div style="background-color:#dc01cd;">Content here</div>
        
        
          .mybackground {background-color:#dc01cd;}
        
        Background color #dc01cd
      
           Border around this has a color of #dc01cd        
        
          <div style="border:2px solid #dc01cd;">Content here</div>
        
        
          .myborder {border:2px solid #dc01cd;}
        
        Border color #dc01cd