Shades of Plum #D89AD7
Tints of Plum #D89AD7
RGB
CMYK
RGB Variations
Color information
#D89AD7 (or 0xD89AD7) is known color: Plum. HEX triplet: D8, 9A and D7. RGB value is (216,154,215). Sum of RGB (Red+Green+Blue) = 216+154+215=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD7 is #276528. Grayscale: #B3B3B3. Windows color (decimal): -2581801 or 14129880. OLE color: 14129880.
HSL color Cylindrical-coordinate representation of color #D89AD7: hue angle of 300.97º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89AD7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 215 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.15 |
| HSL | 300.97º | 0.44% | 0.73% | - |
| HSV(B) | 300.97º | 0.29% | 0.85% | - |
| XYZ | 52.14 | 42.62 | 69.77 | - |
| YUV | 179.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 215 | 0 | 0.29 | 0.00 | 0.15 | 300.97 | 0.44 | 0.73 |
| Hex | D8 | 9A | D7 | 0 | 1D | 0 | F | 12D | 2C | 49 |
| Octal | 330 | 232 | 327 | 0 | 35 | 0 | 17 | 455 | 54 | 111 |
| Binary | 11011000 | 10011010 | 11010111 | 0 | 11101 | 0 | 1111 | 100101101 | 101100 | 1001001 |
Color Harmonies of #D89AD7
Complementary color
Monochromatic Colors of #D89AD7
Black with #D89AD7
Text Example
Text Example
White with #D89AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AD7; }
p { color: rgb(216,154,215); }
H1.HeaderClassName
{
color: #D89AD7;
}
.AnyTagClassName
{
color: #D89AD7;
}
</style>
background-color css
<style>
a { background-color: #D89AD7; }
a { background-color: rgb(216,154,215); }
div.DivClassName
{
background-color: #D89AD7;
}
.BgClassName
{
background-color: #D89AD7;
}
</style>
border-color css
<style>
span { border-color: #D89AD7; }
span { border-color: rgb(216,154,215); }
td.TdClassName
{
border-color: #D89AD7;
}
.TagClassName
{
border-color: #D89AD7;
}
</style>