#D588E5

Color #D588E5 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D588E5

Tints of Plum #D588E5

Color information

#D588E5 (or 0xD588E5) is unknown color: approx Plum. HEX triplet: D5, 88 and E5. RGB value is (213,136,229). Sum of RGB (Red+Green+Blue) = 213+136+229=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #D588E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588E5 is #2A771A. Grayscale: #A9A9A9. Windows color (decimal): -2783003 or 15042773. OLE color: 15042773.

HSL color Cylindrical-coordinate representation of color #D588E5: hue angle of 289.68º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D588E5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213136229-
CMYK0.070.4100.10
HSL289.68º64.14%71.57%-
HSV(B)289.68º40.61%89.8%-
XYZ50.3937.4178.69-
YUV169.62161.51158.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 229 (89.84% from 255) = 39.62%
R=36.85%
G=23.53%
B=39.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131362290.070.4100.10289.6864.1471.57
HexD588E57290A1224048
Octal325210345751012442100110
Binary1101010110001000111001011111010010101010010001010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588E5; }

 p { color: rgb(213,136,229); }

 H1.HeaderClassName
 {
   color: #D588E5;
 }
 .AnyTagClassName
 {
   color: #D588E5;
 }
</style>
background-color css

<style>
 a { background-color: #D588E5; }

 a { background-color: rgb(213,136,229); }

 div.DivClassName
 {
   background-color: #D588E5;
 }
 .BgClassName
 {
   background-color: #D588E5;
 }
</style>
border-color css

<style>
 span { border-color: #D588E5; }

 span { border-color: rgb(213,136,229); }

 td.TdClassName
 {
   border-color: #D588E5;
 }
 .TagClassName
 {
   border-color: #D588E5;
 }
</style>