Shades of Heliotrope #DA70EC
Tints of Heliotrope #DA70EC
RGB
CMYK
RGB Variations
Color information
#DA70EC (or 0xDA70EC) is known color: Heliotrope. HEX triplet: DA, 70 and EC. RGB value is (218,112,236). Sum of RGB (Red+Green+Blue) = 218+112+236=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70EC is #258F13. Grayscale: #9D9D9D. Windows color (decimal): -2461460 or 15495386. OLE color: 15495386.
HSL color Cylindrical-coordinate representation of color #DA70EC: hue angle of 291.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA70EC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 112 | 236 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 291.29º | 0.77% | 0.68% | - |
| HSV(B) | 291.29º | 0.53% | 0.93% | - |
| XYZ | 49.85 | 32.55 | 83.01 | - |
| YUV | 157.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 236 | 0.08 | 0.53 | 0 | 0.07 | 291.29 | 0.77 | 0.68 |
| Hex | DA | 70 | EC | 8 | 35 | 0 | 7 | 123 | 4D | 44 |
| Octal | 332 | 160 | 354 | 10 | 65 | 0 | 7 | 443 | 115 | 104 |
| Binary | 11011010 | 1110000 | 11101100 | 1000 | 110101 | 0 | 111 | 100100011 | 1001101 | 1000100 |
Color Harmonies of #DA70EC
Complementary color
Monochromatic Colors of #DA70EC
Black with #DA70EC
Text Example
Text Example
White with #DA70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70EC; }
p { color: rgb(218,112,236); }
H1.HeaderClassName
{
color: #DA70EC;
}
.AnyTagClassName
{
color: #DA70EC;
}
</style>
background-color css
<style>
a { background-color: #DA70EC; }
a { background-color: rgb(218,112,236); }
div.DivClassName
{
background-color: #DA70EC;
}
.BgClassName
{
background-color: #DA70EC;
}
</style>
border-color css
<style>
span { border-color: #DA70EC; }
span { border-color: rgb(218,112,236); }
td.TdClassName
{
border-color: #DA70EC;
}
.TagClassName
{
border-color: #DA70EC;
}
</style>