Shades of Heliotrope #DA77FA
Tints of Heliotrope #DA77FA
RGB
CMYK
RGB Variations
Color information
#DA77FA (or 0xDA77FA) is known color: Heliotrope. HEX triplet: DA, 77 and FA. RGB value is (218,119,250). Sum of RGB (Red+Green+Blue) = 218+119+250=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77FA is #258805. Grayscale: #A3A3A3. Windows color (decimal): -2459654 or 16414682. OLE color: 16414682.
HSL color Cylindrical-coordinate representation of color #DA77FA: hue angle of 285.34º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA77FA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 119 | 250 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.02 |
| HSL | 285.34º | 0.93% | 0.72% | - |
| HSV(B) | 285.34º | 0.52% | 0.98% | - |
| XYZ | 52.77 | 35 | 94.42 | - |
| YUV | 163.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 250 | 0.13 | 0.52 | 0 | 0.02 | 285.34 | 0.93 | 0.72 |
| Hex | DA | 77 | FA | D | 34 | 0 | 2 | 11D | 5D | 48 |
| Octal | 332 | 167 | 372 | 15 | 64 | 0 | 2 | 435 | 135 | 110 |
| Binary | 11011010 | 1110111 | 11111010 | 1101 | 110100 | 0 | 10 | 100011101 | 1011101 | 1001000 |
Color Harmonies of #DA77FA
Complementary color
Monochromatic Colors of #DA77FA
Black with #DA77FA
Text Example
Text Example
White with #DA77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77FA; }
p { color: rgb(218,119,250); }
H1.HeaderClassName
{
color: #DA77FA;
}
.AnyTagClassName
{
color: #DA77FA;
}
</style>
background-color css
<style>
a { background-color: #DA77FA; }
a { background-color: rgb(218,119,250); }
div.DivClassName
{
background-color: #DA77FA;
}
.BgClassName
{
background-color: #DA77FA;
}
</style>
border-color css
<style>
span { border-color: #DA77FA; }
span { border-color: rgb(218,119,250); }
td.TdClassName
{
border-color: #DA77FA;
}
.TagClassName
{
border-color: #DA77FA;
}
</style>