Shades of Plum #D889E3
Tints of Plum #D889E3
RGB
CMYK
RGB Variations
Color information
#D889E3 (or 0xD889E3) is known color: Plum. HEX triplet: D8, 89 and E3. RGB value is (216,137,227). Sum of RGB (Red+Green+Blue) = 216+137+227=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 227 - color contains mainly: blue. Hex color #D889E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889E3 is #27761C. Grayscale: #AAAAAA. Windows color (decimal): -2586141 or 14911960. OLE color: 14911960.
HSL color Cylindrical-coordinate representation of color #D889E3: hue angle of 292.67º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D889E3 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 137 | 227 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.11 |
| HSL | 292.67º | 0.62% | 0.71% | - |
| HSV(B) | 292.67º | 0.4% | 0.89% | - |
| XYZ | 51.13 | 38.04 | 77.32 | - |
| YUV | 170.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 227 | 0.05 | 0.40 | 0 | 0.11 | 292.67 | 0.62 | 0.71 |
| Hex | D8 | 89 | E3 | 5 | 28 | 0 | B | 125 | 3E | 47 |
| Octal | 330 | 211 | 343 | 5 | 50 | 0 | 13 | 445 | 76 | 107 |
| Binary | 11011000 | 10001001 | 11100011 | 101 | 101000 | 0 | 1011 | 100100101 | 111110 | 1000111 |
Color Harmonies of #D889E3
Complementary color
Monochromatic Colors of #D889E3
Black with #D889E3
Text Example
Text Example
White with #D889E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889E3; }
p { color: rgb(216,137,227); }
H1.HeaderClassName
{
color: #D889E3;
}
.AnyTagClassName
{
color: #D889E3;
}
</style>
background-color css
<style>
a { background-color: #D889E3; }
a { background-color: rgb(216,137,227); }
div.DivClassName
{
background-color: #D889E3;
}
.BgClassName
{
background-color: #D889E3;
}
</style>
border-color css
<style>
span { border-color: #D889E3; }
span { border-color: rgb(216,137,227); }
td.TdClassName
{
border-color: #D889E3;
}
.TagClassName
{
border-color: #D889E3;
}
</style>