#ff12da color space conversions
Hex:
        #ff12da
        RGB:
        255, 18, 218
        CMY:
        0, 93, 15
        CMYK:
        0, 93, 15, 0
      HSL:
        309°, 100.0000%, 53.5294%
        HSV (HSB):
        309°, 92.9412%, 100.0000%
        XYZ:
        54.1112, 26.7546, 68.6418
        xyY:
        0.3619, 0.1790, 26.7546
      CIE-Lab:
        58.7465, 92.2168, -42.6171
        CIE-LCH:
        58.7465, 101.5882, 335.1964
        CIE-Luv:
        58.7465, 98.8499, -79.6153
        Hunter-Lab:
        51.7248, 96.2168, -42.4739
      #ff12da color charts
#ff12da RGB chart
      #ff12da CMYK chart
      #ff12da RGB pie chart
      #ff12da color shades, tints & tones
#ff12da color schemes
#ff12da color preview, HTML & CSS examples
           This text has a color of #ff12da        
        
          <p style="color:#ff12da;">Text here</p>
        
        
          .mytext {color:#ff12da;}
        
        Text color #ff12da
      
           This box has a color of #ff12da        
        
          <div style="background-color:#ff12da;">Content here</div>
        
        
          .mybackground {background-color:#ff12da;}
        
        Background color #ff12da
      
           Border around this has a color of #ff12da        
        
          <div style="border:2px solid #ff12da;">Content here</div>
        
        
          .myborder {border:2px solid #ff12da;}
        
        Border color #ff12da