Shades of Violet #DB81EB
Tints of Violet #DB81EB
RGB
CMYK
RGB Variations
Color information
#DB81EB (or 0xDB81EB) is known color: Violet. HEX triplet: DB, 81 and EB. RGB value is (219,129,235). Sum of RGB (Red+Green+Blue) = 219+129+235=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB81EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81EB is #247E14. Grayscale: #A7A7A7. Windows color (decimal): -2391573 or 15434203. OLE color: 15434203.
HSL color Cylindrical-coordinate representation of color #DB81EB: hue angle of 290.94º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB81EB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 129 | 235 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.08 |
| HSL | 290.94º | 0.73% | 0.71% | - |
| HSV(B) | 290.94º | 0.45% | 0.92% | - |
| XYZ | 52.06 | 36.76 | 82.95 | - |
| YUV | 167.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 235 | 0.07 | 0.45 | 0 | 0.08 | 290.94 | 0.73 | 0.71 |
| Hex | DB | 81 | EB | 7 | 2D | 0 | 8 | 123 | 49 | 47 |
| Octal | 333 | 201 | 353 | 7 | 55 | 0 | 10 | 443 | 111 | 107 |
| Binary | 11011011 | 10000001 | 11101011 | 111 | 101101 | 0 | 1000 | 100100011 | 1001001 | 1000111 |
Color Harmonies of #DB81EB
Complementary color
Monochromatic Colors of #DB81EB
Black with #DB81EB
Text Example
Text Example
White with #DB81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81EB; }
p { color: rgb(219,129,235); }
H1.HeaderClassName
{
color: #DB81EB;
}
.AnyTagClassName
{
color: #DB81EB;
}
</style>
background-color css
<style>
a { background-color: #DB81EB; }
a { background-color: rgb(219,129,235); }
div.DivClassName
{
background-color: #DB81EB;
}
.BgClassName
{
background-color: #DB81EB;
}
</style>
border-color css
<style>
span { border-color: #DB81EB; }
span { border-color: rgb(219,129,235); }
td.TdClassName
{
border-color: #DB81EB;
}
.TagClassName
{
border-color: #DB81EB;
}
</style>