Shades of Plum #D19BD9
Tints of Plum #D19BD9
RGB
CMYK
RGB Variations
Color information
#D19BD9 (or 0xD19BD9) is known color: Plum. HEX triplet: D1, 9B and D9. RGB value is (209,155,217). Sum of RGB (Red+Green+Blue) = 209+155+217=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #D19BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BD9 is #2E6426. Grayscale: #B2B2B2. Windows color (decimal): -3040295 or 14261201. OLE color: 14261201.
HSL color Cylindrical-coordinate representation of color #D19BD9: hue angle of 292.26º 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 #D19BD9 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 155 | 217 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 292.26º | 0.45% | 0.73% | - |
| HSV(B) | 292.26º | 0.29% | 0.85% | - |
| XYZ | 50.54 | 42.01 | 71.09 | - |
| YUV | 178.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 217 | 0.04 | 0.29 | 0 | 0.15 | 292.26 | 0.45 | 0.73 |
| Hex | D1 | 9B | D9 | 4 | 1D | 0 | F | 124 | 2D | 49 |
| Octal | 321 | 233 | 331 | 4 | 35 | 0 | 17 | 444 | 55 | 111 |
| Binary | 11010001 | 10011011 | 11011001 | 100 | 11101 | 0 | 1111 | 100100100 | 101101 | 1001001 |
Color Harmonies of #D19BD9
Complementary color
Monochromatic Colors of #D19BD9
Black with #D19BD9
Text Example
Text Example
White with #D19BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BD9; }
p { color: rgb(209,155,217); }
H1.HeaderClassName
{
color: #D19BD9;
}
.AnyTagClassName
{
color: #D19BD9;
}
</style>
background-color css
<style>
a { background-color: #D19BD9; }
a { background-color: rgb(209,155,217); }
div.DivClassName
{
background-color: #D19BD9;
}
.BgClassName
{
background-color: #D19BD9;
}
</style>
border-color css
<style>
span { border-color: #D19BD9; }
span { border-color: rgb(209,155,217); }
td.TdClassName
{
border-color: #D19BD9;
}
.TagClassName
{
border-color: #D19BD9;
}
</style>