Shades of Heliotrope #DB4EF7
Tints of Heliotrope #DB4EF7
RGB
CMYK
RGB Variations
Color information
#DB4EF7 (or 0xDB4EF7) is known color: Heliotrope. HEX triplet: DB, 4E and F7. RGB value is (219,78,247). Sum of RGB (Red+Green+Blue) = 219+78+247=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB4EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EF7 is #24B108. Grayscale: #8A8A8A. Windows color (decimal): -2404617 or 16207579. OLE color: 16207579.
HSL color Cylindrical-coordinate representation of color #DB4EF7: hue angle of 290.06º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4EF7 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 78 | 247 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.03 |
| HSL | 290.06º | 0.91% | 0.64% | - |
| HSV(B) | 290.06º | 0.68% | 0.97% | - |
| XYZ | 48.73 | 27.22 | 90.68 | - |
| YUV | 139.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 247 | 0.11 | 0.68 | 0 | 0.03 | 290.06 | 0.91 | 0.64 |
| Hex | DB | 4E | F7 | B | 44 | 0 | 3 | 122 | 5B | 40 |
| Octal | 333 | 116 | 367 | 13 | 104 | 0 | 3 | 442 | 133 | 100 |
| Binary | 11011011 | 1001110 | 11110111 | 1011 | 1000100 | 0 | 11 | 100100010 | 1011011 | 1000000 |
Color Harmonies of #DB4EF7
Complementary color
Monochromatic Colors of #DB4EF7
Black with #DB4EF7
Text Example
Text Example
White with #DB4EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EF7; }
p { color: rgb(219,78,247); }
H1.HeaderClassName
{
color: #DB4EF7;
}
.AnyTagClassName
{
color: #DB4EF7;
}
</style>
background-color css
<style>
a { background-color: #DB4EF7; }
a { background-color: rgb(219,78,247); }
div.DivClassName
{
background-color: #DB4EF7;
}
.BgClassName
{
background-color: #DB4EF7;
}
</style>
border-color css
<style>
span { border-color: #DB4EF7; }
span { border-color: rgb(219,78,247); }
td.TdClassName
{
border-color: #DB4EF7;
}
.TagClassName
{
border-color: #DB4EF7;
}
</style>