Shades of Plum #D59EDD
Tints of Plum #D59EDD
RGB
CMYK
RGB Variations
Color information
#D59EDD (or 0xD59EDD) is known color: 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
| RGB | 213 | 158 | 221 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.13 |
| HSL | 292.38º | 0.48% | 0.74% | - |
| HSV(B) | 292.38º | 0.29% | 0.87% | - |
| XYZ | 52.72 | 43.82 | 74.09 | - |
| YUV | 181.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 221 | 0.04 | 0.29 | 0 | 0.13 | 292.38 | 0.48 | 0.74 |
| Hex | D5 | 9E | DD | 4 | 1D | 0 | D | 124 | 30 | 4A |
| Octal | 325 | 236 | 335 | 4 | 35 | 0 | 15 | 444 | 60 | 112 |
| Binary | 11010101 | 10011110 | 11011101 | 100 | 11101 | 0 | 1101 | 100100100 | 110000 | 1001010 |
Color Harmonies of #D59EDD
Complementary color
Monochromatic Colors of #D59EDD
Black with #D59EDD
Text Example
Text Example
White with #D59EDD
Text Example
Text Example
HTML Codes & Css Web 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>