Shades of Violet #DB84E6
Tints of Violet #DB84E6
RGB
CMYK
RGB Variations
Color information
#DB84E6 (or 0xDB84E6) is known color: Violet. HEX triplet: DB, 84 and E6. RGB value is (219,132,230). Sum of RGB (Red+Green+Blue) = 219+132+230=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB84E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84E6 is #247B19. Grayscale: #A8A8A8. Windows color (decimal): -2390810 or 15107291. OLE color: 15107291.
HSL color Cylindrical-coordinate representation of color #DB84E6: hue angle of 293.27º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB84E6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 132 | 230 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.10 |
| HSL | 293.27º | 0.66% | 0.71% | - |
| HSV(B) | 293.27º | 0.43% | 0.9% | - |
| XYZ | 51.75 | 37.28 | 79.33 | - |
| YUV | 169.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 230 | 0.05 | 0.43 | 0 | 0.10 | 293.27 | 0.66 | 0.71 |
| Hex | DB | 84 | E6 | 5 | 2B | 0 | A | 125 | 42 | 47 |
| Octal | 333 | 204 | 346 | 5 | 53 | 0 | 12 | 445 | 102 | 107 |
| Binary | 11011011 | 10000100 | 11100110 | 101 | 101011 | 0 | 1010 | 100100101 | 1000010 | 1000111 |
Color Harmonies of #DB84E6
Complementary color
Monochromatic Colors of #DB84E6
Black with #DB84E6
Text Example
Text Example
White with #DB84E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84E6; }
p { color: rgb(219,132,230); }
H1.HeaderClassName
{
color: #DB84E6;
}
.AnyTagClassName
{
color: #DB84E6;
}
</style>
background-color css
<style>
a { background-color: #DB84E6; }
a { background-color: rgb(219,132,230); }
div.DivClassName
{
background-color: #DB84E6;
}
.BgClassName
{
background-color: #DB84E6;
}
</style>
border-color css
<style>
span { border-color: #DB84E6; }
span { border-color: rgb(219,132,230); }
td.TdClassName
{
border-color: #DB84E6;
}
.TagClassName
{
border-color: #DB84E6;
}
</style>