#d2019f color space conversions
Hex:
        #d2019f
        RGB:
        210, 1, 159
        CMY:
        18, 100, 38
        CMYK:
        0, 100, 24, 18
      HSL:
        315°, 99.0521%, 41.3725%
        HSV (HSB):
        315°, 99.5238%, 82.3529%
        XYZ:
        32.8472, 16.2265, 34.2017
        xyY:
        0.3944, 0.1949, 16.2265
      CIE-Lab:
        47.2703, 78.1615, -26.8674
        CIE-LCH:
        47.2703, 82.6503, 341.0300
        CIE-Luv:
        47.2703, 91.5438, -50.9169
        Hunter-Lab:
        40.2822, 75.0600, -22.1428
      #d2019f color charts
#d2019f RGB chart
      #d2019f CMYK chart
      #d2019f RGB pie chart
      #d2019f color shades, tints & tones
#d2019f color schemes
#d2019f color preview, HTML & CSS examples
           This text has a color of #d2019f        
        
          <p style="color:#d2019f;">Text here</p>
        
        
          .mytext {color:#d2019f;}
        
        Text color #d2019f
      
           This box has a color of #d2019f        
        
          <div style="background-color:#d2019f;">Content here</div>
        
        
          .mybackground {background-color:#d2019f;}
        
        Background color #d2019f
      
           Border around this has a color of #d2019f        
        
          <div style="border:2px solid #d2019f;">Content here</div>
        
        
          .myborder {border:2px solid #d2019f;}
        
        Border color #d2019f