Shades of Plum #D89AE1
Tints of Plum #D89AE1
RGB
CMYK
RGB Variations
Color information
#D89AE1 (or 0xD89AE1) is known color: Plum. HEX triplet: D8, 9A and E1. RGB value is (216,154,225). Sum of RGB (Red+Green+Blue) = 216+154+225=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #D89AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AE1 is #27651E. Grayscale: #B4B4B4. Windows color (decimal): -2581791 or 14785240. OLE color: 14785240.
HSL color Cylindrical-coordinate representation of color #D89AE1: hue angle of 292.39º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89AE1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 154 | 225 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.12 |
| HSL | 292.39º | 0.54% | 0.74% | - |
| HSV(B) | 292.39º | 0.32% | 0.88% | - |
| XYZ | 53.47 | 43.15 | 76.74 | - |
| YUV | 180.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 225 | 0.04 | 0.32 | 0 | 0.12 | 292.39 | 0.54 | 0.74 |
| Hex | D8 | 9A | E1 | 4 | 20 | 0 | C | 124 | 36 | 4A |
| Octal | 330 | 232 | 341 | 4 | 40 | 0 | 14 | 444 | 66 | 112 |
| Binary | 11011000 | 10011010 | 11100001 | 100 | 100000 | 0 | 1100 | 100100100 | 110110 | 1001010 |
Color Harmonies of #D89AE1
Complementary color
Monochromatic Colors of #D89AE1
Black with #D89AE1
Text Example
Text Example
White with #D89AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AE1; }
p { color: rgb(216,154,225); }
H1.HeaderClassName
{
color: #D89AE1;
}
.AnyTagClassName
{
color: #D89AE1;
}
</style>
background-color css
<style>
a { background-color: #D89AE1; }
a { background-color: rgb(216,154,225); }
div.DivClassName
{
background-color: #D89AE1;
}
.BgClassName
{
background-color: #D89AE1;
}
</style>
border-color css
<style>
span { border-color: #D89AE1; }
span { border-color: rgb(216,154,225); }
td.TdClassName
{
border-color: #D89AE1;
}
.TagClassName
{
border-color: #D89AE1;
}
</style>