#D59EDE

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

Shades of Plum #D59EDE

Tints of Plum #D59EDE

Color information

#D59EDE (or 0xD59EDE) is unknown color: approx Plum. HEX triplet: D5, 9E and DE. RGB value is (213,158,222). Sum of RGB (Red+Green+Blue) = 213+158+222=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D59EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDE is #2A6121. Grayscale: #B5B5B5. Windows color (decimal): -2777378 or 14589653. OLE color: 14589653.

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

Color convert

RGB213158222-
CMYK0.040.2900.13
HSL291.56º49.23%74.51%-
HSV(B)291.56º28.83%87.06%-
XYZ52.8543.8774.79-
YUV181.74150.72150.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=35.92%
G=26.64%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131582220.040.2900.13291.5649.2374.51
HexD59EDE41D0D124314b
Octal32523633643501544461113
Binary11010101100111101101111010011101011011001001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EDE; }

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

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

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

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

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

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

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

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