Shades of Heliotrope #DB6DFA
Tints of Heliotrope #DB6DFA
RGB
CMYK
RGB Variations
Color information
#DB6DFA (or 0xDB6DFA) is known color: Heliotrope. HEX triplet: DB, 6D and FA. RGB value is (219,109,250). Sum of RGB (Red+Green+Blue) = 219+109+250=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB6DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DFA is #249205. Grayscale: #9D9D9D. Windows color (decimal): -2396678 or 16412123. OLE color: 16412123.
HSL color Cylindrical-coordinate representation of color #DB6DFA: hue angle of 286.81º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6DFA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 109 | 250 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.02 |
| HSL | 286.81º | 0.93% | 0.7% | - |
| HSV(B) | 286.81º | 0.56% | 0.98% | - |
| XYZ | 51.94 | 32.9 | 94.06 | - |
| YUV | 157.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 250 | 0.12 | 0.56 | 0 | 0.02 | 286.81 | 0.93 | 0.7 |
| Hex | DB | 6D | FA | C | 38 | 0 | 2 | 11F | 5D | 46 |
| Octal | 333 | 155 | 372 | 14 | 70 | 0 | 2 | 437 | 135 | 106 |
| Binary | 11011011 | 1101101 | 11111010 | 1100 | 111000 | 0 | 10 | 100011111 | 1011101 | 1000110 |
Color Harmonies of #DB6DFA
Complementary color
Monochromatic Colors of #DB6DFA
Black with #DB6DFA
Text Example
Text Example
White with #DB6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DFA; }
p { color: rgb(219,109,250); }
H1.HeaderClassName
{
color: #DB6DFA;
}
.AnyTagClassName
{
color: #DB6DFA;
}
</style>
background-color css
<style>
a { background-color: #DB6DFA; }
a { background-color: rgb(219,109,250); }
div.DivClassName
{
background-color: #DB6DFA;
}
.BgClassName
{
background-color: #DB6DFA;
}
</style>
border-color css
<style>
span { border-color: #DB6DFA; }
span { border-color: rgb(219,109,250); }
td.TdClassName
{
border-color: #DB6DFA;
}
.TagClassName
{
border-color: #DB6DFA;
}
</style>