#d3145d color space conversions
Hex:
        #d3145d
        RGB:
        211, 20, 93
        CMY:
        17, 92, 64
        CMYK:
        0, 91, 56, 17
      HSL:
        337°, 82.6840%, 45.2941%
        HSV (HSB):
        337°, 90.5213%, 82.7451%
        XYZ:
        29.0899, 15.1395, 11.7449
        xyY:
        0.5197, 0.2705, 15.1395
      CIE-Lab:
        45.8247, 70.4688, 11.3892
        CIE-LCH:
        45.8247, 71.3833, 9.1808
        CIE-Luv:
        45.8247, 120.0073, -0.4615
        Hunter-Lab:
        38.9095, 65.3602, 9.3398
      #d3145d color charts
#d3145d RGB chart
      #d3145d CMYK chart
      #d3145d RGB pie chart
      #d3145d color shades, tints & tones
#d3145d color schemes
#d3145d color preview, HTML & CSS examples
           This text has a color of #d3145d        
        
          <p style="color:#d3145d;">Text here</p>
        
        
          .mytext {color:#d3145d;}
        
        Text color #d3145d
      
           This box has a color of #d3145d        
        
          <div style="background-color:#d3145d;">Content here</div>
        
        
          .mybackground {background-color:#d3145d;}
        
        Background color #d3145d
      
           Border around this has a color of #d3145d        
        
          <div style="border:2px solid #d3145d;">Content here</div>
        
        
          .myborder {border:2px solid #d3145d;}
        
        Border color #d3145d