#dc05cf color space conversions
Hex:
        #dc05cf
        RGB:
        220, 5, 207
        CMY:
        14, 98, 19
        CMYK:
        0, 98, 6, 14
      HSL:
        304°, 95.5556%, 44.1176%
        HSV (HSB):
        304°, 97.7273%, 86.2745%
        XYZ:
        40.8320, 19.8292, 60.7068
        xyY:
        0.3364, 0.1634, 19.8292
      CIE-Lab:
        51.6435, 85.7074, -47.9831
        CIE-LCH:
        51.6435, 98.2249, 330.7578
        CIE-Luv:
        51.6435, 77.8897, -84.1867
        Hunter-Lab:
        44.5300, 85.7489, -49.6579
      #dc05cf color charts
#dc05cf RGB chart
      #dc05cf CMYK chart
      #dc05cf RGB pie chart
      #dc05cf color shades, tints & tones
#dc05cf color schemes
#dc05cf color preview, HTML & CSS examples
           This text has a color of #dc05cf        
        
          <p style="color:#dc05cf;">Text here</p>
        
        
          .mytext {color:#dc05cf;}
        
        Text color #dc05cf
      
           This box has a color of #dc05cf        
        
          <div style="background-color:#dc05cf;">Content here</div>
        
        
          .mybackground {background-color:#dc05cf;}
        
        Background color #dc05cf
      
           Border around this has a color of #dc05cf        
        
          <div style="border:2px solid #dc05cf;">Content here</div>
        
        
          .myborder {border:2px solid #dc05cf;}
        
        Border color #dc05cf