Shades of Heliotrope #DA59F8
Tints of Heliotrope #DA59F8
RGB
CMYK
RGB Variations
Color information
#DA59F8 (or 0xDA59F8) is known color: Heliotrope. HEX triplet: DA, 59 and F8. RGB value is (218,89,248). Sum of RGB (Red+Green+Blue) = 218+89+248=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA59F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA59F8 is #25A607. Grayscale: #919191. Windows color (decimal): -2467336 or 16275930. OLE color: 16275930.
HSL color Cylindrical-coordinate representation of color #DA59F8: hue angle of 288.68º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA59F8 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 89 | 248 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.03 |
| HSL | 288.68º | 0.92% | 0.66% | - |
| HSV(B) | 288.68º | 0.64% | 0.97% | - |
| XYZ | 49.43 | 28.83 | 91.77 | - |
| YUV | 145.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 248 | 0.12 | 0.64 | 0 | 0.03 | 288.68 | 0.92 | 0.66 |
| Hex | DA | 59 | F8 | C | 40 | 0 | 3 | 121 | 5C | 42 |
| Octal | 332 | 131 | 370 | 14 | 100 | 0 | 3 | 441 | 134 | 102 |
| Binary | 11011010 | 1011001 | 11111000 | 1100 | 1000000 | 0 | 11 | 100100001 | 1011100 | 1000010 |
Color Harmonies of #DA59F8
Complementary color
Monochromatic Colors of #DA59F8
Black with #DA59F8
Text Example
Text Example
White with #DA59F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59F8; }
p { color: rgb(218,89,248); }
H1.HeaderClassName
{
color: #DA59F8;
}
.AnyTagClassName
{
color: #DA59F8;
}
</style>
background-color css
<style>
a { background-color: #DA59F8; }
a { background-color: rgb(218,89,248); }
div.DivClassName
{
background-color: #DA59F8;
}
.BgClassName
{
background-color: #DA59F8;
}
</style>
border-color css
<style>
span { border-color: #DA59F8; }
span { border-color: rgb(218,89,248); }
td.TdClassName
{
border-color: #DA59F8;
}
.TagClassName
{
border-color: #DA59F8;
}
</style>