#dd60ed color space conversions
Hex:
        #dd60ed
        RGB:
        221, 96, 237
        CMY:
        13, 62, 7
        CMYK:
        7, 59, 0, 7
      HSL:
        293°, 79.6610%, 65.2941%
        HSV (HSB):
        293°, 59.4937%, 92.9412%
        XYZ:
        49.2877, 29.8523, 83.2851
        xyY:
        0.3034, 0.1838, 29.8523
      CIE-Lab:
        61.5266, 67.5352, -49.2413
        CIE-LCH:
        61.5266, 83.5806, 323.9034
        CIE-Luv:
        61.5266, 52.8772, -86.8913
        Hunter-Lab:
        54.6373, 65.4078, -52.1313
      #dd60ed color charts
#dd60ed RGB chart
      #dd60ed CMYK chart
      #dd60ed RGB pie chart
      #dd60ed color shades, tints & tones
#dd60ed color schemes
#dd60ed color preview, HTML & CSS examples
           This text has a color of #dd60ed        
        
          <p style="color:#dd60ed;">Text here</p>
        
        
          .mytext {color:#dd60ed;}
        
        Text color #dd60ed
      
           This box has a color of #dd60ed        
        
          <div style="background-color:#dd60ed;">Content here</div>
        
        
          .mybackground {background-color:#dd60ed;}
        
        Background color #dd60ed
      
           Border around this has a color of #dd60ed        
        
          <div style="border:2px solid #dd60ed;">Content here</div>
        
        
          .myborder {border:2px solid #dd60ed;}
        
        Border color #dd60ed