Shades of Plum #D89ACD
Tints of Plum #D89ACD
RGB
CMYK
RGB Variations
Color information
#D89ACD (or 0xD89ACD) is known color: Plum. HEX triplet: D8, 9A and CD. RGB value is (216,154,205). Sum of RGB (Red+Green+Blue) = 216+154+205=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ACD is #276532. Grayscale: #B2B2B2. Windows color (decimal): -2581811 or 13474520. OLE color: 13474520.
HSL color Cylindrical-coordinate representation of color #D89ACD: hue angle of 310.65º 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 #D89ACD is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 205 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.15 |
| HSL | 310.65º | 0.44% | 0.73% | - |
| HSV(B) | 310.65º | 0.29% | 0.85% | - |
| XYZ | 50.89 | 42.12 | 63.2 | - |
| YUV | 178.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 205 | 0 | 0.29 | 0.05 | 0.15 | 310.65 | 0.44 | 0.73 |
| Hex | D8 | 9A | CD | 0 | 1D | 5 | F | 137 | 2C | 49 |
| Octal | 330 | 232 | 315 | 0 | 35 | 5 | 17 | 467 | 54 | 111 |
| Binary | 11011000 | 10011010 | 11001101 | 0 | 11101 | 101 | 1111 | 100110111 | 101100 | 1001001 |
Color Harmonies of #D89ACD
Complementary color
Monochromatic Colors of #D89ACD
Black with #D89ACD
Text Example
Text Example
White with #D89ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ACD; }
p { color: rgb(216,154,205); }
H1.HeaderClassName
{
color: #D89ACD;
}
.AnyTagClassName
{
color: #D89ACD;
}
</style>
background-color css
<style>
a { background-color: #D89ACD; }
a { background-color: rgb(216,154,205); }
div.DivClassName
{
background-color: #D89ACD;
}
.BgClassName
{
background-color: #D89ACD;
}
</style>
border-color css
<style>
span { border-color: #D89ACD; }
span { border-color: rgb(216,154,205); }
td.TdClassName
{
border-color: #D89ACD;
}
.TagClassName
{
border-color: #D89ACD;
}
</style>