Shades of Heliotrope #DB6EFF
Tints of Heliotrope #DB6EFF
RGB
CMYK
RGB Variations
Color information
#DB6EFF (or 0xDB6EFF) is known color: Heliotrope. HEX triplet: DB, 6E and FF. RGB value is (219,110,255). Sum of RGB (Red+Green+Blue) = 219+110+255=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EFF is #249100. Grayscale: #9E9E9E. Windows color (decimal): -2396417 or 16740059. OLE color: 16740059.
HSL color Cylindrical-coordinate representation of color #DB6EFF: hue angle of 285.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6EFF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 110 | 255 | - |
| CMYK | 0.14 | 0.57 | 0 | 0 |
| HSL | 285.1º | 1% | 0.72% | - |
| HSV(B) | 285.1º | 0.57% | 1% | - |
| XYZ | 52.84 | 33.43 | 98.28 | - |
| YUV | 159.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 255 | 0.14 | 0.57 | 0 | 0 | 285.1 | 1 | 0.72 |
| Hex | DB | 6E | FF | E | 39 | 0 | 0 | 11D | 64 | 48 |
| Octal | 333 | 156 | 377 | 16 | 71 | 0 | 0 | 435 | 144 | 110 |
| Binary | 11011011 | 1101110 | 11111111 | 1110 | 111001 | 0 | 0 | 100011101 | 1100100 | 1001000 |
Color Harmonies of #DB6EFF
Complementary color
Monochromatic Colors of #DB6EFF
Black with #DB6EFF
Text Example
Text Example
White with #DB6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EFF; }
p { color: rgb(219,110,255); }
H1.HeaderClassName
{
color: #DB6EFF;
}
.AnyTagClassName
{
color: #DB6EFF;
}
</style>
background-color css
<style>
a { background-color: #DB6EFF; }
a { background-color: rgb(219,110,255); }
div.DivClassName
{
background-color: #DB6EFF;
}
.BgClassName
{
background-color: #DB6EFF;
}
</style>
border-color css
<style>
span { border-color: #DB6EFF; }
span { border-color: rgb(219,110,255); }
td.TdClassName
{
border-color: #DB6EFF;
}
.TagClassName
{
border-color: #DB6EFF;
}
</style>