Shades of Plum #D89BDB
Tints of Plum #D89BDB
RGB
CMYK
RGB Variations
Color information
#D89BDB (or 0xD89BDB) is known color: Plum. HEX triplet: D8, 9B and DB. RGB value is (216,155,219). Sum of RGB (Red+Green+Blue) = 216+155+219=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 155 (60.94% from 255 or 26.27% 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 #D89BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BDB is #276424. Grayscale: #B4B4B4. Windows color (decimal): -2581541 or 14392280. OLE color: 14392280.
HSL color Cylindrical-coordinate representation of color #D89BDB: hue angle of 297.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89BDB is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 155 | 219 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.14 |
| HSL | 297.19º | 0.47% | 0.73% | - |
| HSV(B) | 297.19º | 0.29% | 0.86% | - |
| XYZ | 52.83 | 43.16 | 72.56 | - |
| YUV | 180.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 219 | 0.01 | 0.29 | 0 | 0.14 | 297.19 | 0.47 | 0.73 |
| Hex | D8 | 9B | DB | 1 | 1D | 0 | E | 129 | 2F | 49 |
| Octal | 330 | 233 | 333 | 1 | 35 | 0 | 16 | 451 | 57 | 111 |
| Binary | 11011000 | 10011011 | 11011011 | 1 | 11101 | 0 | 1110 | 100101001 | 101111 | 1001001 |
Color Harmonies of #D89BDB
Complementary color
Monochromatic Colors of #D89BDB
Black with #D89BDB
Text Example
Text Example
White with #D89BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BDB; }
p { color: rgb(216,155,219); }
H1.HeaderClassName
{
color: #D89BDB;
}
.AnyTagClassName
{
color: #D89BDB;
}
</style>
background-color css
<style>
a { background-color: #D89BDB; }
a { background-color: rgb(216,155,219); }
div.DivClassName
{
background-color: #D89BDB;
}
.BgClassName
{
background-color: #D89BDB;
}
</style>
border-color css
<style>
span { border-color: #D89BDB; }
span { border-color: rgb(216,155,219); }
td.TdClassName
{
border-color: #D89BDB;
}
.TagClassName
{
border-color: #D89BDB;
}
</style>