Shades of Plum #DB8CE0
Tints of Plum #DB8CE0
RGB
CMYK
RGB Variations
Color information
#DB8CE0 (or 0xDB8CE0) is known color: Plum. HEX triplet: DB, 8C and E0. RGB value is (219,140,224). Sum of RGB (Red+Green+Blue) = 219+140+224=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CE0 is #24731F. Grayscale: #ACACAC. Windows color (decimal): -2388768 or 14716123. OLE color: 14716123.
HSL color Cylindrical-coordinate representation of color #DB8CE0: hue angle of 296.43º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8CE0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 140 | 224 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.12 |
| HSL | 296.43º | 0.58% | 0.71% | - |
| HSV(B) | 296.43º | 0.38% | 0.88% | - |
| XYZ | 52.05 | 39.2 | 75.34 | - |
| YUV | 173.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 224 | 0.02 | 0.38 | 0 | 0.12 | 296.43 | 0.58 | 0.71 |
| Hex | DB | 8C | E0 | 2 | 26 | 0 | C | 128 | 3A | 47 |
| Octal | 333 | 214 | 340 | 2 | 46 | 0 | 14 | 450 | 72 | 107 |
| Binary | 11011011 | 10001100 | 11100000 | 10 | 100110 | 0 | 1100 | 100101000 | 111010 | 1000111 |
Color Harmonies of #DB8CE0
Complementary color
Monochromatic Colors of #DB8CE0
Black with #DB8CE0
Text Example
Text Example
White with #DB8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CE0; }
p { color: rgb(219,140,224); }
H1.HeaderClassName
{
color: #DB8CE0;
}
.AnyTagClassName
{
color: #DB8CE0;
}
</style>
background-color css
<style>
a { background-color: #DB8CE0; }
a { background-color: rgb(219,140,224); }
div.DivClassName
{
background-color: #DB8CE0;
}
.BgClassName
{
background-color: #DB8CE0;
}
</style>
border-color css
<style>
span { border-color: #DB8CE0; }
span { border-color: rgb(219,140,224); }
td.TdClassName
{
border-color: #DB8CE0;
}
.TagClassName
{
border-color: #DB8CE0;
}
</style>