Shades of Heliotrope #DA59FA
Tints of Heliotrope #DA59FA
RGB
CMYK
RGB Variations
Color information
#DA59FA (or 0xDA59FA) is known color: Heliotrope. HEX triplet: DA, 59 and FA. RGB value is (218,89,250). Sum of RGB (Red+Green+Blue) = 218+89+250=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA59FA is #25A605. Grayscale: #919191. Windows color (decimal): -2467334 or 16407002. OLE color: 16407002.
HSL color Cylindrical-coordinate representation of color #DA59FA: hue angle of 288.07º 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 #DA59FA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 89 | 250 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.02 |
| HSL | 288.07º | 0.94% | 0.66% | - |
| HSV(B) | 288.07º | 0.64% | 0.98% | - |
| XYZ | 49.74 | 28.95 | 93.41 | - |
| YUV | 145.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 250 | 0.13 | 0.64 | 0 | 0.02 | 288.07 | 0.94 | 0.66 |
| Hex | DA | 59 | FA | D | 40 | 0 | 2 | 120 | 5E | 42 |
| Octal | 332 | 131 | 372 | 15 | 100 | 0 | 2 | 440 | 136 | 102 |
| Binary | 11011010 | 1011001 | 11111010 | 1101 | 1000000 | 0 | 10 | 100100000 | 1011110 | 1000010 |
Color Harmonies of #DA59FA
Complementary color
Monochromatic Colors of #DA59FA
Black with #DA59FA
Text Example
Text Example
White with #DA59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59FA; }
p { color: rgb(218,89,250); }
H1.HeaderClassName
{
color: #DA59FA;
}
.AnyTagClassName
{
color: #DA59FA;
}
</style>
background-color css
<style>
a { background-color: #DA59FA; }
a { background-color: rgb(218,89,250); }
div.DivClassName
{
background-color: #DA59FA;
}
.BgClassName
{
background-color: #DA59FA;
}
</style>
border-color css
<style>
span { border-color: #DA59FA; }
span { border-color: rgb(218,89,250); }
td.TdClassName
{
border-color: #DA59FA;
}
.TagClassName
{
border-color: #DA59FA;
}
</style>