Shades of Plum #D89ECF
Tints of Plum #D89ECF
RGB
CMYK
RGB Variations
Color information
#D89ECF (or 0xD89ECF) is known color: Plum. HEX triplet: D8, 9E and CF. RGB value is (216,158,207). Sum of RGB (Red+Green+Blue) = 216+158+207=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ECF is #276130. Grayscale: #B4B4B4. Windows color (decimal): -2580785 or 13606616. OLE color: 13606616.
HSL color Cylindrical-coordinate representation of color #D89ECF: hue angle of 309.31º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89ECF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 207 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.15 |
| HSL | 309.31º | 0.43% | 0.73% | - |
| HSV(B) | 309.31º | 0.27% | 0.85% | - |
| XYZ | 51.81 | 43.56 | 64.71 | - |
| YUV | 180.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 207 | 0 | 0.27 | 0.04 | 0.15 | 309.31 | 0.43 | 0.73 |
| Hex | D8 | 9E | CF | 0 | 1B | 4 | F | 135 | 2B | 49 |
| Octal | 330 | 236 | 317 | 0 | 33 | 4 | 17 | 465 | 53 | 111 |
| Binary | 11011000 | 10011110 | 11001111 | 0 | 11011 | 100 | 1111 | 100110101 | 101011 | 1001001 |
Color Harmonies of #D89ECF
Complementary color
Monochromatic Colors of #D89ECF
Black with #D89ECF
Text Example
Text Example
White with #D89ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ECF; }
p { color: rgb(216,158,207); }
H1.HeaderClassName
{
color: #D89ECF;
}
.AnyTagClassName
{
color: #D89ECF;
}
</style>
background-color css
<style>
a { background-color: #D89ECF; }
a { background-color: rgb(216,158,207); }
div.DivClassName
{
background-color: #D89ECF;
}
.BgClassName
{
background-color: #D89ECF;
}
</style>
border-color css
<style>
span { border-color: #D89ECF; }
span { border-color: rgb(216,158,207); }
td.TdClassName
{
border-color: #D89ECF;
}
.TagClassName
{
border-color: #D89ECF;
}
</style>