Shades of Plum #D89ADB
Tints of Plum #D89ADB
RGB
CMYK
RGB Variations
Color information
#D89ADB (or 0xD89ADB) is known color: Plum. HEX triplet: D8, 9A and DB. RGB value is (216,154,219). Sum of RGB (Red+Green+Blue) = 216+154+219=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D89ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ADB is #276524. Grayscale: #B3B3B3. Windows color (decimal): -2581797 or 14392024. OLE color: 14392024.
HSL color Cylindrical-coordinate representation of color #D89ADB: hue angle of 297.23º 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 #D89ADB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 154 | 219 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.14 |
| HSL | 297.23º | 0.47% | 0.73% | - |
| HSV(B) | 297.23º | 0.3% | 0.86% | - |
| XYZ | 52.66 | 42.82 | 72.51 | - |
| YUV | 179.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 219 | 0.01 | 0.30 | 0 | 0.14 | 297.23 | 0.47 | 0.73 |
| Hex | D8 | 9A | DB | 1 | 1E | 0 | E | 129 | 2F | 49 |
| Octal | 330 | 232 | 333 | 1 | 36 | 0 | 16 | 451 | 57 | 111 |
| Binary | 11011000 | 10011010 | 11011011 | 1 | 11110 | 0 | 1110 | 100101001 | 101111 | 1001001 |
Color Harmonies of #D89ADB
Complementary color
Monochromatic Colors of #D89ADB
Black with #D89ADB
Text Example
Text Example
White with #D89ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ADB; }
p { color: rgb(216,154,219); }
H1.HeaderClassName
{
color: #D89ADB;
}
.AnyTagClassName
{
color: #D89ADB;
}
</style>
background-color css
<style>
a { background-color: #D89ADB; }
a { background-color: rgb(216,154,219); }
div.DivClassName
{
background-color: #D89ADB;
}
.BgClassName
{
background-color: #D89ADB;
}
</style>
border-color css
<style>
span { border-color: #D89ADB; }
span { border-color: rgb(216,154,219); }
td.TdClassName
{
border-color: #D89ADB;
}
.TagClassName
{
border-color: #D89ADB;
}
</style>