#dc00bc color space conversions
Hex:
        #dc00bc
        RGB:
        220, 0, 188
        CMY:
        14, 100, 26
        CMYK:
        0, 100, 15, 14
      HSL:
        309°, 100.0000%, 43.1373%
        HSV (HSB):
        309°, 100.0000%, 86.2745%
        XYZ:
        38.5923, 18.8465, 49.1806
        xyY:
        0.3620, 0.1768, 18.8465
      CIE-Lab:
        50.5071, 83.5777, -38.7853
        CIE-LCH:
        50.5071, 92.1387, 335.1057
        CIE-Luv:
        50.5071, 86.2920, -69.9578
        Hunter-Lab:
        43.4125, 82.7086, -36.7789
      #dc00bc color charts
#dc00bc RGB chart
      #dc00bc CMYK chart
      #dc00bc RGB pie chart
      #dc00bc color shades, tints & tones
#dc00bc color schemes
#dc00bc color preview, HTML & CSS examples
           This text has a color of #dc00bc        
        
          <p style="color:#dc00bc;">Text here</p>
        
        
          .mytext {color:#dc00bc;}
        
        Text color #dc00bc
      
           This box has a color of #dc00bc        
        
          <div style="background-color:#dc00bc;">Content here</div>
        
        
          .mybackground {background-color:#dc00bc;}
        
        Background color #dc00bc
      
           Border around this has a color of #dc00bc        
        
          <div style="border:2px solid #dc00bc;">Content here</div>
        
        
          .myborder {border:2px solid #dc00bc;}
        
        Border color #dc00bc