Shades of Plum #D89ACF
Tints of Plum #D89ACF
RGB
CMYK
RGB Variations
Color information
#D89ACF (or 0xD89ACF) is known color: Plum. HEX triplet: D8, 9A and CF. RGB value is (216,154,207). Sum of RGB (Red+Green+Blue) = 216+154+207=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ACF is #276530. Grayscale: #B2B2B2. Windows color (decimal): -2581809 or 13605592. OLE color: 13605592.
HSL color Cylindrical-coordinate representation of color #D89ACF: hue angle of 308.71º 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 #D89ACF is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 207 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.15 |
| HSL | 308.71º | 0.44% | 0.73% | - |
| HSV(B) | 308.71º | 0.29% | 0.85% | - |
| XYZ | 51.14 | 42.22 | 64.48 | - |
| YUV | 178.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 207 | 0 | 0.29 | 0.04 | 0.15 | 308.71 | 0.44 | 0.73 |
| Hex | D8 | 9A | CF | 0 | 1D | 4 | F | 135 | 2C | 49 |
| Octal | 330 | 232 | 317 | 0 | 35 | 4 | 17 | 465 | 54 | 111 |
| Binary | 11011000 | 10011010 | 11001111 | 0 | 11101 | 100 | 1111 | 100110101 | 101100 | 1001001 |
Color Harmonies of #D89ACF
Complementary color
Monochromatic Colors of #D89ACF
Black with #D89ACF
Text Example
Text Example
White with #D89ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ACF; }
p { color: rgb(216,154,207); }
H1.HeaderClassName
{
color: #D89ACF;
}
.AnyTagClassName
{
color: #D89ACF;
}
</style>
background-color css
<style>
a { background-color: #D89ACF; }
a { background-color: rgb(216,154,207); }
div.DivClassName
{
background-color: #D89ACF;
}
.BgClassName
{
background-color: #D89ACF;
}
</style>
border-color css
<style>
span { border-color: #D89ACF; }
span { border-color: rgb(216,154,207); }
td.TdClassName
{
border-color: #D89ACF;
}
.TagClassName
{
border-color: #D89ACF;
}
</style>