#dc3bed color space conversions
Hex:
        #dc3bed
        RGB:
        220, 59, 237
        CMY:
        14, 77, 7
        CMYK:
        7, 75, 0, 7
      HSL:
        294°, 83.1776%, 58.0392%
        HSV (HSB):
        294°, 75.1055%, 92.9412%
        XYZ:
        46.3652, 24.4580, 82.3979
        xyY:
        0.3026, 0.1596, 24.4580
      CIE-Lab:
        56.5435, 80.9123, -57.1811
        CIE-LCH:
        56.5435, 99.0781, 324.7509
        CIE-Luv:
        56.5435, 60.9950, -99.2593
        Hunter-Lab:
        49.4550, 80.8016, -64.1656
      #dc3bed color charts
#dc3bed RGB chart
      #dc3bed CMYK chart
      #dc3bed RGB pie chart
      #dc3bed color shades, tints & tones
#dc3bed color schemes
#dc3bed color preview, HTML & CSS examples
           This text has a color of #dc3bed        
        
          <p style="color:#dc3bed;">Text here</p>
        
        
          .mytext {color:#dc3bed;}
        
        Text color #dc3bed
      
           This box has a color of #dc3bed        
        
          <div style="background-color:#dc3bed;">Content here</div>
        
        
          .mybackground {background-color:#dc3bed;}
        
        Background color #dc3bed
      
           Border around this has a color of #dc3bed        
        
          <div style="border:2px solid #dc3bed;">Content here</div>
        
        
          .myborder {border:2px solid #dc3bed;}
        
        Border color #dc3bed