#d127ed color space conversions
Hex:
        #d127ed
        RGB:
        209, 39, 237
        CMY:
        18, 85, 7
        CMYK:
        12, 84, 0, 7
      HSL:
        292°, 84.6154%, 54.1176%
        HSV (HSB):
        292°, 83.5443%, 92.9412%
        XYZ:
        42.3061, 21.1208, 81.9677
        xyY:
        0.2910, 0.1453, 21.1208
      CIE-Lab:
        53.0814, 83.9962, -62.8324
        CIE-LCH:
        53.0814, 104.8965, 323.2021
        CIE-Luv:
        53.0814, 56.4883, -106.3751
        Hunter-Lab:
        45.9573, 83.8930, -73.5772
      #d127ed color charts
#d127ed RGB chart
      #d127ed CMYK chart
      #d127ed RGB pie chart
      #d127ed color shades, tints & tones
#d127ed color schemes
#d127ed color preview, HTML & CSS examples
           This text has a color of #d127ed        
        
          <p style="color:#d127ed;">Text here</p>
        
        
          .mytext {color:#d127ed;}
        
        Text color #d127ed
      
           This box has a color of #d127ed        
        
          <div style="background-color:#d127ed;">Content here</div>
        
        
          .mybackground {background-color:#d127ed;}
        
        Background color #d127ed
      
           Border around this has a color of #d127ed        
        
          <div style="border:2px solid #d127ed;">Content here</div>
        
        
          .myborder {border:2px solid #d127ed;}
        
        Border color #d127ed