Shades of Heliotrope #DB4DFE
Tints of Heliotrope #DB4DFE
RGB
CMYK
RGB Variations
Color information
#DB4DFE (or 0xDB4DFE) is known color: Heliotrope. HEX triplet: DB, 4D and FE. RGB value is (219,77,254). Sum of RGB (Red+Green+Blue) = 219+77+254=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 77 (30.47% from 255 or 14% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DFE is #24B201. Grayscale: #8B8B8B. Windows color (decimal): -2404866 or 16666075. OLE color: 16666075.
HSL color Cylindrical-coordinate representation of color #DB4DFE: hue angle of 288.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4DFE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 77 | 254 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.00 |
| HSL | 288.14º | 0.99% | 0.65% | - |
| HSV(B) | 288.14º | 0.7% | 1% | - |
| XYZ | 49.76 | 27.52 | 96.46 | - |
| YUV | 139.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 254 | 0.14 | 0.70 | 0 | 0.00 | 288.14 | 0.99 | 0.65 |
| Hex | DB | 4D | FE | E | 46 | 0 | 0 | 120 | 63 | 41 |
| Octal | 333 | 115 | 376 | 16 | 106 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011011 | 1001101 | 11111110 | 1110 | 1000110 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DB4DFE
Complementary color
Monochromatic Colors of #DB4DFE
Black with #DB4DFE
Text Example
Text Example
White with #DB4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DFE; }
p { color: rgb(219,77,254); }
H1.HeaderClassName
{
color: #DB4DFE;
}
.AnyTagClassName
{
color: #DB4DFE;
}
</style>
background-color css
<style>
a { background-color: #DB4DFE; }
a { background-color: rgb(219,77,254); }
div.DivClassName
{
background-color: #DB4DFE;
}
.BgClassName
{
background-color: #DB4DFE;
}
</style>
border-color css
<style>
span { border-color: #DB4DFE; }
span { border-color: rgb(219,77,254); }
td.TdClassName
{
border-color: #DB4DFE;
}
.TagClassName
{
border-color: #DB4DFE;
}
</style>