Shades of Violet #DB81ED
Tints of Violet #DB81ED
RGB
CMYK
RGB Variations
Color information
#DB81ED (or 0xDB81ED) is known color: Violet. HEX triplet: DB, 81 and ED. RGB value is (219,129,237). Sum of RGB (Red+Green+Blue) = 219+129+237=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81ED is #247E12. Grayscale: #A7A7A7. Windows color (decimal): -2391571 or 15565275. OLE color: 15565275.
HSL color Cylindrical-coordinate representation of color #DB81ED: hue angle of 290º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB81ED is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 129 | 237 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.07 |
| HSL | 290º | 0.75% | 0.72% | - |
| HSV(B) | 290º | 0.46% | 0.93% | - |
| XYZ | 52.35 | 36.88 | 84.48 | - |
| YUV | 168.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 237 | 0.08 | 0.46 | 0 | 0.07 | 290 | 0.75 | 0.72 |
| Hex | DB | 81 | ED | 8 | 2E | 0 | 7 | 122 | 4B | 48 |
| Octal | 333 | 201 | 355 | 10 | 56 | 0 | 7 | 442 | 113 | 110 |
| Binary | 11011011 | 10000001 | 11101101 | 1000 | 101110 | 0 | 111 | 100100010 | 1001011 | 1001000 |
Color Harmonies of #DB81ED
Complementary color
Monochromatic Colors of #DB81ED
Black with #DB81ED
Text Example
Text Example
White with #DB81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81ED; }
p { color: rgb(219,129,237); }
H1.HeaderClassName
{
color: #DB81ED;
}
.AnyTagClassName
{
color: #DB81ED;
}
</style>
background-color css
<style>
a { background-color: #DB81ED; }
a { background-color: rgb(219,129,237); }
div.DivClassName
{
background-color: #DB81ED;
}
.BgClassName
{
background-color: #DB81ED;
}
</style>
border-color css
<style>
span { border-color: #DB81ED; }
span { border-color: rgb(219,129,237); }
td.TdClassName
{
border-color: #DB81ED;
}
.TagClassName
{
border-color: #DB81ED;
}
</style>