Shades of Heliotrope #DA62ED
Tints of Heliotrope #DA62ED
RGB
CMYK
RGB Variations
Color information
#DA62ED (or 0xDA62ED) is known color: Heliotrope. HEX triplet: DA, 62 and ED. RGB value is (218,98,237). Sum of RGB (Red+Green+Blue) = 218+98+237=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA62ED is #259D12. Grayscale: #959595. Windows color (decimal): -2465043 or 15557338. OLE color: 15557338.
HSL color Cylindrical-coordinate representation of color #DA62ED: hue angle of 291.8º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA62ED is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 98 | 237 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.07 |
| HSL | 291.8º | 0.79% | 0.66% | - |
| HSV(B) | 291.8º | 0.59% | 0.93% | - |
| XYZ | 48.57 | 29.76 | 83.3 | - |
| YUV | 149.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 237 | 0.08 | 0.59 | 0 | 0.07 | 291.8 | 0.79 | 0.66 |
| Hex | DA | 62 | ED | 8 | 3B | 0 | 7 | 124 | 4F | 42 |
| Octal | 332 | 142 | 355 | 10 | 73 | 0 | 7 | 444 | 117 | 102 |
| Binary | 11011010 | 1100010 | 11101101 | 1000 | 111011 | 0 | 111 | 100100100 | 1001111 | 1000010 |
Color Harmonies of #DA62ED
Complementary color
Monochromatic Colors of #DA62ED
Black with #DA62ED
Text Example
Text Example
White with #DA62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62ED; }
p { color: rgb(218,98,237); }
H1.HeaderClassName
{
color: #DA62ED;
}
.AnyTagClassName
{
color: #DA62ED;
}
</style>
background-color css
<style>
a { background-color: #DA62ED; }
a { background-color: rgb(218,98,237); }
div.DivClassName
{
background-color: #DA62ED;
}
.BgClassName
{
background-color: #DA62ED;
}
</style>
border-color css
<style>
span { border-color: #DA62ED; }
span { border-color: rgb(218,98,237); }
td.TdClassName
{
border-color: #DA62ED;
}
.TagClassName
{
border-color: #DA62ED;
}
</style>