#dc2dcd color space conversions
Hex:
        #dc2dcd
        RGB:
        220, 45, 205
        CMY:
        14, 82, 20
        CMYK:
        0, 80, 7, 14
      HSL:
        305°, 71.4286%, 51.9608%
        HSV (HSB):
        305°, 79.5455%, 86.2745%
        XYZ:
        41.4730, 21.5002, 59.7217
        xyY:
        0.3380, 0.1752, 21.5002
      CIE-Lab:
        53.4926, 79.7013, -43.8997
        CIE-LCH:
        53.4926, 90.9917, 331.1539
        CIE-Luv:
        53.4926, 74.8194, -77.9354
        Hunter-Lab:
        46.3683, 78.5106, -43.9068
      #dc2dcd color charts
#dc2dcd RGB chart
      #dc2dcd CMYK chart
      #dc2dcd RGB pie chart
      #dc2dcd color shades, tints & tones
#dc2dcd color schemes
#dc2dcd color preview, HTML & CSS examples
           This text has a color of #dc2dcd        
        
          <p style="color:#dc2dcd;">Text here</p>
        
        
          .mytext {color:#dc2dcd;}
        
        Text color #dc2dcd
      
           This box has a color of #dc2dcd        
        
          <div style="background-color:#dc2dcd;">Content here</div>
        
        
          .mybackground {background-color:#dc2dcd;}
        
        Background color #dc2dcd
      
           Border around this has a color of #dc2dcd        
        
          <div style="border:2px solid #dc2dcd;">Content here</div>
        
        
          .myborder {border:2px solid #dc2dcd;}
        
        Border color #dc2dcd