Shades of Violet #DB81E5
Tints of Violet #DB81E5
RGB
CMYK
RGB Variations
Color information
#DB81E5 (or 0xDB81E5) is known color: Violet. HEX triplet: DB, 81 and E5. RGB value is (219,129,229). Sum of RGB (Red+Green+Blue) = 219+129+229=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81E5 is #247E1A. Grayscale: #A7A7A7. Windows color (decimal): -2391579 or 15040987. OLE color: 15040987.
HSL color Cylindrical-coordinate representation of color #DB81E5: hue angle of 294º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB81E5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 129 | 229 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.10 |
| HSL | 294º | 0.66% | 0.7% | - |
| HSV(B) | 294º | 0.44% | 0.9% | - |
| XYZ | 51.21 | 36.42 | 78.46 | - |
| YUV | 167.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 229 | 0.04 | 0.44 | 0 | 0.10 | 294 | 0.66 | 0.7 |
| Hex | DB | 81 | E5 | 4 | 2C | 0 | A | 126 | 42 | 46 |
| Octal | 333 | 201 | 345 | 4 | 54 | 0 | 12 | 446 | 102 | 106 |
| Binary | 11011011 | 10000001 | 11100101 | 100 | 101100 | 0 | 1010 | 100100110 | 1000010 | 1000110 |
Color Harmonies of #DB81E5
Complementary color
Monochromatic Colors of #DB81E5
Black with #DB81E5
Text Example
Text Example
White with #DB81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81E5; }
p { color: rgb(219,129,229); }
H1.HeaderClassName
{
color: #DB81E5;
}
.AnyTagClassName
{
color: #DB81E5;
}
</style>
background-color css
<style>
a { background-color: #DB81E5; }
a { background-color: rgb(219,129,229); }
div.DivClassName
{
background-color: #DB81E5;
}
.BgClassName
{
background-color: #DB81E5;
}
</style>
border-color css
<style>
span { border-color: #DB81E5; }
span { border-color: rgb(219,129,229); }
td.TdClassName
{
border-color: #DB81E5;
}
.TagClassName
{
border-color: #DB81E5;
}
</style>