Shades of Heliotrope #DA70ED
Tints of Heliotrope #DA70ED
RGB
CMYK
RGB Variations
Color information
#DA70ED (or 0xDA70ED) is known color: Heliotrope. HEX triplet: DA, 70 and ED. RGB value is (218,112,237). Sum of RGB (Red+Green+Blue) = 218+112+237=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70ED is #258F12. Grayscale: #9D9D9D. Windows color (decimal): -2461459 or 15560922. OLE color: 15560922.
HSL color Cylindrical-coordinate representation of color #DA70ED: hue angle of 290.88º degrees, saturation: 0.78, 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 #DA70ED is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 112 | 237 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.88º | 0.78% | 0.68% | - |
| HSV(B) | 290.88º | 0.53% | 0.93% | - |
| XYZ | 49.99 | 32.61 | 83.78 | - |
| YUV | 157.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 237 | 0.08 | 0.53 | 0 | 0.07 | 290.88 | 0.78 | 0.68 |
| Hex | DA | 70 | ED | 8 | 35 | 0 | 7 | 123 | 4E | 44 |
| Octal | 332 | 160 | 355 | 10 | 65 | 0 | 7 | 443 | 116 | 104 |
| Binary | 11011010 | 1110000 | 11101101 | 1000 | 110101 | 0 | 111 | 100100011 | 1001110 | 1000100 |
Color Harmonies of #DA70ED
Complementary color
Monochromatic Colors of #DA70ED
Black with #DA70ED
Text Example
Text Example
White with #DA70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70ED; }
p { color: rgb(218,112,237); }
H1.HeaderClassName
{
color: #DA70ED;
}
.AnyTagClassName
{
color: #DA70ED;
}
</style>
background-color css
<style>
a { background-color: #DA70ED; }
a { background-color: rgb(218,112,237); }
div.DivClassName
{
background-color: #DA70ED;
}
.BgClassName
{
background-color: #DA70ED;
}
</style>
border-color css
<style>
span { border-color: #DA70ED; }
span { border-color: rgb(218,112,237); }
td.TdClassName
{
border-color: #DA70ED;
}
.TagClassName
{
border-color: #DA70ED;
}
</style>