Shades of Violet #DB8EEF
Tints of Violet #DB8EEF
RGB
CMYK
RGB Variations
Color information
#DB8EEF (or 0xDB8EEF) is known color: Violet. HEX triplet: DB, 8E and EF. RGB value is (219,142,239). Sum of RGB (Red+Green+Blue) = 219+142+239=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EEF is #247110. Grayscale: #AFAFAF. Windows color (decimal): -2388241 or 15699675. OLE color: 15699675.
HSL color Cylindrical-coordinate representation of color #DB8EEF: hue angle of 287.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8EEF is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 142 | 239 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.06 |
| HSL | 287.63º | 0.75% | 0.75% | - |
| HSV(B) | 287.63º | 0.41% | 0.94% | - |
| XYZ | 54.47 | 40.64 | 86.63 | - |
| YUV | 176.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 239 | 0.08 | 0.41 | 0 | 0.06 | 287.63 | 0.75 | 0.75 |
| Hex | DB | 8E | EF | 8 | 29 | 0 | 6 | 120 | 4B | 4B |
| Octal | 333 | 216 | 357 | 10 | 51 | 0 | 6 | 440 | 113 | 113 |
| Binary | 11011011 | 10001110 | 11101111 | 1000 | 101001 | 0 | 110 | 100100000 | 1001011 | 1001011 |
Color Harmonies of #DB8EEF
Complementary color
Monochromatic Colors of #DB8EEF
Black with #DB8EEF
Text Example
Text Example
White with #DB8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EEF; }
p { color: rgb(219,142,239); }
H1.HeaderClassName
{
color: #DB8EEF;
}
.AnyTagClassName
{
color: #DB8EEF;
}
</style>
background-color css
<style>
a { background-color: #DB8EEF; }
a { background-color: rgb(219,142,239); }
div.DivClassName
{
background-color: #DB8EEF;
}
.BgClassName
{
background-color: #DB8EEF;
}
</style>
border-color css
<style>
span { border-color: #DB8EEF; }
span { border-color: rgb(219,142,239); }
td.TdClassName
{
border-color: #DB8EEF;
}
.TagClassName
{
border-color: #DB8EEF;
}
</style>