Shades of Heliotrope #DB59FA
Tints of Heliotrope #DB59FA
RGB
CMYK
RGB Variations
Color information
#DB59FA (or 0xDB59FA) is known color: Heliotrope. HEX triplet: DB, 59 and FA. RGB value is (219,89,250). Sum of RGB (Red+Green+Blue) = 219+89+250=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59FA is #24A605. Grayscale: #919191. Windows color (decimal): -2401798 or 16407003. OLE color: 16407003.
HSL color Cylindrical-coordinate representation of color #DB59FA: hue angle of 288.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB59FA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 89 | 250 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.02 |
| HSL | 288.45º | 0.94% | 0.66% | - |
| HSV(B) | 288.45º | 0.64% | 0.98% | - |
| XYZ | 50.04 | 29.11 | 93.42 | - |
| YUV | 146.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 250 | 0.12 | 0.64 | 0 | 0.02 | 288.45 | 0.94 | 0.66 |
| Hex | DB | 59 | FA | C | 40 | 0 | 2 | 120 | 5E | 42 |
| Octal | 333 | 131 | 372 | 14 | 100 | 0 | 2 | 440 | 136 | 102 |
| Binary | 11011011 | 1011001 | 11111010 | 1100 | 1000000 | 0 | 10 | 100100000 | 1011110 | 1000010 |
Color Harmonies of #DB59FA
Complementary color
Monochromatic Colors of #DB59FA
Black with #DB59FA
Text Example
Text Example
White with #DB59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59FA; }
p { color: rgb(219,89,250); }
H1.HeaderClassName
{
color: #DB59FA;
}
.AnyTagClassName
{
color: #DB59FA;
}
</style>
background-color css
<style>
a { background-color: #DB59FA; }
a { background-color: rgb(219,89,250); }
div.DivClassName
{
background-color: #DB59FA;
}
.BgClassName
{
background-color: #DB59FA;
}
</style>
border-color css
<style>
span { border-color: #DB59FA; }
span { border-color: rgb(219,89,250); }
td.TdClassName
{
border-color: #DB59FA;
}
.TagClassName
{
border-color: #DB59FA;
}
</style>