Shades of Plum #D59ED1
Tints of Plum #D59ED1
RGB
CMYK
RGB Variations
Color information
#D59ED1 (or 0xD59ED1) is known color: Plum. HEX triplet: D5, 9E and D1. RGB value is (213,158,209). Sum of RGB (Red+Green+Blue) = 213+158+209=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ED1 is #2A612E. Grayscale: #B4B4B4. Windows color (decimal): -2777391 or 13737685. OLE color: 13737685.
HSL color Cylindrical-coordinate representation of color #D59ED1: hue angle of 304.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59ED1 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 209 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.16 |
| HSL | 304.36º | 0.4% | 0.73% | - |
| HSV(B) | 304.36º | 0.26% | 0.84% | - |
| XYZ | 51.18 | 43.2 | 65.96 | - |
| YUV | 180.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 209 | 0 | 0.26 | 0.02 | 0.16 | 304.36 | 0.4 | 0.73 |
| Hex | D5 | 9E | D1 | 0 | 1A | 2 | 10 | 130 | 28 | 49 |
| Octal | 325 | 236 | 321 | 0 | 32 | 2 | 20 | 460 | 50 | 111 |
| Binary | 11010101 | 10011110 | 11010001 | 0 | 11010 | 10 | 10000 | 100110000 | 101000 | 1001001 |
Color Harmonies of #D59ED1
Complementary color
Monochromatic Colors of #D59ED1
Black with #D59ED1
Text Example
Text Example
White with #D59ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ED1; }
p { color: rgb(213,158,209); }
H1.HeaderClassName
{
color: #D59ED1;
}
.AnyTagClassName
{
color: #D59ED1;
}
</style>
background-color css
<style>
a { background-color: #D59ED1; }
a { background-color: rgb(213,158,209); }
div.DivClassName
{
background-color: #D59ED1;
}
.BgClassName
{
background-color: #D59ED1;
}
</style>
border-color css
<style>
span { border-color: #D59ED1; }
span { border-color: rgb(213,158,209); }
td.TdClassName
{
border-color: #D59ED1;
}
.TagClassName
{
border-color: #D59ED1;
}
</style>