Shades of Heliotrope #DB7EF9
Tints of Heliotrope #DB7EF9
RGB
CMYK
RGB Variations
Color information
#DB7EF9 (or 0xDB7EF9) is known color: Heliotrope. HEX triplet: DB, 7E and F9. RGB value is (219,126,249). Sum of RGB (Red+Green+Blue) = 219+126+249=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB7EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF9 is #248106. Grayscale: #A7A7A7. Windows color (decimal): -2392327 or 16350939. OLE color: 16350939.
HSL color Cylindrical-coordinate representation of color #DB7EF9: hue angle of 285.37º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7EF9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 126 | 249 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.02 |
| HSL | 285.37º | 0.91% | 0.74% | - |
| HSV(B) | 285.37º | 0.49% | 0.98% | - |
| XYZ | 53.77 | 36.82 | 93.9 | - |
| YUV | 167.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 249 | 0.12 | 0.49 | 0 | 0.02 | 285.37 | 0.91 | 0.74 |
| Hex | DB | 7E | F9 | C | 31 | 0 | 2 | 11D | 5B | 4A |
| Octal | 333 | 176 | 371 | 14 | 61 | 0 | 2 | 435 | 133 | 112 |
| Binary | 11011011 | 1111110 | 11111001 | 1100 | 110001 | 0 | 10 | 100011101 | 1011011 | 1001010 |
Color Harmonies of #DB7EF9
Complementary color
Monochromatic Colors of #DB7EF9
Black with #DB7EF9
Text Example
Text Example
White with #DB7EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EF9; }
p { color: rgb(219,126,249); }
H1.HeaderClassName
{
color: #DB7EF9;
}
.AnyTagClassName
{
color: #DB7EF9;
}
</style>
background-color css
<style>
a { background-color: #DB7EF9; }
a { background-color: rgb(219,126,249); }
div.DivClassName
{
background-color: #DB7EF9;
}
.BgClassName
{
background-color: #DB7EF9;
}
</style>
border-color css
<style>
span { border-color: #DB7EF9; }
span { border-color: rgb(219,126,249); }
td.TdClassName
{
border-color: #DB7EF9;
}
.TagClassName
{
border-color: #DB7EF9;
}
</style>