Shades of Plum #D89CE1
Tints of Plum #D89CE1
RGB
CMYK
RGB Variations
Color information
#D89CE1 (or 0xD89CE1) is known color: Plum. HEX triplet: D8, 9C and E1. RGB value is (216,156,225). Sum of RGB (Red+Green+Blue) = 216+156+225=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #D89CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CE1 is #27631E. Grayscale: #B5B5B5. Windows color (decimal): -2581279 or 14785752. OLE color: 14785752.
HSL color Cylindrical-coordinate representation of color #D89CE1: hue angle of 292.17º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89CE1 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 156 | 225 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.12 |
| HSL | 292.17º | 0.53% | 0.75% | - |
| HSV(B) | 292.17º | 0.31% | 0.88% | - |
| XYZ | 53.8 | 43.81 | 76.86 | - |
| YUV | 181.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 225 | 0.04 | 0.31 | 0 | 0.12 | 292.17 | 0.53 | 0.75 |
| Hex | D8 | 9C | E1 | 4 | 1F | 0 | C | 124 | 35 | 4B |
| Octal | 330 | 234 | 341 | 4 | 37 | 0 | 14 | 444 | 65 | 113 |
| Binary | 11011000 | 10011100 | 11100001 | 100 | 11111 | 0 | 1100 | 100100100 | 110101 | 1001011 |
Color Harmonies of #D89CE1
Complementary color
Monochromatic Colors of #D89CE1
Black with #D89CE1
Text Example
Text Example
White with #D89CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CE1; }
p { color: rgb(216,156,225); }
H1.HeaderClassName
{
color: #D89CE1;
}
.AnyTagClassName
{
color: #D89CE1;
}
</style>
background-color css
<style>
a { background-color: #D89CE1; }
a { background-color: rgb(216,156,225); }
div.DivClassName
{
background-color: #D89CE1;
}
.BgClassName
{
background-color: #D89CE1;
}
</style>
border-color css
<style>
span { border-color: #D89CE1; }
span { border-color: rgb(216,156,225); }
td.TdClassName
{
border-color: #D89CE1;
}
.TagClassName
{
border-color: #D89CE1;
}
</style>