#D59EDD

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

Shades of Plum #D59EDD

Tints of Plum #D59EDD

Color information

#D59EDD (or 0xD59EDD) is unknown color: approx Plum. HEX triplet: D5, 9E and DD. RGB value is (213,158,221). Sum of RGB (Red+Green+Blue) = 213+158+221=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D59EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDD is #2A6122. Grayscale: #B5B5B5. Windows color (decimal): -2777379 or 14524117. OLE color: 14524117.

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

Color convert

RGB213158221-
CMYK0.040.2900.13
HSL292.38º48.09%74.31%-
HSV(B)292.38º28.51%86.67%-
XYZ52.7243.8274.09-
YUV181.63150.22150.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 158 (62.11% from 255) = 26.69%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=35.98%
G=26.69%
B=37.33%

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
Decimal2131582210.040.2900.13292.3848.0974.31
HexD59EDD41D0D124304a
Octal32523633543501544460112
Binary11010101100111101101110110011101011011001001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EDD; }

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

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

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

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

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

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

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

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