Shades of Heliotrope #DB4EFE
Tints of Heliotrope #DB4EFE
RGB
CMYK
RGB Variations
Color information
#DB4EFE (or 0xDB4EFE) is known color: Heliotrope. HEX triplet: DB, 4E and FE. RGB value is (219,78,254). Sum of RGB (Red+Green+Blue) = 219+78+254=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 78 (30.86% from 255 or 14.16% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EFE is #24B101. Grayscale: #8B8B8B. Windows color (decimal): -2404610 or 16666331. OLE color: 16666331.
HSL color Cylindrical-coordinate representation of color #DB4EFE: hue angle of 288.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4EFE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 78 | 254 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.00 |
| HSL | 288.07º | 0.99% | 0.65% | - |
| HSV(B) | 288.07º | 0.69% | 1% | - |
| XYZ | 49.83 | 27.66 | 96.48 | - |
| YUV | 140.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 254 | 0.14 | 0.69 | 0 | 0.00 | 288.07 | 0.99 | 0.65 |
| Hex | DB | 4E | FE | E | 45 | 0 | 0 | 120 | 63 | 41 |
| Octal | 333 | 116 | 376 | 16 | 105 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011011 | 1001110 | 11111110 | 1110 | 1000101 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DB4EFE
Complementary color
Monochromatic Colors of #DB4EFE
Black with #DB4EFE
Text Example
Text Example
White with #DB4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EFE; }
p { color: rgb(219,78,254); }
H1.HeaderClassName
{
color: #DB4EFE;
}
.AnyTagClassName
{
color: #DB4EFE;
}
</style>
background-color css
<style>
a { background-color: #DB4EFE; }
a { background-color: rgb(219,78,254); }
div.DivClassName
{
background-color: #DB4EFE;
}
.BgClassName
{
background-color: #DB4EFE;
}
</style>
border-color css
<style>
span { border-color: #DB4EFE; }
span { border-color: rgb(219,78,254); }
td.TdClassName
{
border-color: #DB4EFE;
}
.TagClassName
{
border-color: #DB4EFE;
}
</style>