Shades of Plum #DB8CE1
Tints of Plum #DB8CE1
RGB
CMYK
RGB Variations
Color information
#DB8CE1 (or 0xDB8CE1) is known color: Plum. HEX triplet: DB, 8C and E1. RGB value is (219,140,225). Sum of RGB (Red+Green+Blue) = 219+140+225=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB8CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CE1 is #24731E. Grayscale: #ADADAD. Windows color (decimal): -2388767 or 14781659. OLE color: 14781659.
HSL color Cylindrical-coordinate representation of color #DB8CE1: hue angle of 295.76º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8CE1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 140 | 225 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.12 |
| HSL | 295.76º | 0.59% | 0.72% | - |
| HSV(B) | 295.76º | 0.38% | 0.88% | - |
| XYZ | 52.18 | 39.25 | 76.06 | - |
| YUV | 173.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 225 | 0.03 | 0.38 | 0 | 0.12 | 295.76 | 0.59 | 0.72 |
| Hex | DB | 8C | E1 | 3 | 26 | 0 | C | 128 | 3B | 48 |
| Octal | 333 | 214 | 341 | 3 | 46 | 0 | 14 | 450 | 73 | 110 |
| Binary | 11011011 | 10001100 | 11100001 | 11 | 100110 | 0 | 1100 | 100101000 | 111011 | 1001000 |
Color Harmonies of #DB8CE1
Complementary color
Monochromatic Colors of #DB8CE1
Black with #DB8CE1
Text Example
Text Example
White with #DB8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CE1; }
p { color: rgb(219,140,225); }
H1.HeaderClassName
{
color: #DB8CE1;
}
.AnyTagClassName
{
color: #DB8CE1;
}
</style>
background-color css
<style>
a { background-color: #DB8CE1; }
a { background-color: rgb(219,140,225); }
div.DivClassName
{
background-color: #DB8CE1;
}
.BgClassName
{
background-color: #DB8CE1;
}
</style>
border-color css
<style>
span { border-color: #DB8CE1; }
span { border-color: rgb(219,140,225); }
td.TdClassName
{
border-color: #DB8CE1;
}
.TagClassName
{
border-color: #DB8CE1;
}
</style>