#D588DE

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

Shades of Plum #D588DE

Tints of Plum #D588DE

Color information

#D588DE (or 0xD588DE) is unknown color: approx Plum. HEX triplet: D5, 88 and DE. RGB value is (213,136,222). Sum of RGB (Red+Green+Blue) = 213+136+222=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #D588DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588DE is #2A7721. Grayscale: #A8A8A8. Windows color (decimal): -2783010 or 14584021. OLE color: 14584021.

HSL color Cylindrical-coordinate representation of color #D588DE: hue angle of 293.72º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D588DE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213136222-
CMYK0.040.3900.13
HSL293.72º56.58%70.2%-
HSV(B)293.72º38.74%87.06%-
XYZ49.4337.0373.65-
YUV168.83158.01159.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=37.30%
G=23.82%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131362220.040.3900.13293.7256.5870.2
HexD588DE4270D1263946
Octal32521033644701544671106
Binary110101011000100011011110100100111011011001001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588DE; }

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

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

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

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

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

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

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

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