#dc00ea color space conversions
Hex:
        #dc00ea
        RGB:
        220, 0, 234
        CMY:
        14, 100, 8
        CMYK:
        6, 100, 0, 8
      HSL:
        296°, 100.0000%, 45.8824%
        HSV (HSB):
        296°, 100.0000%, 91.7647%
        XYZ:
        44.3665, 21.1562, 79.5871
        xyY:
        0.3057, 0.1458, 21.1562
      CIE-Lab:
        53.1200, 89.9295, -60.9873
        CIE-LCH:
        53.1200, 108.6590, 325.8562
        CIE-Luv:
        53.1200, 67.4713, -104.4419
        Hunter-Lab:
        45.9958, 91.6842, -70.3931
      #dc00ea color charts
#dc00ea RGB chart
      #dc00ea CMYK chart
      #dc00ea RGB pie chart
      #dc00ea color shades, tints & tones
#dc00ea color schemes
#dc00ea color preview, HTML & CSS examples
           This text has a color of #dc00ea        
        
          <p style="color:#dc00ea;">Text here</p>
        
        
          .mytext {color:#dc00ea;}
        
        Text color #dc00ea
      
           This box has a color of #dc00ea        
        
          <div style="background-color:#dc00ea;">Content here</div>
        
        
          .mybackground {background-color:#dc00ea;}
        
        Background color #dc00ea
      
           Border around this has a color of #dc00ea        
        
          <div style="border:2px solid #dc00ea;">Content here</div>
        
        
          .myborder {border:2px solid #dc00ea;}
        
        Border color #dc00ea