Shades of Heliotrope #DA70F1
Tints of Heliotrope #DA70F1
RGB
CMYK
RGB Variations
Color information
#DA70F1 (or 0xDA70F1) is known color: Heliotrope. HEX triplet: DA, 70 and F1. RGB value is (218,112,241). Sum of RGB (Red+Green+Blue) = 218+112+241=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA70F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70F1 is #258F0E. Grayscale: #9D9D9D. Windows color (decimal): -2461455 or 15823066. OLE color: 15823066.
HSL color Cylindrical-coordinate representation of color #DA70F1: hue angle of 289.3º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA70F1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 112 | 241 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.05 |
| HSL | 289.3º | 0.82% | 0.69% | - |
| HSV(B) | 289.3º | 0.54% | 0.95% | - |
| XYZ | 50.58 | 32.84 | 86.89 | - |
| YUV | 158.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 241 | 0.10 | 0.54 | 0 | 0.05 | 289.3 | 0.82 | 0.69 |
| Hex | DA | 70 | F1 | A | 36 | 0 | 5 | 121 | 52 | 45 |
| Octal | 332 | 160 | 361 | 12 | 66 | 0 | 5 | 441 | 122 | 105 |
| Binary | 11011010 | 1110000 | 11110001 | 1010 | 110110 | 0 | 101 | 100100001 | 1010010 | 1000101 |
Color Harmonies of #DA70F1
Complementary color
Monochromatic Colors of #DA70F1
Black with #DA70F1
Text Example
Text Example
White with #DA70F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70F1; }
p { color: rgb(218,112,241); }
H1.HeaderClassName
{
color: #DA70F1;
}
.AnyTagClassName
{
color: #DA70F1;
}
</style>
background-color css
<style>
a { background-color: #DA70F1; }
a { background-color: rgb(218,112,241); }
div.DivClassName
{
background-color: #DA70F1;
}
.BgClassName
{
background-color: #DA70F1;
}
</style>
border-color css
<style>
span { border-color: #DA70F1; }
span { border-color: rgb(218,112,241); }
td.TdClassName
{
border-color: #DA70F1;
}
.TagClassName
{
border-color: #DA70F1;
}
</style>