Shades of Plum #D89ADE
Tints of Plum #D89ADE
RGB
CMYK
RGB Variations
Color information
#D89ADE (or 0xD89ADE) is known color: Plum. HEX triplet: D8, 9A and DE. RGB value is (216,154,222). Sum of RGB (Red+Green+Blue) = 216+154+222=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #D89ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ADE is #276521. Grayscale: #B4B4B4. Windows color (decimal): -2581794 or 14588632. OLE color: 14588632.
HSL color Cylindrical-coordinate representation of color #D89ADE: hue angle of 294.71º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89ADE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 154 | 222 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.13 |
| HSL | 294.71º | 0.51% | 0.74% | - |
| HSV(B) | 294.71º | 0.31% | 0.87% | - |
| XYZ | 53.06 | 42.98 | 74.61 | - |
| YUV | 180.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 222 | 0.03 | 0.31 | 0 | 0.13 | 294.71 | 0.51 | 0.74 |
| Hex | D8 | 9A | DE | 3 | 1F | 0 | D | 127 | 33 | 4A |
| Octal | 330 | 232 | 336 | 3 | 37 | 0 | 15 | 447 | 63 | 112 |
| Binary | 11011000 | 10011010 | 11011110 | 11 | 11111 | 0 | 1101 | 100100111 | 110011 | 1001010 |
Color Harmonies of #D89ADE
Complementary color
Monochromatic Colors of #D89ADE
Black with #D89ADE
Text Example
Text Example
White with #D89ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ADE; }
p { color: rgb(216,154,222); }
H1.HeaderClassName
{
color: #D89ADE;
}
.AnyTagClassName
{
color: #D89ADE;
}
</style>
background-color css
<style>
a { background-color: #D89ADE; }
a { background-color: rgb(216,154,222); }
div.DivClassName
{
background-color: #D89ADE;
}
.BgClassName
{
background-color: #D89ADE;
}
</style>
border-color css
<style>
span { border-color: #D89ADE; }
span { border-color: rgb(216,154,222); }
td.TdClassName
{
border-color: #D89ADE;
}
.TagClassName
{
border-color: #D89ADE;
}
</style>