Shades of Heliotrope #DA76EC
Tints of Heliotrope #DA76EC
RGB
CMYK
RGB Variations
Color information
#DA76EC (or 0xDA76EC) is known color: Heliotrope. HEX triplet: DA, 76 and EC. RGB value is (218,118,236). Sum of RGB (Red+Green+Blue) = 218+118+236=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76EC is #258913. Grayscale: #A0A0A0. Windows color (decimal): -2459924 or 15496922. OLE color: 15496922.
HSL color Cylindrical-coordinate representation of color #DA76EC: hue angle of 290.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA76EC is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 118 | 236 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.07 |
| HSL | 290.85º | 0.76% | 0.69% | - |
| HSV(B) | 290.85º | 0.5% | 0.93% | - |
| XYZ | 50.53 | 33.92 | 83.24 | - |
| YUV | 161.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 236 | 0.08 | 0.5 | 0 | 0.07 | 290.85 | 0.76 | 0.69 |
| Hex | DA | 76 | EC | 8 | 32 | 0 | 7 | 123 | 4C | 45 |
| Octal | 332 | 166 | 354 | 10 | 62 | 0 | 7 | 443 | 114 | 105 |
| Binary | 11011010 | 1110110 | 11101100 | 1000 | 110010 | 0 | 111 | 100100011 | 1001100 | 1000101 |
Color Harmonies of #DA76EC
Complementary color
Monochromatic Colors of #DA76EC
Black with #DA76EC
Text Example
Text Example
White with #DA76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76EC; }
p { color: rgb(218,118,236); }
H1.HeaderClassName
{
color: #DA76EC;
}
.AnyTagClassName
{
color: #DA76EC;
}
</style>
background-color css
<style>
a { background-color: #DA76EC; }
a { background-color: rgb(218,118,236); }
div.DivClassName
{
background-color: #DA76EC;
}
.BgClassName
{
background-color: #DA76EC;
}
</style>
border-color css
<style>
span { border-color: #DA76EC; }
span { border-color: rgb(218,118,236); }
td.TdClassName
{
border-color: #DA76EC;
}
.TagClassName
{
border-color: #DA76EC;
}
</style>