Shades of Heliotrope #DB84FF
Tints of Heliotrope #DB84FF
RGB
CMYK
RGB Variations
Color information
#DB84FF (or 0xDB84FF) is known color: Heliotrope. HEX triplet: DB, 84 and FF. RGB value is (219,132,255). Sum of RGB (Red+Green+Blue) = 219+132+255=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84FF is #247B00. Grayscale: #ABABAB. Windows color (decimal): -2390785 or 16745691. OLE color: 16745691.
HSL color Cylindrical-coordinate representation of color #DB84FF: hue angle of 282.44º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB84FF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 132 | 255 | - |
| CMYK | 0.14 | 0.48 | 0 | 0 |
| HSL | 282.44º | 1% | 0.76% | - |
| HSV(B) | 282.44º | 0.48% | 1% | - |
| XYZ | 55.51 | 38.78 | 99.17 | - |
| YUV | 172.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 255 | 0.14 | 0.48 | 0 | 0 | 282.44 | 1 | 0.76 |
| Hex | DB | 84 | FF | E | 30 | 0 | 0 | 11A | 64 | 4C |
| Octal | 333 | 204 | 377 | 16 | 60 | 0 | 0 | 432 | 144 | 114 |
| Binary | 11011011 | 10000100 | 11111111 | 1110 | 110000 | 0 | 0 | 100011010 | 1100100 | 1001100 |
Color Harmonies of #DB84FF
Complementary color
Monochromatic Colors of #DB84FF
Black with #DB84FF
Text Example
Text Example
White with #DB84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84FF; }
p { color: rgb(219,132,255); }
H1.HeaderClassName
{
color: #DB84FF;
}
.AnyTagClassName
{
color: #DB84FF;
}
</style>
background-color css
<style>
a { background-color: #DB84FF; }
a { background-color: rgb(219,132,255); }
div.DivClassName
{
background-color: #DB84FF;
}
.BgClassName
{
background-color: #DB84FF;
}
</style>
border-color css
<style>
span { border-color: #DB84FF; }
span { border-color: rgb(219,132,255); }
td.TdClassName
{
border-color: #DB84FF;
}
.TagClassName
{
border-color: #DB84FF;
}
</style>