Shades of Heliotrope #DA62FE
Tints of Heliotrope #DA62FE
RGB
CMYK
RGB Variations
Color information
#DA62FE (or 0xDA62FE) is known color: Heliotrope. HEX triplet: DA, 62 and FE. RGB value is (218,98,254). Sum of RGB (Red+Green+Blue) = 218+98+254=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA62FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA62FE is #259D01. Grayscale: #979797. Windows color (decimal): -2465026 or 16671450. OLE color: 16671450.
HSL color Cylindrical-coordinate representation of color #DA62FE: hue angle of 286.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA62FE is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 98 | 254 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.00 |
| HSL | 286.15º | 0.99% | 0.69% | - |
| HSV(B) | 286.15º | 0.61% | 1% | - |
| XYZ | 51.17 | 30.8 | 97.01 | - |
| YUV | 151.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 254 | 0.14 | 0.61 | 0 | 0.00 | 286.15 | 0.99 | 0.69 |
| Hex | DA | 62 | FE | E | 3D | 0 | 0 | 11E | 63 | 45 |
| Octal | 332 | 142 | 376 | 16 | 75 | 0 | 0 | 436 | 143 | 105 |
| Binary | 11011010 | 1100010 | 11111110 | 1110 | 111101 | 0 | 0 | 100011110 | 1100011 | 1000101 |
Color Harmonies of #DA62FE
Complementary color
Monochromatic Colors of #DA62FE
Black with #DA62FE
Text Example
Text Example
White with #DA62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62FE; }
p { color: rgb(218,98,254); }
H1.HeaderClassName
{
color: #DA62FE;
}
.AnyTagClassName
{
color: #DA62FE;
}
</style>
background-color css
<style>
a { background-color: #DA62FE; }
a { background-color: rgb(218,98,254); }
div.DivClassName
{
background-color: #DA62FE;
}
.BgClassName
{
background-color: #DA62FE;
}
</style>
border-color css
<style>
span { border-color: #DA62FE; }
span { border-color: rgb(218,98,254); }
td.TdClassName
{
border-color: #DA62FE;
}
.TagClassName
{
border-color: #DA62FE;
}
</style>