Shades of Plum #D89DCF
Tints of Plum #D89DCF
RGB
CMYK
RGB Variations
Color information
#D89DCF (or 0xD89DCF) is known color: Plum. HEX triplet: D8, 9D and CF. RGB value is (216,157,207). Sum of RGB (Red+Green+Blue) = 216+157+207=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DCF is #276230. Grayscale: #B4B4B4. Windows color (decimal): -2581041 or 13606360. OLE color: 13606360.
HSL color Cylindrical-coordinate representation of color #D89DCF: hue angle of 309.15º 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 #D89DCF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 207 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.15 |
| HSL | 309.15º | 0.43% | 0.73% | - |
| HSV(B) | 309.15º | 0.27% | 0.85% | - |
| XYZ | 51.64 | 43.22 | 64.65 | - |
| YUV | 180.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 207 | 0 | 0.27 | 0.04 | 0.15 | 309.15 | 0.43 | 0.73 |
| Hex | D8 | 9D | CF | 0 | 1B | 4 | F | 135 | 2B | 49 |
| Octal | 330 | 235 | 317 | 0 | 33 | 4 | 17 | 465 | 53 | 111 |
| Binary | 11011000 | 10011101 | 11001111 | 0 | 11011 | 100 | 1111 | 100110101 | 101011 | 1001001 |
Color Harmonies of #D89DCF
Complementary color
Monochromatic Colors of #D89DCF
Black with #D89DCF
Text Example
Text Example
White with #D89DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DCF; }
p { color: rgb(216,157,207); }
H1.HeaderClassName
{
color: #D89DCF;
}
.AnyTagClassName
{
color: #D89DCF;
}
</style>
background-color css
<style>
a { background-color: #D89DCF; }
a { background-color: rgb(216,157,207); }
div.DivClassName
{
background-color: #D89DCF;
}
.BgClassName
{
background-color: #D89DCF;
}
</style>
border-color css
<style>
span { border-color: #D89DCF; }
span { border-color: rgb(216,157,207); }
td.TdClassName
{
border-color: #D89DCF;
}
.TagClassName
{
border-color: #D89DCF;
}
</style>