Shades of Heliotrope #DA7EFF
Tints of Heliotrope #DA7EFF
RGB
CMYK
RGB Variations
Color information
#DA7EFF (or 0xDA7EFF) is known color: Heliotrope. HEX triplet: DA, 7E and FF. RGB value is (218,126,255). Sum of RGB (Red+Green+Blue) = 218+126+255=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EFF is #258100. Grayscale: #A7A7A7. Windows color (decimal): -2457857 or 16744154. OLE color: 16744154.
HSL color Cylindrical-coordinate representation of color #DA7EFF: hue angle of 282.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA7EFF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 126 | 255 | - |
| CMYK | 0.15 | 0.51 | 0 | 0 |
| HSL | 282.79º | 1% | 0.75% | - |
| HSV(B) | 282.79º | 0.51% | 1% | - |
| XYZ | 54.42 | 37.05 | 98.89 | - |
| YUV | 168.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 255 | 0.15 | 0.51 | 0 | 0 | 282.79 | 1 | 0.75 |
| Hex | DA | 7E | FF | F | 33 | 0 | 0 | 11B | 64 | 4B |
| Octal | 332 | 176 | 377 | 17 | 63 | 0 | 0 | 433 | 144 | 113 |
| Binary | 11011010 | 1111110 | 11111111 | 1111 | 110011 | 0 | 0 | 100011011 | 1100100 | 1001011 |
Color Harmonies of #DA7EFF
Complementary color
Monochromatic Colors of #DA7EFF
Black with #DA7EFF
Text Example
Text Example
White with #DA7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EFF; }
p { color: rgb(218,126,255); }
H1.HeaderClassName
{
color: #DA7EFF;
}
.AnyTagClassName
{
color: #DA7EFF;
}
</style>
background-color css
<style>
a { background-color: #DA7EFF; }
a { background-color: rgb(218,126,255); }
div.DivClassName
{
background-color: #DA7EFF;
}
.BgClassName
{
background-color: #DA7EFF;
}
</style>
border-color css
<style>
span { border-color: #DA7EFF; }
span { border-color: rgb(218,126,255); }
td.TdClassName
{
border-color: #DA7EFF;
}
.TagClassName
{
border-color: #DA7EFF;
}
</style>