Shades of Heliotrope #DB86F6
Tints of Heliotrope #DB86F6
RGB
CMYK
RGB Variations
Color information
#DB86F6 (or 0xDB86F6) is known color: Heliotrope. HEX triplet: DB, 86 and F6. RGB value is (219,134,246). Sum of RGB (Red+Green+Blue) = 219+134+246=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB86F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86F6 is #247909. Grayscale: #ABABAB. Windows color (decimal): -2390282 or 16156379. OLE color: 16156379.
HSL color Cylindrical-coordinate representation of color #DB86F6: hue angle of 285.54º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB86F6 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 134 | 246 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.04 |
| HSL | 285.54º | 0.86% | 0.75% | - |
| HSV(B) | 285.54º | 0.46% | 0.96% | - |
| XYZ | 54.37 | 38.76 | 91.81 | - |
| YUV | 172.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 246 | 0.11 | 0.46 | 0 | 0.04 | 285.54 | 0.86 | 0.75 |
| Hex | DB | 86 | F6 | B | 2E | 0 | 4 | 11E | 56 | 4B |
| Octal | 333 | 206 | 366 | 13 | 56 | 0 | 4 | 436 | 126 | 113 |
| Binary | 11011011 | 10000110 | 11110110 | 1011 | 101110 | 0 | 100 | 100011110 | 1010110 | 1001011 |
Color Harmonies of #DB86F6
Complementary color
Monochromatic Colors of #DB86F6
Black with #DB86F6
Text Example
Text Example
White with #DB86F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86F6; }
p { color: rgb(219,134,246); }
H1.HeaderClassName
{
color: #DB86F6;
}
.AnyTagClassName
{
color: #DB86F6;
}
</style>
background-color css
<style>
a { background-color: #DB86F6; }
a { background-color: rgb(219,134,246); }
div.DivClassName
{
background-color: #DB86F6;
}
.BgClassName
{
background-color: #DB86F6;
}
</style>
border-color css
<style>
span { border-color: #DB86F6; }
span { border-color: rgb(219,134,246); }
td.TdClassName
{
border-color: #DB86F6;
}
.TagClassName
{
border-color: #DB86F6;
}
</style>