#dc04db color space conversions
Hex:
        #dc04db
        RGB:
        220, 4, 219
        CMY:
        14, 98, 14
        CMYK:
        0, 98, 0, 14
      HSL:
        300°, 96.4286%, 43.9216%
        HSV (HSB):
        300°, 98.1818%, 86.2745%
        XYZ:
        42.3448, 20.4169, 68.7269
        xyY:
        0.3220, 0.1553, 20.4169
      CIE-Lab:
        52.3054, 87.4576, -53.7932
        CIE-LCH:
        52.3054, 102.6769, 328.4053
        CIE-Luv:
        52.3054, 73.0758, -93.2369
        Hunter-Lab:
        45.1851, 88.2056, -58.5509
      #dc04db color charts
#dc04db RGB chart
      #dc04db CMYK chart
      #dc04db RGB pie chart
      #dc04db color shades, tints & tones
#dc04db color schemes
#dc04db color preview, HTML & CSS examples
           This text has a color of #dc04db        
        
          <p style="color:#dc04db;">Text here</p>
        
        
          .mytext {color:#dc04db;}
        
        Text color #dc04db
      
           This box has a color of #dc04db        
        
          <div style="background-color:#dc04db;">Content here</div>
        
        
          .mybackground {background-color:#dc04db;}
        
        Background color #dc04db
      
           Border around this has a color of #dc04db        
        
          <div style="border:2px solid #dc04db;">Content here</div>
        
        
          .myborder {border:2px solid #dc04db;}
        
        Border color #dc04db