#d532ed color space conversions
Hex:
        #d532ed
        RGB:
        213, 50, 237
        CMY:
        16, 80, 7
        CMYK:
        10, 79, 0, 7
      HSL:
        292°, 83.8565%, 56.2745%
        HSV (HSB):
        292°, 78.9030%, 92.9412%
        XYZ:
        43.8672, 22.5418, 82.1597
        xyY:
        0.2953, 0.1517, 22.5418
      CIE-Lab:
        54.5972, 82.1020, -60.3610
        CIE-LCH:
        54.5972, 101.9029, 323.6768
        CIE-Luv:
        54.5972, 57.7457, -103.2908
        Hunter-Lab:
        47.4782, 81.8375, -69.3650
      #d532ed color charts
#d532ed RGB chart
      #d532ed CMYK chart
      #d532ed RGB pie chart
      #d532ed color shades, tints & tones
#d532ed color schemes
#d532ed color preview, HTML & CSS examples
           This text has a color of #d532ed        
        
          <p style="color:#d532ed;">Text here</p>
        
        
          .mytext {color:#d532ed;}
        
        Text color #d532ed
      
           This box has a color of #d532ed        
        
          <div style="background-color:#d532ed;">Content here</div>
        
        
          .mybackground {background-color:#d532ed;}
        
        Background color #d532ed
      
           Border around this has a color of #d532ed        
        
          <div style="border:2px solid #d532ed;">Content here</div>
        
        
          .myborder {border:2px solid #d532ed;}
        
        Border color #d532ed