Shades of Violet #DB86E8
Tints of Violet #DB86E8
RGB
CMYK
RGB Variations
Color information
#DB86E8 (or 0xDB86E8) is known color: Violet. HEX triplet: DB, 86 and E8. RGB value is (219,134,232). Sum of RGB (Red+Green+Blue) = 219+134+232=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB86E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86E8 is #247917. Grayscale: #AAAAAA. Windows color (decimal): -2390296 or 15238875. OLE color: 15238875.
HSL color Cylindrical-coordinate representation of color #DB86E8: hue angle of 292.04º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB86E8 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 134 | 232 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.09 |
| HSL | 292.04º | 0.68% | 0.72% | - |
| HSV(B) | 292.04º | 0.42% | 0.91% | - |
| XYZ | 52.3 | 37.94 | 80.91 | - |
| YUV | 170.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 232 | 0.06 | 0.42 | 0 | 0.09 | 292.04 | 0.68 | 0.72 |
| Hex | DB | 86 | E8 | 6 | 2A | 0 | 9 | 124 | 44 | 48 |
| Octal | 333 | 206 | 350 | 6 | 52 | 0 | 11 | 444 | 104 | 110 |
| Binary | 11011011 | 10000110 | 11101000 | 110 | 101010 | 0 | 1001 | 100100100 | 1000100 | 1001000 |
Color Harmonies of #DB86E8
Complementary color
Monochromatic Colors of #DB86E8
Black with #DB86E8
Text Example
Text Example
White with #DB86E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86E8; }
p { color: rgb(219,134,232); }
H1.HeaderClassName
{
color: #DB86E8;
}
.AnyTagClassName
{
color: #DB86E8;
}
</style>
background-color css
<style>
a { background-color: #DB86E8; }
a { background-color: rgb(219,134,232); }
div.DivClassName
{
background-color: #DB86E8;
}
.BgClassName
{
background-color: #DB86E8;
}
</style>
border-color css
<style>
span { border-color: #DB86E8; }
span { border-color: rgb(219,134,232); }
td.TdClassName
{
border-color: #DB86E8;
}
.TagClassName
{
border-color: #DB86E8;
}
</style>