Shades of Violet #DB80EC
Tints of Violet #DB80EC
RGB
CMYK
RGB Variations
Color information
#DB80EC (or 0xDB80EC) is known color: Violet. HEX triplet: DB, 80 and EC. RGB value is (219,128,236). Sum of RGB (Red+Green+Blue) = 219+128+236=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80EC is #247F13. Grayscale: #A7A7A7. Windows color (decimal): -2391828 or 15499483. OLE color: 15499483.
HSL color Cylindrical-coordinate representation of color #DB80EC: hue angle of 290.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB80EC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 128 | 236 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.07 |
| HSL | 290.56º | 0.74% | 0.71% | - |
| HSV(B) | 290.56º | 0.46% | 0.93% | - |
| XYZ | 52.07 | 36.55 | 83.67 | - |
| YUV | 167.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 236 | 0.07 | 0.46 | 0 | 0.07 | 290.56 | 0.74 | 0.71 |
| Hex | DB | 80 | EC | 7 | 2E | 0 | 7 | 123 | 4A | 47 |
| Octal | 333 | 200 | 354 | 7 | 56 | 0 | 7 | 443 | 112 | 107 |
| Binary | 11011011 | 10000000 | 11101100 | 111 | 101110 | 0 | 111 | 100100011 | 1001010 | 1000111 |
Color Harmonies of #DB80EC
Complementary color
Monochromatic Colors of #DB80EC
Black with #DB80EC
Text Example
Text Example
White with #DB80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80EC; }
p { color: rgb(219,128,236); }
H1.HeaderClassName
{
color: #DB80EC;
}
.AnyTagClassName
{
color: #DB80EC;
}
</style>
background-color css
<style>
a { background-color: #DB80EC; }
a { background-color: rgb(219,128,236); }
div.DivClassName
{
background-color: #DB80EC;
}
.BgClassName
{
background-color: #DB80EC;
}
</style>
border-color css
<style>
span { border-color: #DB80EC; }
span { border-color: rgb(219,128,236); }
td.TdClassName
{
border-color: #DB80EC;
}
.TagClassName
{
border-color: #DB80EC;
}
</style>