Shades of Violet #DB8EEB
Tints of Violet #DB8EEB
RGB
CMYK
RGB Variations
Color information
#DB8EEB (or 0xDB8EEB) is known color: Violet. HEX triplet: DB, 8E and EB. RGB value is (219,142,235). Sum of RGB (Red+Green+Blue) = 219+142+235=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EEB is #247114. Grayscale: #AFAFAF. Windows color (decimal): -2388245 or 15437531. OLE color: 15437531.
HSL color Cylindrical-coordinate representation of color #DB8EEB: hue angle of 289.68º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8EEB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 142 | 235 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.08 |
| HSL | 289.68º | 0.7% | 0.74% | - |
| HSV(B) | 289.68º | 0.4% | 0.92% | - |
| XYZ | 53.88 | 40.4 | 83.56 | - |
| YUV | 175.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 235 | 0.07 | 0.40 | 0 | 0.08 | 289.68 | 0.7 | 0.74 |
| Hex | DB | 8E | EB | 7 | 28 | 0 | 8 | 122 | 46 | 4A |
| Octal | 333 | 216 | 353 | 7 | 50 | 0 | 10 | 442 | 106 | 112 |
| Binary | 11011011 | 10001110 | 11101011 | 111 | 101000 | 0 | 1000 | 100100010 | 1000110 | 1001010 |
Color Harmonies of #DB8EEB
Complementary color
Monochromatic Colors of #DB8EEB
Black with #DB8EEB
Text Example
Text Example
White with #DB8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EEB; }
p { color: rgb(219,142,235); }
H1.HeaderClassName
{
color: #DB8EEB;
}
.AnyTagClassName
{
color: #DB8EEB;
}
</style>
background-color css
<style>
a { background-color: #DB8EEB; }
a { background-color: rgb(219,142,235); }
div.DivClassName
{
background-color: #DB8EEB;
}
.BgClassName
{
background-color: #DB8EEB;
}
</style>
border-color css
<style>
span { border-color: #DB8EEB; }
span { border-color: rgb(219,142,235); }
td.TdClassName
{
border-color: #DB8EEB;
}
.TagClassName
{
border-color: #DB8EEB;
}
</style>