Shades of Heliotrope #DA76EF
Tints of Heliotrope #DA76EF
RGB
CMYK
RGB Variations
Color information
#DA76EF (or 0xDA76EF) is known color: Heliotrope. HEX triplet: DA, 76 and EF. RGB value is (218,118,239). Sum of RGB (Red+Green+Blue) = 218+118+239=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76EF is #258910. Grayscale: #A1A1A1. Windows color (decimal): -2459921 or 15693530. OLE color: 15693530.
HSL color Cylindrical-coordinate representation of color #DA76EF: hue angle of 289.59º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA76EF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 118 | 239 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.06 |
| HSL | 289.59º | 0.79% | 0.7% | - |
| HSV(B) | 289.59º | 0.51% | 0.94% | - |
| XYZ | 50.97 | 34.09 | 85.56 | - |
| YUV | 161.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 239 | 0.09 | 0.51 | 0 | 0.06 | 289.59 | 0.79 | 0.7 |
| Hex | DA | 76 | EF | 9 | 33 | 0 | 6 | 122 | 4F | 46 |
| Octal | 332 | 166 | 357 | 11 | 63 | 0 | 6 | 442 | 117 | 106 |
| Binary | 11011010 | 1110110 | 11101111 | 1001 | 110011 | 0 | 110 | 100100010 | 1001111 | 1000110 |
Color Harmonies of #DA76EF
Complementary color
Monochromatic Colors of #DA76EF
Black with #DA76EF
Text Example
Text Example
White with #DA76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76EF; }
p { color: rgb(218,118,239); }
H1.HeaderClassName
{
color: #DA76EF;
}
.AnyTagClassName
{
color: #DA76EF;
}
</style>
background-color css
<style>
a { background-color: #DA76EF; }
a { background-color: rgb(218,118,239); }
div.DivClassName
{
background-color: #DA76EF;
}
.BgClassName
{
background-color: #DA76EF;
}
</style>
border-color css
<style>
span { border-color: #DA76EF; }
span { border-color: rgb(218,118,239); }
td.TdClassName
{
border-color: #DA76EF;
}
.TagClassName
{
border-color: #DA76EF;
}
</style>