#d53ded color space conversions
Hex:
        #d53ded
        RGB:
        213, 61, 237
        CMY:
        16, 76, 7
        CMYK:
        10, 74, 0, 7
      HSL:
        292°, 83.0189%, 58.4314%
        HSV (HSB):
        292°, 74.2616%, 92.9412%
        XYZ:
        44.3954, 23.5980, 82.3357
        xyY:
        0.2953, 0.1570, 23.5980
      CIE-Lab:
        55.6831, 78.9659, -58.6187
        CIE-LCH:
        55.6831, 98.3451, 323.4124
        CIE-Luv:
        55.6831, 55.9712, -100.8015
        Hunter-Lab:
        48.5778, 78.1204, -66.4876
      #d53ded color charts
#d53ded RGB chart
      #d53ded CMYK chart
      #d53ded RGB pie chart
      #d53ded color shades, tints & tones
#d53ded color schemes
#d53ded color preview, HTML & CSS examples
           This text has a color of #d53ded        
        
          <p style="color:#d53ded;">Text here</p>
        
        
          .mytext {color:#d53ded;}
        
        Text color #d53ded
      
           This box has a color of #d53ded        
        
          <div style="background-color:#d53ded;">Content here</div>
        
        
          .mybackground {background-color:#d53ded;}
        
        Background color #d53ded
      
           Border around this has a color of #d53ded        
        
          <div style="border:2px solid #d53ded;">Content here</div>
        
        
          .myborder {border:2px solid #d53ded;}
        
        Border color #d53ded