#dc22ed color space conversions
Hex:
        #dc22ed
        RGB:
        220, 34, 237
        CMY:
        14, 87, 7
        CMYK:
        7, 86, 0, 7
      HSL:
        295°, 84.9372%, 53.1373%
        HSV (HSB):
        295°, 85.6540%, 92.9412%
        XYZ:
        45.3733, 22.4741, 82.0673
        xyY:
        0.3027, 0.1499, 22.4741
      CIE-Lab:
        54.5265, 86.7790, -60.4146
        CIE-LCH:
        54.5265, 105.7380, 325.1548
        CIE-Luv:
        54.5265, 64.3959, -103.9214
        Hunter-Lab:
        47.4069, 87.8809, -69.4536
      #dc22ed color charts
#dc22ed RGB chart
      #dc22ed CMYK chart
      #dc22ed RGB pie chart
      #dc22ed color shades, tints & tones
#dc22ed color schemes
#dc22ed color preview, HTML & CSS examples
           This text has a color of #dc22ed        
        
          <p style="color:#dc22ed;">Text here</p>
        
        
          .mytext {color:#dc22ed;}
        
        Text color #dc22ed
      
           This box has a color of #dc22ed        
        
          <div style="background-color:#dc22ed;">Content here</div>
        
        
          .mybackground {background-color:#dc22ed;}
        
        Background color #dc22ed
      
           Border around this has a color of #dc22ed        
        
          <div style="border:2px solid #dc22ed;">Content here</div>
        
        
          .myborder {border:2px solid #dc22ed;}
        
        Border color #dc22ed