Shades of Violet #DB84EA
Tints of Violet #DB84EA
RGB
CMYK
RGB Variations
Color information
#DB84EA (or 0xDB84EA) is known color: Violet. HEX triplet: DB, 84 and EA. RGB value is (219,132,234). Sum of RGB (Red+Green+Blue) = 219+132+234=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84EA is #247B15. Grayscale: #A9A9A9. Windows color (decimal): -2390806 or 15369435. OLE color: 15369435.
HSL color Cylindrical-coordinate representation of color #DB84EA: hue angle of 291.18º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB84EA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 132 | 234 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.08 |
| HSL | 291.18º | 0.71% | 0.72% | - |
| HSV(B) | 291.18º | 0.44% | 0.92% | - |
| XYZ | 52.32 | 37.5 | 82.32 | - |
| YUV | 169.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 234 | 0.06 | 0.44 | 0 | 0.08 | 291.18 | 0.71 | 0.72 |
| Hex | DB | 84 | EA | 6 | 2C | 0 | 8 | 123 | 47 | 48 |
| Octal | 333 | 204 | 352 | 6 | 54 | 0 | 10 | 443 | 107 | 110 |
| Binary | 11011011 | 10000100 | 11101010 | 110 | 101100 | 0 | 1000 | 100100011 | 1000111 | 1001000 |
Color Harmonies of #DB84EA
Complementary color
Monochromatic Colors of #DB84EA
Black with #DB84EA
Text Example
Text Example
White with #DB84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84EA; }
p { color: rgb(219,132,234); }
H1.HeaderClassName
{
color: #DB84EA;
}
.AnyTagClassName
{
color: #DB84EA;
}
</style>
background-color css
<style>
a { background-color: #DB84EA; }
a { background-color: rgb(219,132,234); }
div.DivClassName
{
background-color: #DB84EA;
}
.BgClassName
{
background-color: #DB84EA;
}
</style>
border-color css
<style>
span { border-color: #DB84EA; }
span { border-color: rgb(219,132,234); }
td.TdClassName
{
border-color: #DB84EA;
}
.TagClassName
{
border-color: #DB84EA;
}
</style>