#d3148b color space conversions
Hex:
        #d3148b
        RGB:
        211, 20, 139
        CMY:
        17, 92, 45
        CMYK:
        0, 91, 34, 17
      HSL:
        323°, 82.6840%, 45.2941%
        HSV (HSB):
        323°, 90.5213%, 82.7451%
        XYZ:
        31.7743, 16.2133, 25.8809
        xyY:
        0.4301, 0.2195, 16.2133
      CIE-Lab:
        47.2531, 74.3733, -14.8330
        CIE-LCH:
        47.2531, 75.8380, 348.7209
        CIE-Luv:
        47.2531, 99.8843, -33.4890
        Hunter-Lab:
        40.2657, 70.3922, -9.9228
      #d3148b color charts
#d3148b RGB chart
      #d3148b CMYK chart
      #d3148b RGB pie chart
      #d3148b color shades, tints & tones
#d3148b color schemes
#d3148b color preview, HTML & CSS examples
           This text has a color of #d3148b        
        
          <p style="color:#d3148b;">Text here</p>
        
        
          .mytext {color:#d3148b;}
        
        Text color #d3148b
      
           This box has a color of #d3148b        
        
          <div style="background-color:#d3148b;">Content here</div>
        
        
          .mybackground {background-color:#d3148b;}
        
        Background color #d3148b
      
           Border around this has a color of #d3148b        
        
          <div style="border:2px solid #d3148b;">Content here</div>
        
        
          .myborder {border:2px solid #d3148b;}
        
        Border color #d3148b