Shades of Heliotrope #DB6EFA
Tints of Heliotrope #DB6EFA
RGB
CMYK
RGB Variations
Color information
#DB6EFA (or 0xDB6EFA) is known color: Heliotrope. HEX triplet: DB, 6E and FA. RGB value is (219,110,250). Sum of RGB (Red+Green+Blue) = 219+110+250=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EFA is #249105. Grayscale: #9E9E9E. Windows color (decimal): -2396422 or 16412379. OLE color: 16412379.
HSL color Cylindrical-coordinate representation of color #DB6EFA: hue angle of 286.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6EFA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 110 | 250 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.02 |
| HSL | 286.71º | 0.93% | 0.71% | - |
| HSV(B) | 286.71º | 0.56% | 0.98% | - |
| XYZ | 52.04 | 33.11 | 94.09 | - |
| YUV | 158.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 250 | 0.12 | 0.56 | 0 | 0.02 | 286.71 | 0.93 | 0.71 |
| Hex | DB | 6E | FA | C | 38 | 0 | 2 | 11F | 5D | 47 |
| Octal | 333 | 156 | 372 | 14 | 70 | 0 | 2 | 437 | 135 | 107 |
| Binary | 11011011 | 1101110 | 11111010 | 1100 | 111000 | 0 | 10 | 100011111 | 1011101 | 1000111 |
Color Harmonies of #DB6EFA
Complementary color
Monochromatic Colors of #DB6EFA
Black with #DB6EFA
Text Example
Text Example
White with #DB6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EFA; }
p { color: rgb(219,110,250); }
H1.HeaderClassName
{
color: #DB6EFA;
}
.AnyTagClassName
{
color: #DB6EFA;
}
</style>
background-color css
<style>
a { background-color: #DB6EFA; }
a { background-color: rgb(219,110,250); }
div.DivClassName
{
background-color: #DB6EFA;
}
.BgClassName
{
background-color: #DB6EFA;
}
</style>
border-color css
<style>
span { border-color: #DB6EFA; }
span { border-color: rgb(219,110,250); }
td.TdClassName
{
border-color: #DB6EFA;
}
.TagClassName
{
border-color: #DB6EFA;
}
</style>