#d53deb color space conversions
Hex:
        #d53deb
        RGB:
        213, 61, 235
        CMY:
        16, 76, 8
        CMYK:
        9, 74, 0, 8
      HSL:
        292°, 81.3084%, 58.0392%
        HSV (HSB):
        292°, 74.0426%, 92.1569%
        XYZ:
        44.1047, 23.4818, 80.8051
        xyY:
        0.2972, 0.1582, 23.4818
      CIE-Lab:
        55.5652, 78.6256, -57.6859
        CIE-LCH:
        55.5652, 97.5174, 323.7333
        CIE-Luv:
        55.5652, 56.5999, -99.3053
        Hunter-Lab:
        48.4580, 77.6627, -64.9472
      #d53deb color charts
#d53deb RGB chart
      #d53deb CMYK chart
      #d53deb RGB pie chart
      #d53deb color shades, tints & tones
#d53deb color schemes
#d53deb color preview, HTML & CSS examples
           This text has a color of #d53deb        
        
          <p style="color:#d53deb;">Text here</p>
        
        
          .mytext {color:#d53deb;}
        
        Text color #d53deb
      
           This box has a color of #d53deb        
        
          <div style="background-color:#d53deb;">Content here</div>
        
        
          .mybackground {background-color:#d53deb;}
        
        Background color #d53deb
      
           Border around this has a color of #d53deb        
        
          <div style="border:2px solid #d53deb;">Content here</div>
        
        
          .myborder {border:2px solid #d53deb;}
        
        Border color #d53deb