Shades of Violet #DB7DE8
Tints of Violet #DB7DE8
RGB
CMYK
RGB Variations
Color information
#DB7DE8 (or 0xDB7DE8) is known color: Violet. HEX triplet: DB, 7D and E8. RGB value is (219,125,232). Sum of RGB (Red+Green+Blue) = 219+125+232=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB7DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DE8 is #248217. Grayscale: #A4A4A4. Windows color (decimal): -2392600 or 15236571. OLE color: 15236571.
HSL color Cylindrical-coordinate representation of color #DB7DE8: hue angle of 292.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7DE8 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 125 | 232 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.09 |
| HSL | 292.71º | 0.7% | 0.7% | - |
| HSV(B) | 292.71º | 0.46% | 0.91% | - |
| XYZ | 51.11 | 35.55 | 80.51 | - |
| YUV | 165.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 232 | 0.06 | 0.46 | 0 | 0.09 | 292.71 | 0.7 | 0.7 |
| Hex | DB | 7D | E8 | 6 | 2E | 0 | 9 | 125 | 46 | 46 |
| Octal | 333 | 175 | 350 | 6 | 56 | 0 | 11 | 445 | 106 | 106 |
| Binary | 11011011 | 1111101 | 11101000 | 110 | 101110 | 0 | 1001 | 100100101 | 1000110 | 1000110 |
Color Harmonies of #DB7DE8
Complementary color
Monochromatic Colors of #DB7DE8
Black with #DB7DE8
Text Example
Text Example
White with #DB7DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DE8; }
p { color: rgb(219,125,232); }
H1.HeaderClassName
{
color: #DB7DE8;
}
.AnyTagClassName
{
color: #DB7DE8;
}
</style>
background-color css
<style>
a { background-color: #DB7DE8; }
a { background-color: rgb(219,125,232); }
div.DivClassName
{
background-color: #DB7DE8;
}
.BgClassName
{
background-color: #DB7DE8;
}
</style>
border-color css
<style>
span { border-color: #DB7DE8; }
span { border-color: rgb(219,125,232); }
td.TdClassName
{
border-color: #DB7DE8;
}
.TagClassName
{
border-color: #DB7DE8;
}
</style>