Shades of Heliotrope #DA62FF
Tints of Heliotrope #DA62FF
RGB
CMYK
RGB Variations
Color information
#DA62FF (or 0xDA62FF) is known color: Heliotrope. HEX triplet: DA, 62 and FF. RGB value is (218,98,255). Sum of RGB (Red+Green+Blue) = 218+98+255=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA62FF is #259D00. Grayscale: #979797. Windows color (decimal): -2465025 or 16736986. OLE color: 16736986.
HSL color Cylindrical-coordinate representation of color #DA62FF: hue angle of 285.86º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA62FF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 98 | 255 | - |
| CMYK | 0.15 | 0.62 | 0 | 0 |
| HSL | 285.86º | 1% | 0.69% | - |
| HSV(B) | 285.86º | 0.62% | 1% | - |
| XYZ | 51.33 | 30.86 | 97.86 | - |
| YUV | 151.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 255 | 0.15 | 0.62 | 0 | 0 | 285.86 | 1 | 0.69 |
| Hex | DA | 62 | FF | F | 3E | 0 | 0 | 11E | 64 | 45 |
| Octal | 332 | 142 | 377 | 17 | 76 | 0 | 0 | 436 | 144 | 105 |
| Binary | 11011010 | 1100010 | 11111111 | 1111 | 111110 | 0 | 0 | 100011110 | 1100100 | 1000101 |
Color Harmonies of #DA62FF
Complementary color
Monochromatic Colors of #DA62FF
Black with #DA62FF
Text Example
Text Example
White with #DA62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62FF; }
p { color: rgb(218,98,255); }
H1.HeaderClassName
{
color: #DA62FF;
}
.AnyTagClassName
{
color: #DA62FF;
}
</style>
background-color css
<style>
a { background-color: #DA62FF; }
a { background-color: rgb(218,98,255); }
div.DivClassName
{
background-color: #DA62FF;
}
.BgClassName
{
background-color: #DA62FF;
}
</style>
border-color css
<style>
span { border-color: #DA62FF; }
span { border-color: rgb(218,98,255); }
td.TdClassName
{
border-color: #DA62FF;
}
.TagClassName
{
border-color: #DA62FF;
}
</style>