Shades of Heliotrope #DA76FF
Tints of Heliotrope #DA76FF
RGB
CMYK
RGB Variations
Color information
#DA76FF (or 0xDA76FF) is known color: Heliotrope. HEX triplet: DA, 76 and FF. RGB value is (218,118,255). Sum of RGB (Red+Green+Blue) = 218+118+255=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76FF is #258900. Grayscale: #A3A3A3. Windows color (decimal): -2459905 or 16742106. OLE color: 16742106.
HSL color Cylindrical-coordinate representation of color #DA76FF: hue angle of 283.8º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA76FF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 118 | 255 | - |
| CMYK | 0.15 | 0.54 | 0 | 0 |
| HSL | 283.8º | 1% | 0.73% | - |
| HSV(B) | 283.8º | 0.54% | 1% | - |
| XYZ | 53.44 | 35.08 | 98.56 | - |
| YUV | 163.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 255 | 0.15 | 0.54 | 0 | 0 | 283.8 | 1 | 0.73 |
| Hex | DA | 76 | FF | F | 36 | 0 | 0 | 11C | 64 | 49 |
| Octal | 332 | 166 | 377 | 17 | 66 | 0 | 0 | 434 | 144 | 111 |
| Binary | 11011010 | 1110110 | 11111111 | 1111 | 110110 | 0 | 0 | 100011100 | 1100100 | 1001001 |
Color Harmonies of #DA76FF
Complementary color
Monochromatic Colors of #DA76FF
Black with #DA76FF
Text Example
Text Example
White with #DA76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76FF; }
p { color: rgb(218,118,255); }
H1.HeaderClassName
{
color: #DA76FF;
}
.AnyTagClassName
{
color: #DA76FF;
}
</style>
background-color css
<style>
a { background-color: #DA76FF; }
a { background-color: rgb(218,118,255); }
div.DivClassName
{
background-color: #DA76FF;
}
.BgClassName
{
background-color: #DA76FF;
}
</style>
border-color css
<style>
span { border-color: #DA76FF; }
span { border-color: rgb(218,118,255); }
td.TdClassName
{
border-color: #DA76FF;
}
.TagClassName
{
border-color: #DA76FF;
}
</style>