Shades of Violet #DB84EB
Tints of Violet #DB84EB
RGB
CMYK
RGB Variations
Color information
#DB84EB (or 0xDB84EB) is known color: Violet. HEX triplet: DB, 84 and EB. RGB value is (219,132,235). Sum of RGB (Red+Green+Blue) = 219+132+235=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB84EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84EB is #247B14. Grayscale: #A9A9A9. Windows color (decimal): -2390805 or 15434971. OLE color: 15434971.
HSL color Cylindrical-coordinate representation of color #DB84EB: hue angle of 290.68º degrees, saturation: 0.72, 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 #DB84EB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 132 | 235 | - |
CMYK | 0.07 | 0.44 | 0 | 0.08 |
HSL | 290.68º | 0.72% | 0.72% | - |
HSV(B) | 290.68º | 0.44% | 0.92% | - |
XYZ | 52.46 | 37.56 | 83.08 | - |
YUV | 169.76 | 164.82 | 163.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 132 | 235 | 0.07 | 0.44 | 0 | 0.08 | 290.68 | 0.72 | 0.72 |
Hex | DB | 84 | EB | 7 | 2C | 0 | 8 | 123 | 48 | 48 |
Octal | 333 | 204 | 353 | 7 | 54 | 0 | 10 | 443 | 110 | 110 |
Binary | 11011011 | 10000100 | 11101011 | 111 | 101100 | 0 | 1000 | 100100011 | 1001000 | 1001000 |
Color Harmonies of #DB84EB
Complementary color
Monochromatic Colors of #DB84EB
Black with #DB84EB
Text Example
Text Example
White with #DB84EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84EB; }
p { color: rgb(219,132,235); }
H1.HeaderClassName
{
color: #DB84EB;
}
.AnyTagClassName
{
color: #DB84EB;
}
</style>
background-color css
<style>
a { background-color: #DB84EB; }
a { background-color: rgb(219,132,235); }
div.DivClassName
{
background-color: #DB84EB;
}
.BgClassName
{
background-color: #DB84EB;
}
</style>
border-color css
<style>
span { border-color: #DB84EB; }
span { border-color: rgb(219,132,235); }
td.TdClassName
{
border-color: #DB84EB;
}
.TagClassName
{
border-color: #DB84EB;
}
</style>