Shades of Heliotrope #DA80FF
Tints of Heliotrope #DA80FF
RGB
CMYK
RGB Variations
Color information
#DA80FF (or 0xDA80FF) is known color: Heliotrope. HEX triplet: DA, 80 and FF. RGB value is (218,128,255). Sum of RGB (Red+Green+Blue) = 218+128+255=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80FF is #257F00. Grayscale: #A8A8A8. Windows color (decimal): -2457345 or 16744666. OLE color: 16744666.
HSL color Cylindrical-coordinate representation of color #DA80FF: hue angle of 282.52º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA80FF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 128 | 255 | - |
| CMYK | 0.15 | 0.50 | 0 | 0 |
| HSL | 282.52º | 1% | 0.75% | - |
| HSV(B) | 282.52º | 0.5% | 1% | - |
| XYZ | 54.68 | 37.56 | 98.98 | - |
| YUV | 169.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 255 | 0.15 | 0.50 | 0 | 0 | 282.52 | 1 | 0.75 |
| Hex | DA | 80 | FF | F | 32 | 0 | 0 | 11B | 64 | 4B |
| Octal | 332 | 200 | 377 | 17 | 62 | 0 | 0 | 433 | 144 | 113 |
| Binary | 11011010 | 10000000 | 11111111 | 1111 | 110010 | 0 | 0 | 100011011 | 1100100 | 1001011 |
Color Harmonies of #DA80FF
Complementary color
Monochromatic Colors of #DA80FF
Black with #DA80FF
Text Example
Text Example
White with #DA80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80FF; }
p { color: rgb(218,128,255); }
H1.HeaderClassName
{
color: #DA80FF;
}
.AnyTagClassName
{
color: #DA80FF;
}
</style>
background-color css
<style>
a { background-color: #DA80FF; }
a { background-color: rgb(218,128,255); }
div.DivClassName
{
background-color: #DA80FF;
}
.BgClassName
{
background-color: #DA80FF;
}
</style>
border-color css
<style>
span { border-color: #DA80FF; }
span { border-color: rgb(218,128,255); }
td.TdClassName
{
border-color: #DA80FF;
}
.TagClassName
{
border-color: #DA80FF;
}
</style>