Shades of Heliotrope #DB4CFE
Tints of Heliotrope #DB4CFE
RGB
CMYK
RGB Variations
Color information
#DB4CFE (or 0xDB4CFE) is known color: Heliotrope. HEX triplet: DB, 4C and FE. RGB value is (219,76,254). Sum of RGB (Red+Green+Blue) = 219+76+254=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CFE is #24B301. Grayscale: #8A8A8A. Windows color (decimal): -2405122 or 16665819. OLE color: 16665819.
HSL color Cylindrical-coordinate representation of color #DB4CFE: hue angle of 288.2º 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 #DB4CFE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 76 | 254 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.00 |
| HSL | 288.2º | 0.99% | 0.65% | - |
| HSV(B) | 288.2º | 0.7% | 1% | - |
| XYZ | 49.69 | 27.38 | 96.43 | - |
| YUV | 139.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 254 | 0.14 | 0.70 | 0 | 0.00 | 288.2 | 0.99 | 0.65 |
| Hex | DB | 4C | FE | E | 46 | 0 | 0 | 120 | 63 | 41 |
| Octal | 333 | 114 | 376 | 16 | 106 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011011 | 1001100 | 11111110 | 1110 | 1000110 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DB4CFE
Complementary color
Monochromatic Colors of #DB4CFE
Black with #DB4CFE
Text Example
Text Example
White with #DB4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CFE; }
p { color: rgb(219,76,254); }
H1.HeaderClassName
{
color: #DB4CFE;
}
.AnyTagClassName
{
color: #DB4CFE;
}
</style>
background-color css
<style>
a { background-color: #DB4CFE; }
a { background-color: rgb(219,76,254); }
div.DivClassName
{
background-color: #DB4CFE;
}
.BgClassName
{
background-color: #DB4CFE;
}
</style>
border-color css
<style>
span { border-color: #DB4CFE; }
span { border-color: rgb(219,76,254); }
td.TdClassName
{
border-color: #DB4CFE;
}
.TagClassName
{
border-color: #DB4CFE;
}
</style>