Shades of Plum #DB8DE6
Tints of Plum #DB8DE6
RGB
CMYK
RGB Variations
Color information
#DB8DE6 (or 0xDB8DE6) is known color: Plum. HEX triplet: DB, 8D and E6. RGB value is (219,141,230). Sum of RGB (Red+Green+Blue) = 219+141+230=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB8DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DE6 is #247219. Grayscale: #AEAEAE. Windows color (decimal): -2388506 or 15109595. OLE color: 15109595.
HSL color Cylindrical-coordinate representation of color #DB8DE6: hue angle of 292.58º 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 #DB8DE6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 141 | 230 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.10 |
| HSL | 292.58º | 0.64% | 0.73% | - |
| HSV(B) | 292.58º | 0.39% | 0.9% | - |
| XYZ | 53.02 | 39.82 | 79.76 | - |
| YUV | 174.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 230 | 0.05 | 0.39 | 0 | 0.10 | 292.58 | 0.64 | 0.73 |
| Hex | DB | 8D | E6 | 5 | 27 | 0 | A | 125 | 40 | 49 |
| Octal | 333 | 215 | 346 | 5 | 47 | 0 | 12 | 445 | 100 | 111 |
| Binary | 11011011 | 10001101 | 11100110 | 101 | 100111 | 0 | 1010 | 100100101 | 1000000 | 1001001 |
Color Harmonies of #DB8DE6
Complementary color
Monochromatic Colors of #DB8DE6
Black with #DB8DE6
Text Example
Text Example
White with #DB8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DE6; }
p { color: rgb(219,141,230); }
H1.HeaderClassName
{
color: #DB8DE6;
}
.AnyTagClassName
{
color: #DB8DE6;
}
</style>
background-color css
<style>
a { background-color: #DB8DE6; }
a { background-color: rgb(219,141,230); }
div.DivClassName
{
background-color: #DB8DE6;
}
.BgClassName
{
background-color: #DB8DE6;
}
</style>
border-color css
<style>
span { border-color: #DB8DE6; }
span { border-color: rgb(219,141,230); }
td.TdClassName
{
border-color: #DB8DE6;
}
.TagClassName
{
border-color: #DB8DE6;
}
</style>