#d53cce color space conversions
Hex:
        #d53cce
        RGB:
        213, 60, 206
        CMY:
        16, 76, 19
        CMYK:
        0, 72, 3, 16
      HSL:
        303°, 64.5570%, 53.5294%
        HSV (HSB):
        303°, 71.8310%, 83.5294%
        XYZ:
        40.1970, 21.8341, 60.4883
        xyY:
        0.3281, 0.1782, 21.8341
      CIE-Lab:
        53.8505, 74.2287, -43.9802
        CIE-LCH:
        53.8505, 86.2795, 329.3535
        CIE-Luv:
        53.8505, 66.4650, -77.3656
        Hunter-Lab:
        46.7270, 71.7830, -44.0424
      #d53cce color charts
#d53cce RGB chart
      #d53cce CMYK chart
      #d53cce RGB pie chart
      #d53cce color shades, tints & tones
#d53cce color schemes
#d53cce color preview, HTML & CSS examples
           This text has a color of #d53cce        
        
          <p style="color:#d53cce;">Text here</p>
        
        
          .mytext {color:#d53cce;}
        
        Text color #d53cce
      
           This box has a color of #d53cce        
        
          <div style="background-color:#d53cce;">Content here</div>
        
        
          .mybackground {background-color:#d53cce;}
        
        Background color #d53cce
      
           Border around this has a color of #d53cce        
        
          <div style="border:2px solid #d53cce;">Content here</div>
        
        
          .myborder {border:2px solid #d53cce;}
        
        Border color #d53cce