#d563aa color space conversions
Hex:
        #d563aa
        RGB:
        213, 99, 170
        CMY:
        16, 61, 33
        CMYK:
        0, 54, 20, 16
      HSL:
        323°, 57.5758%, 61.1765%
        HSV (HSB):
        323°, 53.5211%, 83.5294%
        XYZ:
        39.1581, 25.9721, 40.9795
        xyY:
        0.3690, 0.2448, 25.9721
      CIE-Lab:
        58.0106, 53.0360, -16.7950
        CIE-LCH:
        58.0106, 55.6317, 342.4285
        CIE-Luv:
        58.0106, 64.9163, -33.6579
        Hunter-Lab:
        50.9628, 47.9684, -12.0014
      #d563aa color charts
#d563aa RGB chart
      #d563aa CMYK chart
      #d563aa RGB pie chart
      #d563aa color shades, tints & tones
#d563aa color schemes
#d563aa color preview, HTML & CSS examples
           This text has a color of #d563aa        
        
          <p style="color:#d563aa;">Text here</p>
        
        
          .mytext {color:#d563aa;}
        
        Text color #d563aa
      
           This box has a color of #d563aa        
        
          <div style="background-color:#d563aa;">Content here</div>
        
        
          .mybackground {background-color:#d563aa;}
        
        Background color #d563aa
      
           Border around this has a color of #d563aa        
        
          <div style="border:2px solid #d563aa;">Content here</div>
        
        
          .myborder {border:2px solid #d563aa;}
        
        Border color #d563aa