#d555be color space conversions
Hex:
        #d555be
        RGB:
        213, 85, 190
        CMY:
        16, 67, 25
        CMYK:
        0, 60, 11, 16
      HSL:
        311°, 60.3774%, 58.4314%
        HSV (HSB):
        311°, 60.0939%, 83.5294%
        XYZ:
        39.9833, 24.3608, 51.3100
        xyY:
        0.3457, 0.2106, 24.3608
      CIE-Lab:
        56.4473, 62.3696, -30.7271
        CIE-LCH:
        56.4473, 69.5278, 333.7723
        CIE-Luv:
        56.4473, 64.6489, -56.0274
        Hunter-Lab:
        49.3567, 58.2267, -27.0867
      #d555be color charts
#d555be RGB chart
      #d555be CMYK chart
      #d555be RGB pie chart
      #d555be color shades, tints & tones
#d555be color schemes
#d555be color preview, HTML & CSS examples
           This text has a color of #d555be        
        
          <p style="color:#d555be;">Text here</p>
        
        
          .mytext {color:#d555be;}
        
        Text color #d555be
      
           This box has a color of #d555be        
        
          <div style="background-color:#d555be;">Content here</div>
        
        
          .mybackground {background-color:#d555be;}
        
        Background color #d555be
      
           Border around this has a color of #d555be        
        
          <div style="border:2px solid #d555be;">Content here</div>
        
        
          .myborder {border:2px solid #d555be;}
        
        Border color #d555be