Shades of Plum #D899DB
Tints of Plum #D899DB
RGB
CMYK
RGB Variations
Color information
#D899DB (or 0xD899DB) is known color: Plum. HEX triplet: D8, 99 and DB. RGB value is (216,153,219). Sum of RGB (Red+Green+Blue) = 216+153+219=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D899DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899DB is #276624. Grayscale: #B3B3B3. Windows color (decimal): -2582053 or 14391768. OLE color: 14391768.
HSL color Cylindrical-coordinate representation of color #D899DB: hue angle of 297.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D899DB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 153 | 219 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.14 |
| HSL | 297.27º | 0.48% | 0.73% | - |
| HSV(B) | 297.27º | 0.3% | 0.86% | - |
| XYZ | 52.5 | 42.5 | 72.45 | - |
| YUV | 179.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 219 | 0.01 | 0.30 | 0 | 0.14 | 297.27 | 0.48 | 0.73 |
| Hex | D8 | 99 | DB | 1 | 1E | 0 | E | 129 | 30 | 49 |
| Octal | 330 | 231 | 333 | 1 | 36 | 0 | 16 | 451 | 60 | 111 |
| Binary | 11011000 | 10011001 | 11011011 | 1 | 11110 | 0 | 1110 | 100101001 | 110000 | 1001001 |
Color Harmonies of #D899DB
Complementary color
Monochromatic Colors of #D899DB
Black with #D899DB
Text Example
Text Example
White with #D899DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899DB; }
p { color: rgb(216,153,219); }
H1.HeaderClassName
{
color: #D899DB;
}
.AnyTagClassName
{
color: #D899DB;
}
</style>
background-color css
<style>
a { background-color: #D899DB; }
a { background-color: rgb(216,153,219); }
div.DivClassName
{
background-color: #D899DB;
}
.BgClassName
{
background-color: #D899DB;
}
</style>
border-color css
<style>
span { border-color: #D899DB; }
span { border-color: rgb(216,153,219); }
td.TdClassName
{
border-color: #D899DB;
}
.TagClassName
{
border-color: #D899DB;
}
</style>