Shades of Plum #D19AD9
Tints of Plum #D19AD9
RGB
CMYK
RGB Variations
Color information
#D19AD9 (or 0xD19AD9) is known color: Plum. HEX triplet: D1, 9A and D9. RGB value is (209,154,217). Sum of RGB (Red+Green+Blue) = 209+154+217=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #D19AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19AD9 is #2E6526. Grayscale: #B1B1B1. Windows color (decimal): -3040551 or 14260945. OLE color: 14260945.
HSL color Cylindrical-coordinate representation of color #D19AD9: hue angle of 292.38º degrees, saturation: 0.45, 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 #D19AD9 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 154 | 217 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 292.38º | 0.45% | 0.73% | - |
| HSV(B) | 292.38º | 0.29% | 0.85% | - |
| XYZ | 50.37 | 41.68 | 71.03 | - |
| YUV | 177.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 217 | 0.04 | 0.29 | 0 | 0.15 | 292.38 | 0.45 | 0.73 |
| Hex | D1 | 9A | D9 | 4 | 1D | 0 | F | 124 | 2D | 49 |
| Octal | 321 | 232 | 331 | 4 | 35 | 0 | 17 | 444 | 55 | 111 |
| Binary | 11010001 | 10011010 | 11011001 | 100 | 11101 | 0 | 1111 | 100100100 | 101101 | 1001001 |
Color Harmonies of #D19AD9
Complementary color
Monochromatic Colors of #D19AD9
Black with #D19AD9
Text Example
Text Example
White with #D19AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AD9; }
p { color: rgb(209,154,217); }
H1.HeaderClassName
{
color: #D19AD9;
}
.AnyTagClassName
{
color: #D19AD9;
}
</style>
background-color css
<style>
a { background-color: #D19AD9; }
a { background-color: rgb(209,154,217); }
div.DivClassName
{
background-color: #D19AD9;
}
.BgClassName
{
background-color: #D19AD9;
}
</style>
border-color css
<style>
span { border-color: #D19AD9; }
span { border-color: rgb(209,154,217); }
td.TdClassName
{
border-color: #D19AD9;
}
.TagClassName
{
border-color: #D19AD9;
}
</style>