Shades of Heliotrope #DB6AF6
Tints of Heliotrope #DB6AF6
RGB
CMYK
RGB Variations
Color information
#DB6AF6 (or 0xDB6AF6) is known color: Heliotrope. HEX triplet: DB, 6A and F6. RGB value is (219,106,246). Sum of RGB (Red+Green+Blue) = 219+106+246=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB6AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AF6 is #249509. Grayscale: #9B9B9B. Windows color (decimal): -2397450 or 16149211. OLE color: 16149211.
HSL color Cylindrical-coordinate representation of color #DB6AF6: hue angle of 288.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6AF6 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 106 | 246 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.04 |
| HSL | 288.43º | 0.89% | 0.69% | - |
| HSV(B) | 288.43º | 0.57% | 0.96% | - |
| XYZ | 51 | 32.02 | 90.68 | - |
| YUV | 155.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 246 | 0.11 | 0.57 | 0 | 0.04 | 288.43 | 0.89 | 0.69 |
| Hex | DB | 6A | F6 | B | 39 | 0 | 4 | 120 | 59 | 45 |
| Octal | 333 | 152 | 366 | 13 | 71 | 0 | 4 | 440 | 131 | 105 |
| Binary | 11011011 | 1101010 | 11110110 | 1011 | 111001 | 0 | 100 | 100100000 | 1011001 | 1000101 |
Color Harmonies of #DB6AF6
Complementary color
Monochromatic Colors of #DB6AF6
Black with #DB6AF6
Text Example
Text Example
White with #DB6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AF6; }
p { color: rgb(219,106,246); }
H1.HeaderClassName
{
color: #DB6AF6;
}
.AnyTagClassName
{
color: #DB6AF6;
}
</style>
background-color css
<style>
a { background-color: #DB6AF6; }
a { background-color: rgb(219,106,246); }
div.DivClassName
{
background-color: #DB6AF6;
}
.BgClassName
{
background-color: #DB6AF6;
}
</style>
border-color css
<style>
span { border-color: #DB6AF6; }
span { border-color: rgb(219,106,246); }
td.TdClassName
{
border-color: #DB6AF6;
}
.TagClassName
{
border-color: #DB6AF6;
}
</style>