#dd11ed color space conversions
Hex:
        #dd11ed
        RGB:
        221, 17, 237
        CMY:
        13, 93, 7
        CMYK:
        7, 93, 0, 7
      HSL:
        296°, 86.6142%, 49.8039%
        HSV (HSB):
        296°, 92.8270%, 92.9412%
        XYZ:
        45.3053, 21.8875, 81.9576
        xyY:
        0.3038, 0.1467, 21.8875
      CIE-Lab:
        53.9074, 89.2522, -61.4009
        CIE-LCH:
        53.9074, 108.3329, 325.4740
        CIE-Luv:
        53.9074, 66.3605, -105.3672
        Hunter-Lab:
        46.7841, 90.9859, -71.1170
      #dd11ed color charts
#dd11ed RGB chart
      #dd11ed CMYK chart
      #dd11ed RGB pie chart
      #dd11ed color shades, tints & tones
#dd11ed color schemes
#dd11ed color preview, HTML & CSS examples
           This text has a color of #dd11ed        
        
          <p style="color:#dd11ed;">Text here</p>
        
        
          .mytext {color:#dd11ed;}
        
        Text color #dd11ed
      
           This box has a color of #dd11ed        
        
          <div style="background-color:#dd11ed;">Content here</div>
        
        
          .mybackground {background-color:#dd11ed;}
        
        Background color #dd11ed
      
           Border around this has a color of #dd11ed        
        
          <div style="border:2px solid #dd11ed;">Content here</div>
        
        
          .myborder {border:2px solid #dd11ed;}
        
        Border color #dd11ed