#d471cf color space conversions
Hex:
        #d471cf
        RGB:
        212, 113, 207
        CMY:
        17, 56, 19
        CMYK:
        0, 47, 2, 17
      HSL:
        303°, 53.5135%, 63.7255%
        HSV (HSB):
        303°, 46.6981%, 83.1373%
        XYZ:
        44.3190, 30.3123, 62.5465
        xyY:
        0.3231, 0.2210, 30.3123
      CIE-Lab:
        61.9228, 51.8481, -31.9065
        CIE-LCH:
        61.9228, 60.8790, 328.3925
        CIE-Luv:
        61.9228, 48.5718, -57.1752
        Hunter-Lab:
        55.0566, 47.3383, -28.8162
      #d471cf color charts
#d471cf RGB chart
      #d471cf CMYK chart
      #d471cf RGB pie chart
      #d471cf color shades, tints & tones
#d471cf color schemes
#d471cf color preview, HTML & CSS examples
           This text has a color of #d471cf        
        
          <p style="color:#d471cf;">Text here</p>
        
        
          .mytext {color:#d471cf;}
        
        Text color #d471cf
      
           This box has a color of #d471cf        
        
          <div style="background-color:#d471cf;">Content here</div>
        
        
          .mybackground {background-color:#d471cf;}
        
        Background color #d471cf
      
           Border around this has a color of #d471cf        
        
          <div style="border:2px solid #d471cf;">Content here</div>
        
        
          .myborder {border:2px solid #d471cf;}
        
        Border color #d471cf