Shades of Plum #D99ADB
Tints of Plum #D99ADB
RGB
CMYK
RGB Variations
Color information
#D99ADB (or 0xD99ADB) is known color: Plum. HEX triplet: D9, 9A and DB. RGB value is (217,154,219). Sum of RGB (Red+Green+Blue) = 217+154+219=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ADB is #266524. Grayscale: #B4B4B4. Windows color (decimal): -2516261 or 14392025. OLE color: 14392025.
HSL color Cylindrical-coordinate representation of color #D99ADB: hue angle of 298.15º degrees, saturation: 0.47, 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 #D99ADB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 154 | 219 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.14 |
| HSL | 298.15º | 0.47% | 0.73% | - |
| HSV(B) | 298.15º | 0.3% | 0.86% | - |
| XYZ | 52.96 | 42.98 | 72.52 | - |
| YUV | 180.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 219 | 0.01 | 0.30 | 0 | 0.14 | 298.15 | 0.47 | 0.73 |
| Hex | D9 | 9A | DB | 1 | 1E | 0 | E | 12A | 2F | 49 |
| Octal | 331 | 232 | 333 | 1 | 36 | 0 | 16 | 452 | 57 | 111 |
| Binary | 11011001 | 10011010 | 11011011 | 1 | 11110 | 0 | 1110 | 100101010 | 101111 | 1001001 |
Color Harmonies of #D99ADB
Complementary color
Monochromatic Colors of #D99ADB
Black with #D99ADB
Text Example
Text Example
White with #D99ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ADB; }
p { color: rgb(217,154,219); }
H1.HeaderClassName
{
color: #D99ADB;
}
.AnyTagClassName
{
color: #D99ADB;
}
</style>
background-color css
<style>
a { background-color: #D99ADB; }
a { background-color: rgb(217,154,219); }
div.DivClassName
{
background-color: #D99ADB;
}
.BgClassName
{
background-color: #D99ADB;
}
</style>
border-color css
<style>
span { border-color: #D99ADB; }
span { border-color: rgb(217,154,219); }
td.TdClassName
{
border-color: #D99ADB;
}
.TagClassName
{
border-color: #D99ADB;
}
</style>