Shades of Plum #D09AD8
Tints of Plum #D09AD8
RGB
CMYK
RGB Variations
Color information
#D09AD8 (or 0xD09AD8) is known color: Plum. HEX triplet: D0, 9A and D8. RGB value is (208,154,216). Sum of RGB (Red+Green+Blue) = 208+154+216=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #D09AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09AD8 is #2F6527. Grayscale: #B1B1B1. Windows color (decimal): -3106088 or 14195408. OLE color: 14195408.
HSL color Cylindrical-coordinate representation of color #D09AD8: hue angle of 292.26º 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 #D09AD8 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 154 | 216 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 292.26º | 0.44% | 0.73% | - |
| HSV(B) | 292.26º | 0.29% | 0.85% | - |
| XYZ | 49.96 | 41.48 | 70.34 | - |
| YUV | 177.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 216 | 0.04 | 0.29 | 0 | 0.15 | 292.26 | 0.44 | 0.73 |
| Hex | D0 | 9A | D8 | 4 | 1D | 0 | F | 124 | 2C | 49 |
| Octal | 320 | 232 | 330 | 4 | 35 | 0 | 17 | 444 | 54 | 111 |
| Binary | 11010000 | 10011010 | 11011000 | 100 | 11101 | 0 | 1111 | 100100100 | 101100 | 1001001 |
Color Harmonies of #D09AD8
Complementary color
Monochromatic Colors of #D09AD8
Black with #D09AD8
Text Example
Text Example
White with #D09AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AD8; }
p { color: rgb(208,154,216); }
H1.HeaderClassName
{
color: #D09AD8;
}
.AnyTagClassName
{
color: #D09AD8;
}
</style>
background-color css
<style>
a { background-color: #D09AD8; }
a { background-color: rgb(208,154,216); }
div.DivClassName
{
background-color: #D09AD8;
}
.BgClassName
{
background-color: #D09AD8;
}
</style>
border-color css
<style>
span { border-color: #D09AD8; }
span { border-color: rgb(208,154,216); }
td.TdClassName
{
border-color: #D09AD8;
}
.TagClassName
{
border-color: #D09AD8;
}
</style>