#d425ec color space conversions
Hex:
        #d425ec
        RGB:
        212, 37, 236
        CMY:
        17, 85, 7
        CMYK:
        10, 84, 0, 7
      HSL:
        293°, 83.9662%, 53.5294%
        HSV (HSB):
        293°, 84.3220%, 92.5490%
        XYZ:
        42.9533, 21.3763, 81.2190
        xyY:
        0.2951, 0.1469, 21.3763
      CIE-Lab:
        53.3589, 84.7369, -61.7984
        CIE-LCH:
        53.3589, 104.8780, 323.8968
        CIE-Luv:
        53.3589, 59.0269, -105.1059
        Hunter-Lab:
        46.2345, 84.9215, -71.7891
      #d425ec color charts
#d425ec RGB chart
      #d425ec CMYK chart
      #d425ec RGB pie chart
      #d425ec color shades, tints & tones
#d425ec color schemes
#d425ec color preview, HTML & CSS examples
           This text has a color of #d425ec        
        
          <p style="color:#d425ec;">Text here</p>
        
        
          .mytext {color:#d425ec;}
        
        Text color #d425ec
      
           This box has a color of #d425ec        
        
          <div style="background-color:#d425ec;">Content here</div>
        
        
          .mybackground {background-color:#d425ec;}
        
        Background color #d425ec
      
           Border around this has a color of #d425ec        
        
          <div style="border:2px solid #d425ec;">Content here</div>
        
        
          .myborder {border:2px solid #d425ec;}
        
        Border color #d425ec