Shades of Heliotrope #DA62EC
Tints of Heliotrope #DA62EC
RGB
CMYK
RGB Variations
Color information
#DA62EC (or 0xDA62EC) is known color: Heliotrope. HEX triplet: DA, 62 and EC. RGB value is (218,98,236). Sum of RGB (Red+Green+Blue) = 218+98+236=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA62EC is #259D13. Grayscale: #959595. Windows color (decimal): -2465044 or 15491802. OLE color: 15491802.
HSL color Cylindrical-coordinate representation of color #DA62EC: hue angle of 292.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA62EC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 98 | 236 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.07 |
| HSL | 292.17º | 0.78% | 0.65% | - |
| HSV(B) | 292.17º | 0.58% | 0.93% | - |
| XYZ | 48.42 | 29.7 | 82.54 | - |
| YUV | 149.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 236 | 0.08 | 0.58 | 0 | 0.07 | 292.17 | 0.78 | 0.65 |
| Hex | DA | 62 | EC | 8 | 3A | 0 | 7 | 124 | 4E | 41 |
| Octal | 332 | 142 | 354 | 10 | 72 | 0 | 7 | 444 | 116 | 101 |
| Binary | 11011010 | 1100010 | 11101100 | 1000 | 111010 | 0 | 111 | 100100100 | 1001110 | 1000001 |
Color Harmonies of #DA62EC
Complementary color
Monochromatic Colors of #DA62EC
Black with #DA62EC
Text Example
Text Example
White with #DA62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62EC; }
p { color: rgb(218,98,236); }
H1.HeaderClassName
{
color: #DA62EC;
}
.AnyTagClassName
{
color: #DA62EC;
}
</style>
background-color css
<style>
a { background-color: #DA62EC; }
a { background-color: rgb(218,98,236); }
div.DivClassName
{
background-color: #DA62EC;
}
.BgClassName
{
background-color: #DA62EC;
}
</style>
border-color css
<style>
span { border-color: #DA62EC; }
span { border-color: rgb(218,98,236); }
td.TdClassName
{
border-color: #DA62EC;
}
.TagClassName
{
border-color: #DA62EC;
}
</style>