Shades of Heliotrope #DA80EF
Tints of Heliotrope #DA80EF
RGB
CMYK
RGB Variations
Color information
#DA80EF (or 0xDA80EF) is known color: Heliotrope. HEX triplet: DA, 80 and EF. RGB value is (218,128,239). Sum of RGB (Red+Green+Blue) = 218+128+239=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80EF is #257F10. Grayscale: #A7A7A7. Windows color (decimal): -2457361 or 15696090. OLE color: 15696090.
HSL color Cylindrical-coordinate representation of color #DA80EF: hue angle of 288.65º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA80EF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 128 | 239 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.06 |
| HSL | 288.65º | 0.78% | 0.72% | - |
| HSV(B) | 288.65º | 0.46% | 0.94% | - |
| XYZ | 52.21 | 36.58 | 85.97 | - |
| YUV | 167.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 239 | 0.09 | 0.46 | 0 | 0.06 | 288.65 | 0.78 | 0.72 |
| Hex | DA | 80 | EF | 9 | 2E | 0 | 6 | 121 | 4E | 48 |
| Octal | 332 | 200 | 357 | 11 | 56 | 0 | 6 | 441 | 116 | 110 |
| Binary | 11011010 | 10000000 | 11101111 | 1001 | 101110 | 0 | 110 | 100100001 | 1001110 | 1001000 |
Color Harmonies of #DA80EF
Complementary color
Monochromatic Colors of #DA80EF
Black with #DA80EF
Text Example
Text Example
White with #DA80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80EF; }
p { color: rgb(218,128,239); }
H1.HeaderClassName
{
color: #DA80EF;
}
.AnyTagClassName
{
color: #DA80EF;
}
</style>
background-color css
<style>
a { background-color: #DA80EF; }
a { background-color: rgb(218,128,239); }
div.DivClassName
{
background-color: #DA80EF;
}
.BgClassName
{
background-color: #DA80EF;
}
</style>
border-color css
<style>
span { border-color: #DA80EF; }
span { border-color: rgb(218,128,239); }
td.TdClassName
{
border-color: #DA80EF;
}
.TagClassName
{
border-color: #DA80EF;
}
</style>