Shades of Plum #D99FDB
Tints of Plum #D99FDB
RGB
CMYK
RGB Variations
Color information
#D99FDB (or 0xD99FDB) is known color: Plum. HEX triplet: D9, 9F and DB. RGB value is (217,159,219). Sum of RGB (Red+Green+Blue) = 217+159+219=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FDB is #266024. Grayscale: #B6B6B6. Windows color (decimal): -2514981 or 14393305. OLE color: 14393305.
HSL color Cylindrical-coordinate representation of color #D99FDB: hue angle of 298º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FDB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 159 | 219 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.14 |
| HSL | 298º | 0.45% | 0.74% | - |
| HSV(B) | 298º | 0.27% | 0.86% | - |
| XYZ | 53.8 | 44.66 | 72.8 | - |
| YUV | 183.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 219 | 0.01 | 0.27 | 0 | 0.14 | 298 | 0.45 | 0.74 |
| Hex | D9 | 9F | DB | 1 | 1B | 0 | E | 12A | 2D | 4A |
| Octal | 331 | 237 | 333 | 1 | 33 | 0 | 16 | 452 | 55 | 112 |
| Binary | 11011001 | 10011111 | 11011011 | 1 | 11011 | 0 | 1110 | 100101010 | 101101 | 1001010 |
Color Harmonies of #D99FDB
Complementary color
Monochromatic Colors of #D99FDB
Black with #D99FDB
Text Example
Text Example
White with #D99FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FDB; }
p { color: rgb(217,159,219); }
H1.HeaderClassName
{
color: #D99FDB;
}
.AnyTagClassName
{
color: #D99FDB;
}
</style>
background-color css
<style>
a { background-color: #D99FDB; }
a { background-color: rgb(217,159,219); }
div.DivClassName
{
background-color: #D99FDB;
}
.BgClassName
{
background-color: #D99FDB;
}
</style>
border-color css
<style>
span { border-color: #D99FDB; }
span { border-color: rgb(217,159,219); }
td.TdClassName
{
border-color: #D99FDB;
}
.TagClassName
{
border-color: #D99FDB;
}
</style>