#d33aae color space conversions
Hex:
        #d33aae
        RGB:
        211, 58, 174
        CMY:
        17, 77, 32
        CMYK:
        0, 73, 18, 17
      HSL:
        315°, 63.4855%, 52.7451%
        HSV (HSB):
        315°, 72.5118%, 82.7451%
        XYZ:
        36.0170, 19.9310, 41.9932
        xyY:
        0.3677, 0.2035, 19.9310
      CIE-Lab:
        51.7591, 69.7553, -28.7543
        CIE-LCH:
        51.7591, 75.4495, 337.5977
        CIE-Luv:
        51.7591, 77.1769, -53.2881
        Hunter-Lab:
        44.6441, 65.8790, -24.5185
      #d33aae color charts
#d33aae RGB chart
      #d33aae CMYK chart
      #d33aae RGB pie chart
      #d33aae color shades, tints & tones
#d33aae color schemes
#d33aae color preview, HTML & CSS examples
           This text has a color of #d33aae        
        
          <p style="color:#d33aae;">Text here</p>
        
        
          .mytext {color:#d33aae;}
        
        Text color #d33aae
      
           This box has a color of #d33aae        
        
          <div style="background-color:#d33aae;">Content here</div>
        
        
          .mybackground {background-color:#d33aae;}
        
        Background color #d33aae
      
           Border around this has a color of #d33aae        
        
          <div style="border:2px solid #d33aae;">Content here</div>
        
        
          .myborder {border:2px solid #d33aae;}
        
        Border color #d33aae