Shades of Plum #D59AD8
Tints of Plum #D59AD8
RGB
CMYK
RGB Variations
Color information
#D59AD8 (or 0xD59AD8) is known color: Plum. HEX triplet: D5, 9A and D8. RGB value is (213,154,216). Sum of RGB (Red+Green+Blue) = 213+154+216=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #D59AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AD8 is #2A6527. Grayscale: #B2B2B2. Windows color (decimal): -2778408 or 14195413. OLE color: 14195413.
HSL color Cylindrical-coordinate representation of color #D59AD8: hue angle of 297.1º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59AD8 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 154 | 216 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.15 |
| HSL | 297.1º | 0.44% | 0.73% | - |
| HSV(B) | 297.1º | 0.29% | 0.85% | - |
| XYZ | 51.39 | 42.22 | 70.41 | - |
| YUV | 178.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 216 | 0.01 | 0.29 | 0 | 0.15 | 297.1 | 0.44 | 0.73 |
| Hex | D5 | 9A | D8 | 1 | 1D | 0 | F | 129 | 2C | 49 |
| Octal | 325 | 232 | 330 | 1 | 35 | 0 | 17 | 451 | 54 | 111 |
| Binary | 11010101 | 10011010 | 11011000 | 1 | 11101 | 0 | 1111 | 100101001 | 101100 | 1001001 |
Color Harmonies of #D59AD8
Complementary color
Monochromatic Colors of #D59AD8
Black with #D59AD8
Text Example
Text Example
White with #D59AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AD8; }
p { color: rgb(213,154,216); }
H1.HeaderClassName
{
color: #D59AD8;
}
.AnyTagClassName
{
color: #D59AD8;
}
</style>
background-color css
<style>
a { background-color: #D59AD8; }
a { background-color: rgb(213,154,216); }
div.DivClassName
{
background-color: #D59AD8;
}
.BgClassName
{
background-color: #D59AD8;
}
</style>
border-color css
<style>
span { border-color: #D59AD8; }
span { border-color: rgb(213,154,216); }
td.TdClassName
{
border-color: #D59AD8;
}
.TagClassName
{
border-color: #D59AD8;
}
</style>