Shades of Heliotrope #DA70F7
Tints of Heliotrope #DA70F7
RGB
CMYK
RGB Variations
Color information
#DA70F7 (or 0xDA70F7) is known color: Heliotrope. HEX triplet: DA, 70 and F7. RGB value is (218,112,247). Sum of RGB (Red+Green+Blue) = 218+112+247=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA70F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70F7 is #258F08. Grayscale: #9E9E9E. Windows color (decimal): -2461449 or 16216282. OLE color: 16216282.
HSL color Cylindrical-coordinate representation of color #DA70F7: hue angle of 287.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA70F7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 112 | 247 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.03 |
| HSL | 287.11º | 0.89% | 0.7% | - |
| HSV(B) | 287.11º | 0.55% | 0.97% | - |
| XYZ | 51.5 | 33.21 | 91.69 | - |
| YUV | 159.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 247 | 0.12 | 0.55 | 0 | 0.03 | 287.11 | 0.89 | 0.7 |
| Hex | DA | 70 | F7 | C | 37 | 0 | 3 | 11F | 59 | 46 |
| Octal | 332 | 160 | 367 | 14 | 67 | 0 | 3 | 437 | 131 | 106 |
| Binary | 11011010 | 1110000 | 11110111 | 1100 | 110111 | 0 | 11 | 100011111 | 1011001 | 1000110 |
Color Harmonies of #DA70F7
Complementary color
Monochromatic Colors of #DA70F7
Black with #DA70F7
Text Example
Text Example
White with #DA70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70F7; }
p { color: rgb(218,112,247); }
H1.HeaderClassName
{
color: #DA70F7;
}
.AnyTagClassName
{
color: #DA70F7;
}
</style>
background-color css
<style>
a { background-color: #DA70F7; }
a { background-color: rgb(218,112,247); }
div.DivClassName
{
background-color: #DA70F7;
}
.BgClassName
{
background-color: #DA70F7;
}
</style>
border-color css
<style>
span { border-color: #DA70F7; }
span { border-color: rgb(218,112,247); }
td.TdClassName
{
border-color: #DA70F7;
}
.TagClassName
{
border-color: #DA70F7;
}
</style>