Shades of Plum #D19AD6
Tints of Plum #D19AD6
RGB
CMYK
RGB Variations
Color information
#D19AD6 (or 0xD19AD6) is known color: Plum. HEX triplet: D1, 9A and D6. RGB value is (209,154,214). Sum of RGB (Red+Green+Blue) = 209+154+214=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #D19AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19AD6 is #2E6529. Grayscale: #B1B1B1. Windows color (decimal): -3040554 or 14064337. OLE color: 14064337.
HSL color Cylindrical-coordinate representation of color #D19AD6: hue angle of 295º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19AD6 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 154 | 214 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.16 |
| HSL | 295º | 0.42% | 0.72% | - |
| HSV(B) | 295º | 0.28% | 0.84% | - |
| XYZ | 49.99 | 41.52 | 69 | - |
| YUV | 177.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 214 | 0.02 | 0.28 | 0 | 0.16 | 295 | 0.42 | 0.72 |
| Hex | D1 | 9A | D6 | 2 | 1C | 0 | 10 | 127 | 2A | 48 |
| Octal | 321 | 232 | 326 | 2 | 34 | 0 | 20 | 447 | 52 | 110 |
| Binary | 11010001 | 10011010 | 11010110 | 10 | 11100 | 0 | 10000 | 100100111 | 101010 | 1001000 |
Color Harmonies of #D19AD6
Complementary color
Monochromatic Colors of #D19AD6
Black with #D19AD6
Text Example
Text Example
White with #D19AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AD6; }
p { color: rgb(209,154,214); }
H1.HeaderClassName
{
color: #D19AD6;
}
.AnyTagClassName
{
color: #D19AD6;
}
</style>
background-color css
<style>
a { background-color: #D19AD6; }
a { background-color: rgb(209,154,214); }
div.DivClassName
{
background-color: #D19AD6;
}
.BgClassName
{
background-color: #D19AD6;
}
</style>
border-color css
<style>
span { border-color: #D19AD6; }
span { border-color: rgb(209,154,214); }
td.TdClassName
{
border-color: #D19AD6;
}
.TagClassName
{
border-color: #D19AD6;
}
</style>