Shades of Heliotrope #DA62F0
Tints of Heliotrope #DA62F0
RGB
CMYK
RGB Variations
Color information
#DA62F0 (or 0xDA62F0) is known color: Heliotrope. HEX triplet: DA, 62 and F0. RGB value is (218,98,240). Sum of RGB (Red+Green+Blue) = 218+98+240=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA62F0 is #259D0F. Grayscale: #959595. Windows color (decimal): -2465040 or 15753946. OLE color: 15753946.
HSL color Cylindrical-coordinate representation of color #DA62F0: hue angle of 290.7º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA62F0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 98 | 240 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.06 |
| HSL | 290.7º | 0.83% | 0.66% | - |
| HSV(B) | 290.7º | 0.59% | 0.94% | - |
| XYZ | 49.01 | 29.93 | 85.63 | - |
| YUV | 150.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 240 | 0.09 | 0.59 | 0 | 0.06 | 290.7 | 0.83 | 0.66 |
| Hex | DA | 62 | F0 | 9 | 3B | 0 | 6 | 123 | 53 | 42 |
| Octal | 332 | 142 | 360 | 11 | 73 | 0 | 6 | 443 | 123 | 102 |
| Binary | 11011010 | 1100010 | 11110000 | 1001 | 111011 | 0 | 110 | 100100011 | 1010011 | 1000010 |
Color Harmonies of #DA62F0
Complementary color
Monochromatic Colors of #DA62F0
Black with #DA62F0
Text Example
Text Example
White with #DA62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62F0; }
p { color: rgb(218,98,240); }
H1.HeaderClassName
{
color: #DA62F0;
}
.AnyTagClassName
{
color: #DA62F0;
}
</style>
background-color css
<style>
a { background-color: #DA62F0; }
a { background-color: rgb(218,98,240); }
div.DivClassName
{
background-color: #DA62F0;
}
.BgClassName
{
background-color: #DA62F0;
}
</style>
border-color css
<style>
span { border-color: #DA62F0; }
span { border-color: rgb(218,98,240); }
td.TdClassName
{
border-color: #DA62F0;
}
.TagClassName
{
border-color: #DA62F0;
}
</style>