Shades of Plum #D89FCD
Tints of Plum #D89FCD
RGB
CMYK
RGB Variations
Color information
#D89FCD (or 0xD89FCD) is known color: Plum. HEX triplet: D8, 9F and CD. RGB value is (216,159,205). Sum of RGB (Red+Green+Blue) = 216+159+205=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FCD is #276032. Grayscale: #B5B5B5. Windows color (decimal): -2580531 or 13475800. OLE color: 13475800.
HSL color Cylindrical-coordinate representation of color #D89FCD: hue angle of 311.58º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FCD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 205 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.15 |
| HSL | 311.58º | 0.42% | 0.74% | - |
| HSV(B) | 311.58º | 0.26% | 0.85% | - |
| XYZ | 51.74 | 43.8 | 63.49 | - |
| YUV | 181.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 205 | 0 | 0.26 | 0.05 | 0.15 | 311.58 | 0.42 | 0.74 |
| Hex | D8 | 9F | CD | 0 | 1A | 5 | F | 138 | 2A | 4A |
| Octal | 330 | 237 | 315 | 0 | 32 | 5 | 17 | 470 | 52 | 112 |
| Binary | 11011000 | 10011111 | 11001101 | 0 | 11010 | 101 | 1111 | 100111000 | 101010 | 1001010 |
Color Harmonies of #D89FCD
Complementary color
Monochromatic Colors of #D89FCD
Black with #D89FCD
Text Example
Text Example
White with #D89FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FCD; }
p { color: rgb(216,159,205); }
H1.HeaderClassName
{
color: #D89FCD;
}
.AnyTagClassName
{
color: #D89FCD;
}
</style>
background-color css
<style>
a { background-color: #D89FCD; }
a { background-color: rgb(216,159,205); }
div.DivClassName
{
background-color: #D89FCD;
}
.BgClassName
{
background-color: #D89FCD;
}
</style>
border-color css
<style>
span { border-color: #D89FCD; }
span { border-color: rgb(216,159,205); }
td.TdClassName
{
border-color: #D89FCD;
}
.TagClassName
{
border-color: #D89FCD;
}
</style>