Shades of Heliotrope #DB59F4
Tints of Heliotrope #DB59F4
RGB
CMYK
RGB Variations
Color information
#DB59F4 (or 0xDB59F4) is known color: Heliotrope. HEX triplet: DB, 59 and F4. RGB value is (219,89,244). Sum of RGB (Red+Green+Blue) = 219+89+244=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB59F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59F4 is #24A60B. Grayscale: #919191. Windows color (decimal): -2401804 or 16013787. OLE color: 16013787.
HSL color Cylindrical-coordinate representation of color #DB59F4: hue angle of 290.32º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB59F4 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 89 | 244 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.04 |
| HSL | 290.32º | 0.88% | 0.65% | - |
| HSV(B) | 290.32º | 0.64% | 0.96% | - |
| XYZ | 49.11 | 28.74 | 88.55 | - |
| YUV | 145.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 244 | 0.10 | 0.64 | 0 | 0.04 | 290.32 | 0.88 | 0.65 |
| Hex | DB | 59 | F4 | A | 40 | 0 | 4 | 122 | 58 | 41 |
| Octal | 333 | 131 | 364 | 12 | 100 | 0 | 4 | 442 | 130 | 101 |
| Binary | 11011011 | 1011001 | 11110100 | 1010 | 1000000 | 0 | 100 | 100100010 | 1011000 | 1000001 |
Color Harmonies of #DB59F4
Complementary color
Monochromatic Colors of #DB59F4
Black with #DB59F4
Text Example
Text Example
White with #DB59F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59F4; }
p { color: rgb(219,89,244); }
H1.HeaderClassName
{
color: #DB59F4;
}
.AnyTagClassName
{
color: #DB59F4;
}
</style>
background-color css
<style>
a { background-color: #DB59F4; }
a { background-color: rgb(219,89,244); }
div.DivClassName
{
background-color: #DB59F4;
}
.BgClassName
{
background-color: #DB59F4;
}
</style>
border-color css
<style>
span { border-color: #DB59F4; }
span { border-color: rgb(219,89,244); }
td.TdClassName
{
border-color: #DB59F4;
}
.TagClassName
{
border-color: #DB59F4;
}
</style>