#d52dae color space conversions
Hex:
        #d52dae
        RGB:
        213, 45, 174
        CMY:
        16, 82, 32
        CMYK:
        0, 79, 18, 16
      HSL:
        314°, 66.6667%, 50.5882%
        HSV (HSB):
        314°, 78.8732%, 83.5294%
        XYZ:
        36.0189, 19.0789, 41.8286
        xyY:
        0.3716, 0.1968, 19.0789
      CIE-Lab:
        50.7794, 73.9847, -30.2531
        CIE-LCH:
        50.7794, 79.9311, 337.7599
        CIE-Luv:
        50.7794, 81.8444, -55.9712
        Hunter-Lab:
        43.6794, 70.7559, -26.2021
      #d52dae color charts
#d52dae RGB chart
      #d52dae CMYK chart
      #d52dae RGB pie chart
      #d52dae color shades, tints & tones
#d52dae color schemes
#d52dae color preview, HTML & CSS examples
           This text has a color of #d52dae        
        
          <p style="color:#d52dae;">Text here</p>
        
        
          .mytext {color:#d52dae;}
        
        Text color #d52dae
      
           This box has a color of #d52dae        
        
          <div style="background-color:#d52dae;">Content here</div>
        
        
          .mybackground {background-color:#d52dae;}
        
        Background color #d52dae
      
           Border around this has a color of #d52dae        
        
          <div style="border:2px solid #d52dae;">Content here</div>
        
        
          .myborder {border:2px solid #d52dae;}
        
        Border color #d52dae