#d41d63 color space conversions
Hex:
        #d41d63
        RGB:
        212, 29, 99
        CMY:
        17, 89, 61
        CMYK:
        0, 86, 53, 17
      HSL:
        337°, 75.9336%, 47.2549%
        HSV (HSB):
        337°, 86.3208%, 83.1373%
        XYZ:
        29.8429, 15.7766, 13.2767
        xyY:
        0.5067, 0.2679, 15.7766
      CIE-Lab:
        46.6801, 69.6644, 8.8931
        CIE-LCH:
        46.6801, 70.2297, 7.2748
        CIE-Luv:
        46.6801, 116.4240, -2.9165
        Hunter-Lab:
        39.7198, 64.6036, 7.9857
      #d41d63 color charts
#d41d63 RGB chart
      #d41d63 CMYK chart
      #d41d63 RGB pie chart
      #d41d63 color shades, tints & tones
#d41d63 color schemes
#d41d63 color preview, HTML & CSS examples
           This text has a color of #d41d63        
        
          <p style="color:#d41d63;">Text here</p>
        
        
          .mytext {color:#d41d63;}
        
        Text color #d41d63
      
           This box has a color of #d41d63        
        
          <div style="background-color:#d41d63;">Content here</div>
        
        
          .mybackground {background-color:#d41d63;}
        
        Background color #d41d63
      
           Border around this has a color of #d41d63        
        
          <div style="border:2px solid #d41d63;">Content here</div>
        
        
          .myborder {border:2px solid #d41d63;}
        
        Border color #d41d63