#d00cff color space conversions
Hex:
        #d00cff
        RGB:
        208, 12, 255
        CMY:
        18, 95, 0
        CMYK:
        18, 95, 0, 0
      HSL:
        288°, 100.0000%, 52.3529%
        HSV (HSB):
        288°, 95.2941%, 100.0000%
        XYZ:
        44.1939, 20.8928, 96.3112
        xyY:
        0.2738, 0.1294, 20.8928
      CIE-Lab:
        52.8320, 90.6672, -73.3098
        CIE-LCH:
        52.8320, 116.5970, 321.0424
        CIE-Luv:
        52.8320, 51.9140, -121.9056
        Hunter-Lab:
        45.7087, 92.5943, -92.9318
      #d00cff color charts
#d00cff RGB chart
      #d00cff CMYK chart
      #d00cff RGB pie chart
      #d00cff color shades, tints & tones
#d00cff color schemes
#d00cff color preview, HTML & CSS examples
           This text has a color of #d00cff        
        
          <p style="color:#d00cff;">Text here</p>
        
        
          .mytext {color:#d00cff;}
        
        Text color #d00cff
      
           This box has a color of #d00cff        
        
          <div style="background-color:#d00cff;">Content here</div>
        
        
          .mybackground {background-color:#d00cff;}
        
        Background color #d00cff
      
           Border around this has a color of #d00cff        
        
          <div style="border:2px solid #d00cff;">Content here</div>
        
        
          .myborder {border:2px solid #d00cff;}
        
        Border color #d00cff