Shades of Plum #D89ED3
Tints of Plum #D89ED3
RGB
CMYK
RGB Variations
Color information
#D89ED3 (or 0xD89ED3) is known color: Plum. HEX triplet: D8, 9E and D3. RGB value is (216,158,211). Sum of RGB (Red+Green+Blue) = 216+158+211=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ED3 is #27612C. Grayscale: #B5B5B5. Windows color (decimal): -2580781 or 13868760. OLE color: 13868760.
HSL color Cylindrical-coordinate representation of color #D89ED3: hue angle of 305.17º 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 #D89ED3 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 211 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.15 |
| HSL | 305.17º | 0.43% | 0.73% | - |
| HSV(B) | 305.17º | 0.27% | 0.85% | - |
| XYZ | 52.3 | 43.76 | 67.32 | - |
| YUV | 181.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 211 | 0 | 0.27 | 0.02 | 0.15 | 305.17 | 0.43 | 0.73 |
| Hex | D8 | 9E | D3 | 0 | 1B | 2 | F | 131 | 2B | 49 |
| Octal | 330 | 236 | 323 | 0 | 33 | 2 | 17 | 461 | 53 | 111 |
| Binary | 11011000 | 10011110 | 11010011 | 0 | 11011 | 10 | 1111 | 100110001 | 101011 | 1001001 |
Color Harmonies of #D89ED3
Complementary color
Monochromatic Colors of #D89ED3
Black with #D89ED3
Text Example
Text Example
White with #D89ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ED3; }
p { color: rgb(216,158,211); }
H1.HeaderClassName
{
color: #D89ED3;
}
.AnyTagClassName
{
color: #D89ED3;
}
</style>
background-color css
<style>
a { background-color: #D89ED3; }
a { background-color: rgb(216,158,211); }
div.DivClassName
{
background-color: #D89ED3;
}
.BgClassName
{
background-color: #D89ED3;
}
</style>
border-color css
<style>
span { border-color: #D89ED3; }
span { border-color: rgb(216,158,211); }
td.TdClassName
{
border-color: #D89ED3;
}
.TagClassName
{
border-color: #D89ED3;
}
</style>