Shades of Plum #D89AE5
Tints of Plum #D89AE5
RGB
CMYK
RGB Variations
Color information
#D89AE5 (or 0xD89AE5) is known color: Plum. HEX triplet: D8, 9A and E5. RGB value is (216,154,229). Sum of RGB (Red+Green+Blue) = 216+154+229=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #D89AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AE5 is #27651A. Grayscale: #B4B4B4. Windows color (decimal): -2581787 or 15047384. OLE color: 15047384.
HSL color Cylindrical-coordinate representation of color #D89AE5: hue angle of 289.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D89AE5 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 154 | 229 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.10 |
| HSL | 289.6º | 0.59% | 0.75% | - |
| HSV(B) | 289.6º | 0.33% | 0.9% | - |
| XYZ | 54.02 | 43.37 | 79.65 | - |
| YUV | 181.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 229 | 0.06 | 0.33 | 0 | 0.10 | 289.6 | 0.59 | 0.75 |
| Hex | D8 | 9A | E5 | 6 | 21 | 0 | A | 122 | 3B | 4B |
| Octal | 330 | 232 | 345 | 6 | 41 | 0 | 12 | 442 | 73 | 113 |
| Binary | 11011000 | 10011010 | 11100101 | 110 | 100001 | 0 | 1010 | 100100010 | 111011 | 1001011 |
Color Harmonies of #D89AE5
Complementary color
Monochromatic Colors of #D89AE5
Black with #D89AE5
Text Example
Text Example
White with #D89AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AE5; }
p { color: rgb(216,154,229); }
H1.HeaderClassName
{
color: #D89AE5;
}
.AnyTagClassName
{
color: #D89AE5;
}
</style>
background-color css
<style>
a { background-color: #D89AE5; }
a { background-color: rgb(216,154,229); }
div.DivClassName
{
background-color: #D89AE5;
}
.BgClassName
{
background-color: #D89AE5;
}
</style>
border-color css
<style>
span { border-color: #D89AE5; }
span { border-color: rgb(216,154,229); }
td.TdClassName
{
border-color: #D89AE5;
}
.TagClassName
{
border-color: #D89AE5;
}
</style>