Shades of Violet #DB7EEB
Tints of Violet #DB7EEB
RGB
CMYK
RGB Variations
Color information
#DB7EEB (or 0xDB7EEB) is known color: Violet. HEX triplet: DB, 7E and EB. RGB value is (219,126,235). Sum of RGB (Red+Green+Blue) = 219+126+235=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB7EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EEB is #248114. Grayscale: #A5A5A5. Windows color (decimal): -2392341 or 15433435. OLE color: 15433435.
HSL color Cylindrical-coordinate representation of color #DB7EEB: hue angle of 291.19º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7EEB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 126 | 235 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.08 |
| HSL | 291.19º | 0.73% | 0.71% | - |
| HSV(B) | 291.19º | 0.46% | 0.92% | - |
| XYZ | 51.67 | 35.98 | 82.82 | - |
| YUV | 166.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 235 | 0.07 | 0.46 | 0 | 0.08 | 291.19 | 0.73 | 0.71 |
| Hex | DB | 7E | EB | 7 | 2E | 0 | 8 | 123 | 49 | 47 |
| Octal | 333 | 176 | 353 | 7 | 56 | 0 | 10 | 443 | 111 | 107 |
| Binary | 11011011 | 1111110 | 11101011 | 111 | 101110 | 0 | 1000 | 100100011 | 1001001 | 1000111 |
Color Harmonies of #DB7EEB
Complementary color
Monochromatic Colors of #DB7EEB
Black with #DB7EEB
Text Example
Text Example
White with #DB7EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EEB; }
p { color: rgb(219,126,235); }
H1.HeaderClassName
{
color: #DB7EEB;
}
.AnyTagClassName
{
color: #DB7EEB;
}
</style>
background-color css
<style>
a { background-color: #DB7EEB; }
a { background-color: rgb(219,126,235); }
div.DivClassName
{
background-color: #DB7EEB;
}
.BgClassName
{
background-color: #DB7EEB;
}
</style>
border-color css
<style>
span { border-color: #DB7EEB; }
span { border-color: rgb(219,126,235); }
td.TdClassName
{
border-color: #DB7EEB;
}
.TagClassName
{
border-color: #DB7EEB;
}
</style>