#d2128b color space conversions
Hex:
        #d2128b
        RGB:
        210, 18, 139
        CMY:
        18, 93, 45
        CMYK:
        0, 91, 34, 18
      HSL:
        322°, 84.2105%, 44.7059%
        HSV (HSB):
        322°, 91.4286%, 82.3529%
        XYZ:
        31.4548, 15.9983, 25.8562
        xyY:
        0.4291, 0.2182, 15.9983
      CIE-Lab:
        46.9723, 74.4166, -15.2777
        CIE-LCH:
        46.9723, 75.9687, 348.3984
        CIE-Luv:
        46.9723, 99.3363, -34.0555
        Hunter-Lab:
        39.9979, 70.3782, -10.3289
      #d2128b color charts
#d2128b RGB chart
      #d2128b CMYK chart
      #d2128b RGB pie chart
      #d2128b color shades, tints & tones
#d2128b color schemes
#d2128b color preview, HTML & CSS examples
           This text has a color of #d2128b        
        
          <p style="color:#d2128b;">Text here</p>
        
        
          .mytext {color:#d2128b;}
        
        Text color #d2128b
      
           This box has a color of #d2128b        
        
          <div style="background-color:#d2128b;">Content here</div>
        
        
          .mybackground {background-color:#d2128b;}
        
        Background color #d2128b
      
           Border around this has a color of #d2128b        
        
          <div style="border:2px solid #d2128b;">Content here</div>
        
        
          .myborder {border:2px solid #d2128b;}
        
        Border color #d2128b