Shades of Plum #D889E1
Tints of Plum #D889E1
RGB
CMYK
RGB Variations
Color information
#D889E1 (or 0xD889E1) is known color: Plum. HEX triplet: D8, 89 and E1. RGB value is (216,137,225). Sum of RGB (Red+Green+Blue) = 216+137+225=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #D889E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889E1 is #27761E. Grayscale: #AAAAAA. Windows color (decimal): -2586143 or 14780888. OLE color: 14780888.
HSL color Cylindrical-coordinate representation of color #D889E1: hue angle of 293.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D889E1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 137 | 225 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.12 |
| HSL | 293.86º | 0.59% | 0.71% | - |
| HSV(B) | 293.86º | 0.39% | 0.88% | - |
| XYZ | 50.86 | 37.93 | 75.87 | - |
| YUV | 170.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 225 | 0.04 | 0.39 | 0 | 0.12 | 293.86 | 0.59 | 0.71 |
| Hex | D8 | 89 | E1 | 4 | 27 | 0 | C | 126 | 3B | 47 |
| Octal | 330 | 211 | 341 | 4 | 47 | 0 | 14 | 446 | 73 | 107 |
| Binary | 11011000 | 10001001 | 11100001 | 100 | 100111 | 0 | 1100 | 100100110 | 111011 | 1000111 |
Color Harmonies of #D889E1
Complementary color
Monochromatic Colors of #D889E1
Black with #D889E1
Text Example
Text Example
White with #D889E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889E1; }
p { color: rgb(216,137,225); }
H1.HeaderClassName
{
color: #D889E1;
}
.AnyTagClassName
{
color: #D889E1;
}
</style>
background-color css
<style>
a { background-color: #D889E1; }
a { background-color: rgb(216,137,225); }
div.DivClassName
{
background-color: #D889E1;
}
.BgClassName
{
background-color: #D889E1;
}
</style>
border-color css
<style>
span { border-color: #D889E1; }
span { border-color: rgb(216,137,225); }
td.TdClassName
{
border-color: #D889E1;
}
.TagClassName
{
border-color: #D889E1;
}
</style>