#d3848b color space conversions
Hex:
        #d3848b
        RGB:
        211, 132, 139
        CMY:
        17, 48, 45
        CMYK:
        0, 37, 34, 17
      HSL:
        355°, 47.3054%, 67.2549%
        HSV (HSB):
        355°, 37.4408%, 82.7451%
        XYZ:
        39.7754, 32.2155, 28.5479
        xyY:
        0.3956, 0.3204, 32.2155
      CIE-Lab:
        63.5206, 31.2307, 9.0972
        CIE-LCH:
        63.5206, 32.5287, 16.2402
        CIE-Luv:
        63.5206, 52.4862, 6.6287
        Hunter-Lab:
        56.7587, 25.7618, 9.9100
      #d3848b color charts
#d3848b RGB chart
      #d3848b CMYK chart
      #d3848b RGB pie chart
      #d3848b color shades, tints & tones
#d3848b color schemes
#d3848b color preview, HTML & CSS examples
           This text has a color of #d3848b        
        
          <p style="color:#d3848b;">Text here</p>
        
        
          .mytext {color:#d3848b;}
        
        Text color #d3848b
      
           This box has a color of #d3848b        
        
          <div style="background-color:#d3848b;">Content here</div>
        
        
          .mybackground {background-color:#d3848b;}
        
        Background color #d3848b
      
           Border around this has a color of #d3848b        
        
          <div style="border:2px solid #d3848b;">Content here</div>
        
        
          .myborder {border:2px solid #d3848b;}
        
        Border color #d3848b