#d212ac color space conversions
Hex:
        #d212ac
        RGB:
        210, 18, 172
        CMY:
        18, 93, 33
        CMYK:
        0, 91, 18, 18
      HSL:
        312°, 84.2105%, 44.7059%
        HSV (HSB):
        312°, 91.4286%, 82.3529%
        XYZ:
        34.2410, 17.1128, 40.5281
        xyY:
        0.3727, 0.1862, 17.1128
      CIE-Lab:
        48.4019, 78.1787, -32.8296
        CIE-LCH:
        48.4019, 84.7920, 337.2210
        CIE-Luv:
        48.4019, 84.4296, -59.7649
        Hunter-Lab:
        41.3676, 75.3556, -29.1294
      #d212ac color charts
#d212ac RGB chart
      #d212ac CMYK chart
      #d212ac RGB pie chart
      #d212ac color shades, tints & tones
#d212ac color schemes
#d212ac color preview, HTML & CSS examples
           This text has a color of #d212ac        
        
          <p style="color:#d212ac;">Text here</p>
        
        
          .mytext {color:#d212ac;}
        
        Text color #d212ac
      
           This box has a color of #d212ac        
        
          <div style="background-color:#d212ac;">Content here</div>
        
        
          .mybackground {background-color:#d212ac;}
        
        Background color #d212ac
      
           Border around this has a color of #d212ac        
        
          <div style="border:2px solid #d212ac;">Content here</div>
        
        
          .myborder {border:2px solid #d212ac;}
        
        Border color #d212ac