Shades of Heliotrope #DA80FE
Tints of Heliotrope #DA80FE
RGB
CMYK
RGB Variations
Color information
#DA80FE (or 0xDA80FE) is known color: Heliotrope. HEX triplet: DA, 80 and FE. RGB value is (218,128,254). Sum of RGB (Red+Green+Blue) = 218+128+254=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80FE is #257F01. Grayscale: #A8A8A8. Windows color (decimal): -2457346 or 16679130. OLE color: 16679130.
HSL color Cylindrical-coordinate representation of color #DA80FE: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA80FE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 128 | 254 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.00 |
| HSL | 282.86º | 0.98% | 0.75% | - |
| HSV(B) | 282.86º | 0.5% | 1% | - |
| XYZ | 54.52 | 37.5 | 98.13 | - |
| YUV | 169.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 254 | 0.14 | 0.50 | 0 | 0.00 | 282.86 | 0.98 | 0.75 |
| Hex | DA | 80 | FE | E | 32 | 0 | 0 | 11B | 62 | 4B |
| Octal | 332 | 200 | 376 | 16 | 62 | 0 | 0 | 433 | 142 | 113 |
| Binary | 11011010 | 10000000 | 11111110 | 1110 | 110010 | 0 | 0 | 100011011 | 1100010 | 1001011 |
Color Harmonies of #DA80FE
Complementary color
Monochromatic Colors of #DA80FE
Black with #DA80FE
Text Example
Text Example
White with #DA80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80FE; }
p { color: rgb(218,128,254); }
H1.HeaderClassName
{
color: #DA80FE;
}
.AnyTagClassName
{
color: #DA80FE;
}
</style>
background-color css
<style>
a { background-color: #DA80FE; }
a { background-color: rgb(218,128,254); }
div.DivClassName
{
background-color: #DA80FE;
}
.BgClassName
{
background-color: #DA80FE;
}
</style>
border-color css
<style>
span { border-color: #DA80FE; }
span { border-color: rgb(218,128,254); }
td.TdClassName
{
border-color: #DA80FE;
}
.TagClassName
{
border-color: #DA80FE;
}
</style>