Shades of Plum #D59ED4
Tints of Plum #D59ED4
RGB
CMYK
RGB Variations
Color information
#D59ED4 (or 0xD59ED4) is known color: Plum. HEX triplet: D5, 9E and D4. RGB value is (213,158,212). Sum of RGB (Red+Green+Blue) = 213+158+212=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ED4 is #2A612B. Grayscale: #B4B4B4. Windows color (decimal): -2777388 or 13934293. OLE color: 13934293.
HSL color Cylindrical-coordinate representation of color #D59ED4: hue angle of 301.09º 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 #D59ED4 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 212 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.16 |
| HSL | 301.09º | 0.4% | 0.73% | - |
| HSV(B) | 301.09º | 0.26% | 0.84% | - |
| XYZ | 51.55 | 43.35 | 67.94 | - |
| YUV | 180.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 212 | 0 | 0.26 | 0.00 | 0.16 | 301.09 | 0.4 | 0.73 |
| Hex | D5 | 9E | D4 | 0 | 1A | 0 | 10 | 12D | 28 | 49 |
| Octal | 325 | 236 | 324 | 0 | 32 | 0 | 20 | 455 | 50 | 111 |
| Binary | 11010101 | 10011110 | 11010100 | 0 | 11010 | 0 | 10000 | 100101101 | 101000 | 1001001 |
Color Harmonies of #D59ED4
Complementary color
Monochromatic Colors of #D59ED4
Black with #D59ED4
Text Example
Text Example
White with #D59ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ED4; }
p { color: rgb(213,158,212); }
H1.HeaderClassName
{
color: #D59ED4;
}
.AnyTagClassName
{
color: #D59ED4;
}
</style>
background-color css
<style>
a { background-color: #D59ED4; }
a { background-color: rgb(213,158,212); }
div.DivClassName
{
background-color: #D59ED4;
}
.BgClassName
{
background-color: #D59ED4;
}
</style>
border-color css
<style>
span { border-color: #D59ED4; }
span { border-color: rgb(213,158,212); }
td.TdClassName
{
border-color: #D59ED4;
}
.TagClassName
{
border-color: #D59ED4;
}
</style>