#d53ebd color space conversions
Hex:
        #d53ebd
        RGB:
        213, 62, 189
        CMY:
        16, 76, 26
        CMYK:
        0, 71, 11, 16
      HSL:
        310°, 64.2553%, 53.9216%
        HSV (HSB):
        310°, 70.8920%, 83.5294%
        XYZ:
        38.3485, 21.2655, 50.2276
        xyY:
        0.3491, 0.1936, 21.2655
      CIE-Lab:
        53.2389, 71.0217, -35.1567
        CIE-LCH:
        53.2389, 79.2469, 333.6640
        CIE-Luv:
        53.2389, 72.0542, -63.3937
        Hunter-Lab:
        46.1145, 67.7388, -32.2980
      #d53ebd color charts
#d53ebd RGB chart
      #d53ebd CMYK chart
      #d53ebd RGB pie chart
      #d53ebd color shades, tints & tones
#d53ebd color schemes
#d53ebd color preview, HTML & CSS examples
           This text has a color of #d53ebd        
        
          <p style="color:#d53ebd;">Text here</p>
        
        
          .mytext {color:#d53ebd;}
        
        Text color #d53ebd
      
           This box has a color of #d53ebd        
        
          <div style="background-color:#d53ebd;">Content here</div>
        
        
          .mybackground {background-color:#d53ebd;}
        
        Background color #d53ebd
      
           Border around this has a color of #d53ebd        
        
          <div style="border:2px solid #d53ebd;">Content here</div>
        
        
          .myborder {border:2px solid #d53ebd;}
        
        Border color #d53ebd