Shades of Heliotrope #DB7EF1
Tints of Heliotrope #DB7EF1
RGB
CMYK
RGB Variations
Color information
#DB7EF1 (or 0xDB7EF1) is known color: Heliotrope. HEX triplet: DB, 7E and F1. RGB value is (219,126,241). Sum of RGB (Red+Green+Blue) = 219+126+241=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF1 is #24810E. Grayscale: #A6A6A6. Windows color (decimal): -2392335 or 15826651. OLE color: 15826651.
HSL color Cylindrical-coordinate representation of color #DB7EF1: hue angle of 288.52º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7EF1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 126 | 241 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.05 |
| HSL | 288.52º | 0.8% | 0.72% | - |
| HSV(B) | 288.52º | 0.48% | 0.95% | - |
| XYZ | 52.55 | 36.33 | 87.46 | - |
| YUV | 166.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 241 | 0.09 | 0.48 | 0 | 0.05 | 288.52 | 0.8 | 0.72 |
| Hex | DB | 7E | F1 | 9 | 30 | 0 | 5 | 121 | 50 | 48 |
| Octal | 333 | 176 | 361 | 11 | 60 | 0 | 5 | 441 | 120 | 110 |
| Binary | 11011011 | 1111110 | 11110001 | 1001 | 110000 | 0 | 101 | 100100001 | 1010000 | 1001000 |
Color Harmonies of #DB7EF1
Complementary color
Monochromatic Colors of #DB7EF1
Black with #DB7EF1
Text Example
Text Example
White with #DB7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EF1; }
p { color: rgb(219,126,241); }
H1.HeaderClassName
{
color: #DB7EF1;
}
.AnyTagClassName
{
color: #DB7EF1;
}
</style>
background-color css
<style>
a { background-color: #DB7EF1; }
a { background-color: rgb(219,126,241); }
div.DivClassName
{
background-color: #DB7EF1;
}
.BgClassName
{
background-color: #DB7EF1;
}
</style>
border-color css
<style>
span { border-color: #DB7EF1; }
span { border-color: rgb(219,126,241); }
td.TdClassName
{
border-color: #DB7EF1;
}
.TagClassName
{
border-color: #DB7EF1;
}
</style>