Shades of Heliotrope #DA70FA
Tints of Heliotrope #DA70FA
RGB
CMYK
RGB Variations
Color information
#DA70FA (or 0xDA70FA) is known color: Heliotrope. HEX triplet: DA, 70 and FA. RGB value is (218,112,250). Sum of RGB (Red+Green+Blue) = 218+112+250=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70FA is #258F05. Grayscale: #9E9E9E. Windows color (decimal): -2461446 or 16412890. OLE color: 16412890.
HSL color Cylindrical-coordinate representation of color #DA70FA: hue angle of 286.09º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA70FA is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 112 | 250 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.02 |
| HSL | 286.09º | 0.93% | 0.71% | - |
| HSV(B) | 286.09º | 0.55% | 0.98% | - |
| XYZ | 51.96 | 33.4 | 94.15 | - |
| YUV | 159.43 | 179.12 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 250 | 0.13 | 0.55 | 0 | 0.02 | 286.09 | 0.93 | 0.71 |
| Hex | DA | 70 | FA | D | 37 | 0 | 2 | 11E | 5D | 47 |
| Octal | 332 | 160 | 372 | 15 | 67 | 0 | 2 | 436 | 135 | 107 |
| Binary | 11011010 | 1110000 | 11111010 | 1101 | 110111 | 0 | 10 | 100011110 | 1011101 | 1000111 |
Color Harmonies of #DA70FA
Complementary color
Monochromatic Colors of #DA70FA
Black with #DA70FA
Text Example
Text Example
White with #DA70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70FA; }
p { color: rgb(218,112,250); }
H1.HeaderClassName
{
color: #DA70FA;
}
.AnyTagClassName
{
color: #DA70FA;
}
</style>
background-color css
<style>
a { background-color: #DA70FA; }
a { background-color: rgb(218,112,250); }
div.DivClassName
{
background-color: #DA70FA;
}
.BgClassName
{
background-color: #DA70FA;
}
</style>
border-color css
<style>
span { border-color: #DA70FA; }
span { border-color: rgb(218,112,250); }
td.TdClassName
{
border-color: #DA70FA;
}
.TagClassName
{
border-color: #DA70FA;
}
</style>