Shades of Plum #DB8CE6
Tints of Plum #DB8CE6
RGB
CMYK
RGB Variations
Color information
#DB8CE6 (or 0xDB8CE6) is known color: Plum. HEX triplet: DB, 8C and E6. RGB value is (219,140,230). Sum of RGB (Red+Green+Blue) = 219+140+230=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB8CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CE6 is #247319. Grayscale: #ADADAD. Windows color (decimal): -2388762 or 15109339. OLE color: 15109339.
HSL color Cylindrical-coordinate representation of color #DB8CE6: hue angle of 292.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8CE6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 140 | 230 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.10 |
| HSL | 292.67º | 0.64% | 0.73% | - |
| HSV(B) | 292.67º | 0.39% | 0.9% | - |
| XYZ | 52.87 | 39.53 | 79.71 | - |
| YUV | 173.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 230 | 0.05 | 0.39 | 0 | 0.10 | 292.67 | 0.64 | 0.73 |
| Hex | DB | 8C | E6 | 5 | 27 | 0 | A | 125 | 40 | 49 |
| Octal | 333 | 214 | 346 | 5 | 47 | 0 | 12 | 445 | 100 | 111 |
| Binary | 11011011 | 10001100 | 11100110 | 101 | 100111 | 0 | 1010 | 100100101 | 1000000 | 1001001 |
Color Harmonies of #DB8CE6
Complementary color
Monochromatic Colors of #DB8CE6
Black with #DB8CE6
Text Example
Text Example
White with #DB8CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CE6; }
p { color: rgb(219,140,230); }
H1.HeaderClassName
{
color: #DB8CE6;
}
.AnyTagClassName
{
color: #DB8CE6;
}
</style>
background-color css
<style>
a { background-color: #DB8CE6; }
a { background-color: rgb(219,140,230); }
div.DivClassName
{
background-color: #DB8CE6;
}
.BgClassName
{
background-color: #DB8CE6;
}
</style>
border-color css
<style>
span { border-color: #DB8CE6; }
span { border-color: rgb(219,140,230); }
td.TdClassName
{
border-color: #DB8CE6;
}
.TagClassName
{
border-color: #DB8CE6;
}
</style>