#d55dae color space conversions
Hex:
        #d55dae
        RGB:
        213, 93, 174
        CMY:
        16, 64, 32
        CMYK:
        0, 56, 18, 16
      HSL:
        320°, 58.8235%, 60.0000%
        HSV (HSB):
        320°, 56.3380%, 83.5294%
        XYZ:
        38.9949, 25.0308, 42.8206
        xyY:
        0.3650, 0.2343, 25.0308
      CIE-Lab:
        57.1054, 56.4197, -20.4864
        CIE-LCH:
        57.1054, 60.0240, 340.0436
        CIE-Luv:
        57.1054, 66.4112, -39.6417
        Hunter-Lab:
        50.0308, 51.5721, -15.7238
      #d55dae color charts
#d55dae RGB chart
      #d55dae CMYK chart
      #d55dae RGB pie chart
      #d55dae color shades, tints & tones
#d55dae color schemes
#d55dae color preview, HTML & CSS examples
           This text has a color of #d55dae        
        
          <p style="color:#d55dae;">Text here</p>
        
        
          .mytext {color:#d55dae;}
        
        Text color #d55dae
      
           This box has a color of #d55dae        
        
          <div style="background-color:#d55dae;">Content here</div>
        
        
          .mybackground {background-color:#d55dae;}
        
        Background color #d55dae
      
           Border around this has a color of #d55dae        
        
          <div style="border:2px solid #d55dae;">Content here</div>
        
        
          .myborder {border:2px solid #d55dae;}
        
        Border color #d55dae