Shades of Heliotrope #DA77FE
Tints of Heliotrope #DA77FE
RGB
CMYK
RGB Variations
Color information
#DA77FE (or 0xDA77FE) is known color: Heliotrope. HEX triplet: DA, 77 and FE. RGB value is (218,119,254). Sum of RGB (Red+Green+Blue) = 218+119+254=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77FE is #258801. Grayscale: #A3A3A3. Windows color (decimal): -2459650 or 16676826. OLE color: 16676826.
HSL color Cylindrical-coordinate representation of color #DA77FE: hue angle of 284º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA77FE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 119 | 254 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.00 |
| HSL | 284º | 0.99% | 0.73% | - |
| HSV(B) | 284º | 0.53% | 1% | - |
| XYZ | 53.4 | 35.25 | 97.76 | - |
| YUV | 163.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 254 | 0.14 | 0.53 | 0 | 0.00 | 284 | 0.99 | 0.73 |
| Hex | DA | 77 | FE | E | 35 | 0 | 0 | 11C | 63 | 49 |
| Octal | 332 | 167 | 376 | 16 | 65 | 0 | 0 | 434 | 143 | 111 |
| Binary | 11011010 | 1110111 | 11111110 | 1110 | 110101 | 0 | 0 | 100011100 | 1100011 | 1001001 |
Color Harmonies of #DA77FE
Complementary color
Monochromatic Colors of #DA77FE
Black with #DA77FE
Text Example
Text Example
White with #DA77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77FE; }
p { color: rgb(218,119,254); }
H1.HeaderClassName
{
color: #DA77FE;
}
.AnyTagClassName
{
color: #DA77FE;
}
</style>
background-color css
<style>
a { background-color: #DA77FE; }
a { background-color: rgb(218,119,254); }
div.DivClassName
{
background-color: #DA77FE;
}
.BgClassName
{
background-color: #DA77FE;
}
</style>
border-color css
<style>
span { border-color: #DA77FE; }
span { border-color: rgb(218,119,254); }
td.TdClassName
{
border-color: #DA77FE;
}
.TagClassName
{
border-color: #DA77FE;
}
</style>