#dc12cf color space conversions
Hex:
        #dc12cf
        RGB:
        220, 18, 207
        CMY:
        14, 93, 19
        CMYK:
        0, 92, 6, 14
      HSL:
        304°, 84.8739%, 46.6667%
        HSV (HSB):
        304°, 91.8182%, 86.2745%
        XYZ:
        40.9940, 20.1533, 60.7608
        xyY:
        0.3363, 0.1653, 20.1533
      CIE-Lab:
        52.0100, 84.6260, -47.4000
        CIE-LCH:
        52.0100, 96.9965, 330.7463
        CIE-Luv:
        52.0100, 77.1827, -83.3196
        Hunter-Lab:
        44.8924, 84.4377, -48.8230
      #dc12cf color charts
#dc12cf RGB chart
      #dc12cf CMYK chart
      #dc12cf RGB pie chart
      #dc12cf color shades, tints & tones
#dc12cf color schemes
#dc12cf color preview, HTML & CSS examples
           This text has a color of #dc12cf        
        
          <p style="color:#dc12cf;">Text here</p>
        
        
          .mytext {color:#dc12cf;}
        
        Text color #dc12cf
      
           This box has a color of #dc12cf        
        
          <div style="background-color:#dc12cf;">Content here</div>
        
        
          .mybackground {background-color:#dc12cf;}
        
        Background color #dc12cf
      
           Border around this has a color of #dc12cf        
        
          <div style="border:2px solid #dc12cf;">Content here</div>
        
        
          .myborder {border:2px solid #dc12cf;}
        
        Border color #dc12cf