Shades of Plum #DB8CE5
Tints of Plum #DB8CE5
RGB
CMYK
RGB Variations
Color information
#DB8CE5 (or 0xDB8CE5) is known color: Plum. HEX triplet: DB, 8C and E5. RGB value is (219,140,229). Sum of RGB (Red+Green+Blue) = 219+140+229=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CE5 is #24731A. Grayscale: #ADADAD. Windows color (decimal): -2388763 or 15043803. OLE color: 15043803.
HSL color Cylindrical-coordinate representation of color #DB8CE5: hue angle of 293.26º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8CE5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 140 | 229 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.10 |
| HSL | 293.26º | 0.63% | 0.72% | - |
| HSV(B) | 293.26º | 0.39% | 0.9% | - |
| XYZ | 52.73 | 39.47 | 78.97 | - |
| YUV | 173.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 229 | 0.04 | 0.39 | 0 | 0.10 | 293.26 | 0.63 | 0.72 |
| Hex | DB | 8C | E5 | 4 | 27 | 0 | A | 125 | 3F | 48 |
| Octal | 333 | 214 | 345 | 4 | 47 | 0 | 12 | 445 | 77 | 110 |
| Binary | 11011011 | 10001100 | 11100101 | 100 | 100111 | 0 | 1010 | 100100101 | 111111 | 1001000 |
Color Harmonies of #DB8CE5
Complementary color
Monochromatic Colors of #DB8CE5
Black with #DB8CE5
Text Example
Text Example
White with #DB8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CE5; }
p { color: rgb(219,140,229); }
H1.HeaderClassName
{
color: #DB8CE5;
}
.AnyTagClassName
{
color: #DB8CE5;
}
</style>
background-color css
<style>
a { background-color: #DB8CE5; }
a { background-color: rgb(219,140,229); }
div.DivClassName
{
background-color: #DB8CE5;
}
.BgClassName
{
background-color: #DB8CE5;
}
</style>
border-color css
<style>
span { border-color: #DB8CE5; }
span { border-color: rgb(219,140,229); }
td.TdClassName
{
border-color: #DB8CE5;
}
.TagClassName
{
border-color: #DB8CE5;
}
</style>