Shades of Plum #D89CDE
Tints of Plum #D89CDE
RGB
CMYK
RGB Variations
Color information
#D89CDE (or 0xD89CDE) is known color: Plum. HEX triplet: D8, 9C and DE. RGB value is (216,156,222). Sum of RGB (Red+Green+Blue) = 216+156+222=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #D89CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CDE is #276321. Grayscale: #B5B5B5. Windows color (decimal): -2581282 or 14589144. OLE color: 14589144.
HSL color Cylindrical-coordinate representation of color #D89CDE: hue angle of 294.55º 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 #D89CDE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 156 | 222 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.13 |
| HSL | 294.55º | 0.5% | 0.74% | - |
| HSV(B) | 294.55º | 0.3% | 0.87% | - |
| XYZ | 53.39 | 43.65 | 74.72 | - |
| YUV | 181.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 222 | 0.03 | 0.30 | 0 | 0.13 | 294.55 | 0.5 | 0.74 |
| Hex | D8 | 9C | DE | 3 | 1E | 0 | D | 127 | 32 | 4A |
| Octal | 330 | 234 | 336 | 3 | 36 | 0 | 15 | 447 | 62 | 112 |
| Binary | 11011000 | 10011100 | 11011110 | 11 | 11110 | 0 | 1101 | 100100111 | 110010 | 1001010 |
Color Harmonies of #D89CDE
Complementary color
Monochromatic Colors of #D89CDE
Black with #D89CDE
Text Example
Text Example
White with #D89CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CDE; }
p { color: rgb(216,156,222); }
H1.HeaderClassName
{
color: #D89CDE;
}
.AnyTagClassName
{
color: #D89CDE;
}
</style>
background-color css
<style>
a { background-color: #D89CDE; }
a { background-color: rgb(216,156,222); }
div.DivClassName
{
background-color: #D89CDE;
}
.BgClassName
{
background-color: #D89CDE;
}
</style>
border-color css
<style>
span { border-color: #D89CDE; }
span { border-color: rgb(216,156,222); }
td.TdClassName
{
border-color: #D89CDE;
}
.TagClassName
{
border-color: #D89CDE;
}
</style>