Shades of Heliotrope #DA76EA
Tints of Heliotrope #DA76EA
RGB
CMYK
RGB Variations
Color information
#DA76EA (or 0xDA76EA) is known color: Heliotrope. HEX triplet: DA, 76 and EA. RGB value is (218,118,234). Sum of RGB (Red+Green+Blue) = 218+118+234=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76EA is #258915. Grayscale: #A0A0A0. Windows color (decimal): -2459926 or 15365850. OLE color: 15365850.
HSL color Cylindrical-coordinate representation of color #DA76EA: hue angle of 291.72º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA76EA is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 118 | 234 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.08 |
| HSL | 291.72º | 0.73% | 0.69% | - |
| HSV(B) | 291.72º | 0.5% | 0.92% | - |
| XYZ | 50.24 | 33.8 | 81.72 | - |
| YUV | 161.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 234 | 0.07 | 0.50 | 0 | 0.08 | 291.72 | 0.73 | 0.69 |
| Hex | DA | 76 | EA | 7 | 32 | 0 | 8 | 124 | 49 | 45 |
| Octal | 332 | 166 | 352 | 7 | 62 | 0 | 10 | 444 | 111 | 105 |
| Binary | 11011010 | 1110110 | 11101010 | 111 | 110010 | 0 | 1000 | 100100100 | 1001001 | 1000101 |
Color Harmonies of #DA76EA
Complementary color
Monochromatic Colors of #DA76EA
Black with #DA76EA
Text Example
Text Example
White with #DA76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76EA; }
p { color: rgb(218,118,234); }
H1.HeaderClassName
{
color: #DA76EA;
}
.AnyTagClassName
{
color: #DA76EA;
}
</style>
background-color css
<style>
a { background-color: #DA76EA; }
a { background-color: rgb(218,118,234); }
div.DivClassName
{
background-color: #DA76EA;
}
.BgClassName
{
background-color: #DA76EA;
}
</style>
border-color css
<style>
span { border-color: #DA76EA; }
span { border-color: rgb(218,118,234); }
td.TdClassName
{
border-color: #DA76EA;
}
.TagClassName
{
border-color: #DA76EA;
}
</style>