Shades of Plum #D89BDE
Tints of Plum #D89BDE
RGB
CMYK
RGB Variations
Color information
#D89BDE (or 0xD89BDE) is known color: Plum. HEX triplet: D8, 9B and DE. RGB value is (216,155,222). Sum of RGB (Red+Green+Blue) = 216+155+222=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D89BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BDE is #276421. Grayscale: #B4B4B4. Windows color (decimal): -2581538 or 14588888. OLE color: 14588888.
HSL color Cylindrical-coordinate representation of color #D89BDE: hue angle of 294.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89BDE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 155 | 222 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.13 |
| HSL | 294.63º | 0.5% | 0.74% | - |
| HSV(B) | 294.63º | 0.3% | 0.87% | - |
| XYZ | 53.23 | 43.32 | 74.66 | - |
| YUV | 180.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 222 | 0.03 | 0.30 | 0 | 0.13 | 294.63 | 0.5 | 0.74 |
| Hex | D8 | 9B | DE | 3 | 1E | 0 | D | 127 | 32 | 4A |
| Octal | 330 | 233 | 336 | 3 | 36 | 0 | 15 | 447 | 62 | 112 |
| Binary | 11011000 | 10011011 | 11011110 | 11 | 11110 | 0 | 1101 | 100100111 | 110010 | 1001010 |
Color Harmonies of #D89BDE
Complementary color
Monochromatic Colors of #D89BDE
Black with #D89BDE
Text Example
Text Example
White with #D89BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BDE; }
p { color: rgb(216,155,222); }
H1.HeaderClassName
{
color: #D89BDE;
}
.AnyTagClassName
{
color: #D89BDE;
}
</style>
background-color css
<style>
a { background-color: #D89BDE; }
a { background-color: rgb(216,155,222); }
div.DivClassName
{
background-color: #D89BDE;
}
.BgClassName
{
background-color: #D89BDE;
}
</style>
border-color css
<style>
span { border-color: #D89BDE; }
span { border-color: rgb(216,155,222); }
td.TdClassName
{
border-color: #D89BDE;
}
.TagClassName
{
border-color: #D89BDE;
}
</style>