Shades of Plum #D89AD5
Tints of Plum #D89AD5
RGB
CMYK
RGB Variations
Color information
#D89AD5 (or 0xD89AD5) is known color: Plum. HEX triplet: D8, 9A and D5. RGB value is (216,154,213). Sum of RGB (Red+Green+Blue) = 216+154+213=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD5 is #27652A. Grayscale: #B3B3B3. Windows color (decimal): -2581803 or 13998808. OLE color: 13998808.
HSL color Cylindrical-coordinate representation of color #D89AD5: hue angle of 302.9º 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 #D89AD5 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 213 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.15 |
| HSL | 302.9º | 0.44% | 0.73% | - |
| HSV(B) | 302.9º | 0.29% | 0.85% | - |
| XYZ | 51.88 | 42.51 | 68.42 | - |
| YUV | 179.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 213 | 0 | 0.29 | 0.01 | 0.15 | 302.9 | 0.44 | 0.73 |
| Hex | D8 | 9A | D5 | 0 | 1D | 1 | F | 12F | 2C | 49 |
| Octal | 330 | 232 | 325 | 0 | 35 | 1 | 17 | 457 | 54 | 111 |
| Binary | 11011000 | 10011010 | 11010101 | 0 | 11101 | 1 | 1111 | 100101111 | 101100 | 1001001 |
Color Harmonies of #D89AD5
Complementary color
Monochromatic Colors of #D89AD5
Black with #D89AD5
Text Example
Text Example
White with #D89AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AD5; }
p { color: rgb(216,154,213); }
H1.HeaderClassName
{
color: #D89AD5;
}
.AnyTagClassName
{
color: #D89AD5;
}
</style>
background-color css
<style>
a { background-color: #D89AD5; }
a { background-color: rgb(216,154,213); }
div.DivClassName
{
background-color: #D89AD5;
}
.BgClassName
{
background-color: #D89AD5;
}
</style>
border-color css
<style>
span { border-color: #D89AD5; }
span { border-color: rgb(216,154,213); }
td.TdClassName
{
border-color: #D89AD5;
}
.TagClassName
{
border-color: #D89AD5;
}
</style>