Shades of Heliotrope #DA76EE
Tints of Heliotrope #DA76EE
RGB
CMYK
RGB Variations
Color information
#DA76EE (or 0xDA76EE) is known color: Heliotrope. HEX triplet: DA, 76 and EE. RGB value is (218,118,238). Sum of RGB (Red+Green+Blue) = 218+118+238=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76EE is #258911. Grayscale: #A1A1A1. Windows color (decimal): -2459922 or 15627994. OLE color: 15627994.
HSL color Cylindrical-coordinate representation of color #DA76EE: hue angle of 290º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA76EE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 118 | 238 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.07 |
| HSL | 290º | 0.78% | 0.7% | - |
| HSV(B) | 290º | 0.5% | 0.93% | - |
| XYZ | 50.82 | 34.04 | 84.78 | - |
| YUV | 161.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 238 | 0.08 | 0.50 | 0 | 0.07 | 290 | 0.78 | 0.7 |
| Hex | DA | 76 | EE | 8 | 32 | 0 | 7 | 122 | 4E | 46 |
| Octal | 332 | 166 | 356 | 10 | 62 | 0 | 7 | 442 | 116 | 106 |
| Binary | 11011010 | 1110110 | 11101110 | 1000 | 110010 | 0 | 111 | 100100010 | 1001110 | 1000110 |
Color Harmonies of #DA76EE
Complementary color
Monochromatic Colors of #DA76EE
Black with #DA76EE
Text Example
Text Example
White with #DA76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76EE; }
p { color: rgb(218,118,238); }
H1.HeaderClassName
{
color: #DA76EE;
}
.AnyTagClassName
{
color: #DA76EE;
}
</style>
background-color css
<style>
a { background-color: #DA76EE; }
a { background-color: rgb(218,118,238); }
div.DivClassName
{
background-color: #DA76EE;
}
.BgClassName
{
background-color: #DA76EE;
}
</style>
border-color css
<style>
span { border-color: #DA76EE; }
span { border-color: rgb(218,118,238); }
td.TdClassName
{
border-color: #DA76EE;
}
.TagClassName
{
border-color: #DA76EE;
}
</style>