Shades of Heliotrope #DB7EF4
Tints of Heliotrope #DB7EF4
RGB
CMYK
RGB Variations
Color information
#DB7EF4 (or 0xDB7EF4) is known color: Heliotrope. HEX triplet: DB, 7E and F4. RGB value is (219,126,244). Sum of RGB (Red+Green+Blue) = 219+126+244=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB7EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF4 is #24810B. Grayscale: #A6A6A6. Windows color (decimal): -2392332 or 16023259. OLE color: 16023259.
HSL color Cylindrical-coordinate representation of color #DB7EF4: hue angle of 287.29º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7EF4 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 126 | 244 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.04 |
| HSL | 287.29º | 0.84% | 0.73% | - |
| HSV(B) | 287.29º | 0.48% | 0.96% | - |
| XYZ | 53 | 36.51 | 89.84 | - |
| YUV | 167.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 244 | 0.10 | 0.48 | 0 | 0.04 | 287.29 | 0.84 | 0.73 |
| Hex | DB | 7E | F4 | A | 30 | 0 | 4 | 11F | 54 | 49 |
| Octal | 333 | 176 | 364 | 12 | 60 | 0 | 4 | 437 | 124 | 111 |
| Binary | 11011011 | 1111110 | 11110100 | 1010 | 110000 | 0 | 100 | 100011111 | 1010100 | 1001001 |
Color Harmonies of #DB7EF4
Complementary color
Monochromatic Colors of #DB7EF4
Black with #DB7EF4
Text Example
Text Example
White with #DB7EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EF4; }
p { color: rgb(219,126,244); }
H1.HeaderClassName
{
color: #DB7EF4;
}
.AnyTagClassName
{
color: #DB7EF4;
}
</style>
background-color css
<style>
a { background-color: #DB7EF4; }
a { background-color: rgb(219,126,244); }
div.DivClassName
{
background-color: #DB7EF4;
}
.BgClassName
{
background-color: #DB7EF4;
}
</style>
border-color css
<style>
span { border-color: #DB7EF4; }
span { border-color: rgb(219,126,244); }
td.TdClassName
{
border-color: #DB7EF4;
}
.TagClassName
{
border-color: #DB7EF4;
}
</style>