Shades of Heliotrope #DB7CFA
Tints of Heliotrope #DB7CFA
RGB
CMYK
RGB Variations
Color information
#DB7CFA (or 0xDB7CFA) is known color: Heliotrope. HEX triplet: DB, 7C and FA. RGB value is (219,124,250). Sum of RGB (Red+Green+Blue) = 219+124+250=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CFA is #248305. Grayscale: #A6A6A6. Windows color (decimal): -2392838 or 16415963. OLE color: 16415963.
HSL color Cylindrical-coordinate representation of color #DB7CFA: hue angle of 285.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7CFA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 124 | 250 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 285.24º | 0.93% | 0.73% | - |
| HSV(B) | 285.24º | 0.5% | 0.98% | - |
| XYZ | 53.68 | 36.38 | 94.63 | - |
| YUV | 166.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 250 | 0.12 | 0.50 | 0 | 0.02 | 285.24 | 0.93 | 0.73 |
| Hex | DB | 7C | FA | C | 32 | 0 | 2 | 11D | 5D | 49 |
| Octal | 333 | 174 | 372 | 14 | 62 | 0 | 2 | 435 | 135 | 111 |
| Binary | 11011011 | 1111100 | 11111010 | 1100 | 110010 | 0 | 10 | 100011101 | 1011101 | 1001001 |
Color Harmonies of #DB7CFA
Complementary color
Monochromatic Colors of #DB7CFA
Black with #DB7CFA
Text Example
Text Example
White with #DB7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CFA; }
p { color: rgb(219,124,250); }
H1.HeaderClassName
{
color: #DB7CFA;
}
.AnyTagClassName
{
color: #DB7CFA;
}
</style>
background-color css
<style>
a { background-color: #DB7CFA; }
a { background-color: rgb(219,124,250); }
div.DivClassName
{
background-color: #DB7CFA;
}
.BgClassName
{
background-color: #DB7CFA;
}
</style>
border-color css
<style>
span { border-color: #DB7CFA; }
span { border-color: rgb(219,124,250); }
td.TdClassName
{
border-color: #DB7CFA;
}
.TagClassName
{
border-color: #DB7CFA;
}
</style>