Shades of Heliotrope #DA7AF2
Tints of Heliotrope #DA7AF2
RGB
CMYK
RGB Variations
Color information
#DA7AF2 (or 0xDA7AF2) is known color: Heliotrope. HEX triplet: DA, 7A and F2. RGB value is (218,122,242). Sum of RGB (Red+Green+Blue) = 218+122+242=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7AF2 is #25850D. Grayscale: #A4A4A4. Windows color (decimal): -2458894 or 15891162. OLE color: 15891162.
HSL color Cylindrical-coordinate representation of color #DA7AF2: hue angle of 288º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7AF2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 122 | 242 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.05 |
| HSL | 288º | 0.82% | 0.71% | - |
| HSV(B) | 288º | 0.5% | 0.95% | - |
| XYZ | 51.9 | 35.24 | 88.07 | - |
| YUV | 164.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 242 | 0.10 | 0.50 | 0 | 0.05 | 288 | 0.82 | 0.71 |
| Hex | DA | 7A | F2 | A | 32 | 0 | 5 | 120 | 52 | 47 |
| Octal | 332 | 172 | 362 | 12 | 62 | 0 | 5 | 440 | 122 | 107 |
| Binary | 11011010 | 1111010 | 11110010 | 1010 | 110010 | 0 | 101 | 100100000 | 1010010 | 1000111 |
Color Harmonies of #DA7AF2
Complementary color
Monochromatic Colors of #DA7AF2
Black with #DA7AF2
Text Example
Text Example
White with #DA7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7AF2; }
p { color: rgb(218,122,242); }
H1.HeaderClassName
{
color: #DA7AF2;
}
.AnyTagClassName
{
color: #DA7AF2;
}
</style>
background-color css
<style>
a { background-color: #DA7AF2; }
a { background-color: rgb(218,122,242); }
div.DivClassName
{
background-color: #DA7AF2;
}
.BgClassName
{
background-color: #DA7AF2;
}
</style>
border-color css
<style>
span { border-color: #DA7AF2; }
span { border-color: rgb(218,122,242); }
td.TdClassName
{
border-color: #DA7AF2;
}
.TagClassName
{
border-color: #DA7AF2;
}
</style>