Shades of Violet #DB7FE8
Tints of Violet #DB7FE8
RGB
CMYK
RGB Variations
Color information
#DB7FE8 (or 0xDB7FE8) is known color: Violet. HEX triplet: DB, 7F and E8. RGB value is (219,127,232). Sum of RGB (Red+Green+Blue) = 219+127+232=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB7FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FE8 is #248017. Grayscale: #A6A6A6. Windows color (decimal): -2392088 or 15237083. OLE color: 15237083.
HSL color Cylindrical-coordinate representation of color #DB7FE8: hue angle of 292.57º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7FE8 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 127 | 232 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.09 |
| HSL | 292.57º | 0.7% | 0.7% | - |
| HSV(B) | 292.57º | 0.45% | 0.91% | - |
| XYZ | 51.37 | 36.07 | 80.6 | - |
| YUV | 166.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 232 | 0.06 | 0.45 | 0 | 0.09 | 292.57 | 0.7 | 0.7 |
| Hex | DB | 7F | E8 | 6 | 2D | 0 | 9 | 125 | 46 | 46 |
| Octal | 333 | 177 | 350 | 6 | 55 | 0 | 11 | 445 | 106 | 106 |
| Binary | 11011011 | 1111111 | 11101000 | 110 | 101101 | 0 | 1001 | 100100101 | 1000110 | 1000110 |
Color Harmonies of #DB7FE8
Complementary color
Monochromatic Colors of #DB7FE8
Black with #DB7FE8
Text Example
Text Example
White with #DB7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FE8; }
p { color: rgb(219,127,232); }
H1.HeaderClassName
{
color: #DB7FE8;
}
.AnyTagClassName
{
color: #DB7FE8;
}
</style>
background-color css
<style>
a { background-color: #DB7FE8; }
a { background-color: rgb(219,127,232); }
div.DivClassName
{
background-color: #DB7FE8;
}
.BgClassName
{
background-color: #DB7FE8;
}
</style>
border-color css
<style>
span { border-color: #DB7FE8; }
span { border-color: rgb(219,127,232); }
td.TdClassName
{
border-color: #DB7FE8;
}
.TagClassName
{
border-color: #DB7FE8;
}
</style>