Shades of Plum #DB8EE1
Tints of Plum #DB8EE1
RGB
CMYK
RGB Variations
Color information
#DB8EE1 (or 0xDB8EE1) is known color: Plum. HEX triplet: DB, 8E and E1. RGB value is (219,142,225). Sum of RGB (Red+Green+Blue) = 219+142+225=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EE1 is #24711E. Grayscale: #AEAEAE. Windows color (decimal): -2388255 or 14782171. OLE color: 14782171.
HSL color Cylindrical-coordinate representation of color #DB8EE1: hue angle of 295.66º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8EE1 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 142 | 225 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.12 |
| HSL | 295.66º | 0.58% | 0.72% | - |
| HSV(B) | 295.66º | 0.37% | 0.88% | - |
| XYZ | 52.48 | 39.84 | 76.16 | - |
| YUV | 174.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 225 | 0.03 | 0.37 | 0 | 0.12 | 295.66 | 0.58 | 0.72 |
| Hex | DB | 8E | E1 | 3 | 25 | 0 | C | 128 | 3A | 48 |
| Octal | 333 | 216 | 341 | 3 | 45 | 0 | 14 | 450 | 72 | 110 |
| Binary | 11011011 | 10001110 | 11100001 | 11 | 100101 | 0 | 1100 | 100101000 | 111010 | 1001000 |
Color Harmonies of #DB8EE1
Complementary color
Monochromatic Colors of #DB8EE1
Black with #DB8EE1
Text Example
Text Example
White with #DB8EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EE1; }
p { color: rgb(219,142,225); }
H1.HeaderClassName
{
color: #DB8EE1;
}
.AnyTagClassName
{
color: #DB8EE1;
}
</style>
background-color css
<style>
a { background-color: #DB8EE1; }
a { background-color: rgb(219,142,225); }
div.DivClassName
{
background-color: #DB8EE1;
}
.BgClassName
{
background-color: #DB8EE1;
}
</style>
border-color css
<style>
span { border-color: #DB8EE1; }
span { border-color: rgb(219,142,225); }
td.TdClassName
{
border-color: #DB8EE1;
}
.TagClassName
{
border-color: #DB8EE1;
}
</style>