Shades of Plum #D59EDA
Tints of Plum #D59EDA
RGB
CMYK
RGB Variations
Color information
#D59EDA (or 0xD59EDA) is known color: Plum. HEX triplet: D5, 9E and DA. RGB value is (213,158,218). Sum of RGB (Red+Green+Blue) = 213+158+218=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #D59EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDA is #2A6125. Grayscale: #B5B5B5. Windows color (decimal): -2777382 or 14327509. OLE color: 14327509.
HSL color Cylindrical-coordinate representation of color #D59EDA: hue angle of 295º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59EDA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 158 | 218 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.15 |
| HSL | 295º | 0.45% | 0.74% | - |
| HSV(B) | 295º | 0.28% | 0.85% | - |
| XYZ | 52.32 | 43.66 | 72 | - |
| YUV | 181.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 218 | 0.02 | 0.28 | 0 | 0.15 | 295 | 0.45 | 0.74 |
| Hex | D5 | 9E | DA | 2 | 1C | 0 | F | 127 | 2D | 4A |
| Octal | 325 | 236 | 332 | 2 | 34 | 0 | 17 | 447 | 55 | 112 |
| Binary | 11010101 | 10011110 | 11011010 | 10 | 11100 | 0 | 1111 | 100100111 | 101101 | 1001010 |
Color Harmonies of #D59EDA
Complementary color
Monochromatic Colors of #D59EDA
Black with #D59EDA
Text Example
Text Example
White with #D59EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EDA; }
p { color: rgb(213,158,218); }
H1.HeaderClassName
{
color: #D59EDA;
}
.AnyTagClassName
{
color: #D59EDA;
}
</style>
background-color css
<style>
a { background-color: #D59EDA; }
a { background-color: rgb(213,158,218); }
div.DivClassName
{
background-color: #D59EDA;
}
.BgClassName
{
background-color: #D59EDA;
}
</style>
border-color css
<style>
span { border-color: #D59EDA; }
span { border-color: rgb(213,158,218); }
td.TdClassName
{
border-color: #D59EDA;
}
.TagClassName
{
border-color: #D59EDA;
}
</style>