Shades of Heliotrope #DA70EA
Tints of Heliotrope #DA70EA
RGB
CMYK
RGB Variations
Color information
#DA70EA (or 0xDA70EA) is known color: Heliotrope. HEX triplet: DA, 70 and EA. RGB value is (218,112,234). Sum of RGB (Red+Green+Blue) = 218+112+234=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70EA is #258F15. Grayscale: #9D9D9D. Windows color (decimal): -2461462 or 15364314. OLE color: 15364314.
HSL color Cylindrical-coordinate representation of color #DA70EA: hue angle of 292.13º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA70EA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 112 | 234 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.08 |
| HSL | 292.13º | 0.74% | 0.68% | - |
| HSV(B) | 292.13º | 0.52% | 0.92% | - |
| XYZ | 49.56 | 32.43 | 81.49 | - |
| YUV | 157.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 234 | 0.07 | 0.52 | 0 | 0.08 | 292.13 | 0.74 | 0.68 |
| Hex | DA | 70 | EA | 7 | 34 | 0 | 8 | 124 | 4A | 44 |
| Octal | 332 | 160 | 352 | 7 | 64 | 0 | 10 | 444 | 112 | 104 |
| Binary | 11011010 | 1110000 | 11101010 | 111 | 110100 | 0 | 1000 | 100100100 | 1001010 | 1000100 |
Color Harmonies of #DA70EA
Complementary color
Monochromatic Colors of #DA70EA
Black with #DA70EA
Text Example
Text Example
White with #DA70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70EA; }
p { color: rgb(218,112,234); }
H1.HeaderClassName
{
color: #DA70EA;
}
.AnyTagClassName
{
color: #DA70EA;
}
</style>
background-color css
<style>
a { background-color: #DA70EA; }
a { background-color: rgb(218,112,234); }
div.DivClassName
{
background-color: #DA70EA;
}
.BgClassName
{
background-color: #DA70EA;
}
</style>
border-color css
<style>
span { border-color: #DA70EA; }
span { border-color: rgb(218,112,234); }
td.TdClassName
{
border-color: #DA70EA;
}
.TagClassName
{
border-color: #DA70EA;
}
</style>