Shades of Heliotrope #DB7DFA
Tints of Heliotrope #DB7DFA
RGB
CMYK
RGB Variations
Color information
#DB7DFA (or 0xDB7DFA) is known color: Heliotrope. HEX triplet: DB, 7D and FA. RGB value is (219,125,250). Sum of RGB (Red+Green+Blue) = 219+125+250=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DFA is #248205. Grayscale: #A6A6A6. Windows color (decimal): -2392582 or 16416219. OLE color: 16416219.
HSL color Cylindrical-coordinate representation of color #DB7DFA: hue angle of 285.12º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7DFA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 125 | 250 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 285.12º | 0.93% | 0.74% | - |
| HSV(B) | 285.12º | 0.5% | 0.98% | - |
| XYZ | 53.8 | 36.63 | 94.68 | - |
| YUV | 167.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 250 | 0.12 | 0.50 | 0 | 0.02 | 285.12 | 0.93 | 0.74 |
| Hex | DB | 7D | FA | C | 32 | 0 | 2 | 11D | 5D | 4A |
| Octal | 333 | 175 | 372 | 14 | 62 | 0 | 2 | 435 | 135 | 112 |
| Binary | 11011011 | 1111101 | 11111010 | 1100 | 110010 | 0 | 10 | 100011101 | 1011101 | 1001010 |
Color Harmonies of #DB7DFA
Complementary color
Monochromatic Colors of #DB7DFA
Black with #DB7DFA
Text Example
Text Example
White with #DB7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DFA; }
p { color: rgb(219,125,250); }
H1.HeaderClassName
{
color: #DB7DFA;
}
.AnyTagClassName
{
color: #DB7DFA;
}
</style>
background-color css
<style>
a { background-color: #DB7DFA; }
a { background-color: rgb(219,125,250); }
div.DivClassName
{
background-color: #DB7DFA;
}
.BgClassName
{
background-color: #DB7DFA;
}
</style>
border-color css
<style>
span { border-color: #DB7DFA; }
span { border-color: rgb(219,125,250); }
td.TdClassName
{
border-color: #DB7DFA;
}
.TagClassName
{
border-color: #DB7DFA;
}
</style>