#d41fab color space conversions
Hex:
        #d41fab
        RGB:
        212, 31, 171
        CMY:
        17, 88, 33
        CMYK:
        0, 85, 19, 17
      HSL:
        314°, 74.4856%, 47.6471%
        HSV (HSB):
        314°, 85.3774%, 83.1373%
        XYZ:
        34.9920, 17.9173, 40.1422
        xyY:
        0.3761, 0.1926, 17.9173
      CIE-Lab:
        49.3956, 76.4774, -30.6581
        CIE-LCH:
        49.3956, 82.3936, 338.1553
        CIE-Luv:
        49.3956, 84.8498, -56.6216
        Hunter-Lab:
        42.3288, 73.4855, -26.5970
      #d41fab color charts
#d41fab RGB chart
      #d41fab CMYK chart
      #d41fab RGB pie chart
      #d41fab color shades, tints & tones
#d41fab color schemes
#d41fab color preview, HTML & CSS examples
           This text has a color of #d41fab        
        
          <p style="color:#d41fab;">Text here</p>
        
        
          .mytext {color:#d41fab;}
        
        Text color #d41fab
      
           This box has a color of #d41fab        
        
          <div style="background-color:#d41fab;">Content here</div>
        
        
          .mybackground {background-color:#d41fab;}
        
        Background color #d41fab
      
           Border around this has a color of #d41fab        
        
          <div style="border:2px solid #d41fab;">Content here</div>
        
        
          .myborder {border:2px solid #d41fab;}
        
        Border color #d41fab