#d3084b color space conversions
Hex:
        #d3084b
        RGB:
        211, 8, 75
        CMY:
        17, 97, 71
        CMYK:
        0, 96, 64, 17
      HSL:
        340°, 92.6941%, 42.9412%
        HSV (HSB):
        340°, 96.2085%, 82.7451%
        XYZ:
        28.2208, 14.5305, 7.9739
        xyY:
        0.5563, 0.2865, 14.5305
      CIE-Lab:
        44.9844, 70.7011, 21.4697
        CIE-LCH:
        44.9844, 73.8891, 16.8919
        CIE-Luv:
        44.9844, 128.7081, 9.2601
        Hunter-Lab:
        38.1190, 65.4416, 14.2807
      #d3084b color charts
#d3084b RGB chart
      #d3084b CMYK chart
      #d3084b RGB pie chart
      #d3084b color shades, tints & tones
#d3084b color schemes
#d3084b color preview, HTML & CSS examples
           This text has a color of #d3084b        
        
          <p style="color:#d3084b;">Text here</p>
        
        
          .mytext {color:#d3084b;}
        
        Text color #d3084b
      
           This box has a color of #d3084b        
        
          <div style="background-color:#d3084b;">Content here</div>
        
        
          .mybackground {background-color:#d3084b;}
        
        Background color #d3084b
      
           Border around this has a color of #d3084b        
        
          <div style="border:2px solid #d3084b;">Content here</div>
        
        
          .myborder {border:2px solid #d3084b;}
        
        Border color #d3084b