#d41aad color space conversions
Hex:
        #d41aad
        RGB:
        212, 26, 173
        CMY:
        17, 90, 32
        CMYK:
        0, 88, 18, 17
      HSL:
        313°, 78.1513%, 46.6667%
        HSV (HSB):
        313°, 87.7358%, 83.1373%
        XYZ:
        35.0636, 17.7530, 41.1138
        xyY:
        0.3733, 0.1890, 17.7530
      CIE-Lab:
        49.1951, 77.5859, -32.1516
        CIE-LCH:
        49.1951, 83.9839, 337.4908
        CIE-Luv:
        49.1951, 84.6772, -58.9173
        Hunter-Lab:
        42.1343, 74.8104, -28.3600
      #d41aad color charts
#d41aad RGB chart
      #d41aad CMYK chart
      #d41aad RGB pie chart
      #d41aad color shades, tints & tones
#d41aad color schemes
#d41aad color preview, HTML & CSS examples
           This text has a color of #d41aad        
        
          <p style="color:#d41aad;">Text here</p>
        
        
          .mytext {color:#d41aad;}
        
        Text color #d41aad
      
           This box has a color of #d41aad        
        
          <div style="background-color:#d41aad;">Content here</div>
        
        
          .mybackground {background-color:#d41aad;}
        
        Background color #d41aad
      
           Border around this has a color of #d41aad        
        
          <div style="border:2px solid #d41aad;">Content here</div>
        
        
          .myborder {border:2px solid #d41aad;}
        
        Border color #d41aad