Shades of Heliotrope #DA77FB
Tints of Heliotrope #DA77FB
RGB
CMYK
RGB Variations
Color information
#DA77FB (or 0xDA77FB) is known color: Heliotrope. HEX triplet: DA, 77 and FB. RGB value is (218,119,251). Sum of RGB (Red+Green+Blue) = 218+119+251=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77FB is #258804. Grayscale: #A3A3A3. Windows color (decimal): -2459653 or 16480218. OLE color: 16480218.
HSL color Cylindrical-coordinate representation of color #DA77FB: hue angle of 285º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA77FB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 119 | 251 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.02 |
| HSL | 285º | 0.94% | 0.73% | - |
| HSV(B) | 285º | 0.53% | 0.98% | - |
| XYZ | 52.92 | 35.06 | 95.25 | - |
| YUV | 163.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 251 | 0.13 | 0.53 | 0 | 0.02 | 285 | 0.94 | 0.73 |
| Hex | DA | 77 | FB | D | 35 | 0 | 2 | 11D | 5E | 49 |
| Octal | 332 | 167 | 373 | 15 | 65 | 0 | 2 | 435 | 136 | 111 |
| Binary | 11011010 | 1110111 | 11111011 | 1101 | 110101 | 0 | 10 | 100011101 | 1011110 | 1001001 |
Color Harmonies of #DA77FB
Complementary color
Monochromatic Colors of #DA77FB
Black with #DA77FB
Text Example
Text Example
White with #DA77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77FB; }
p { color: rgb(218,119,251); }
H1.HeaderClassName
{
color: #DA77FB;
}
.AnyTagClassName
{
color: #DA77FB;
}
</style>
background-color css
<style>
a { background-color: #DA77FB; }
a { background-color: rgb(218,119,251); }
div.DivClassName
{
background-color: #DA77FB;
}
.BgClassName
{
background-color: #DA77FB;
}
</style>
border-color css
<style>
span { border-color: #DA77FB; }
span { border-color: rgb(218,119,251); }
td.TdClassName
{
border-color: #DA77FB;
}
.TagClassName
{
border-color: #DA77FB;
}
</style>