Shades of Heliotrope #DA86EF
Tints of Heliotrope #DA86EF
RGB
CMYK
RGB Variations
Color information
#DA86EF (or 0xDA86EF) is known color: Heliotrope. HEX triplet: DA, 86 and EF. RGB value is (218,134,239). Sum of RGB (Red+Green+Blue) = 218+134+239=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA86EF is #257910. Grayscale: #AAAAAA. Windows color (decimal): -2455825 or 15697626. OLE color: 15697626.
HSL color Cylindrical-coordinate representation of color #DA86EF: hue angle of 288º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA86EF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 134 | 239 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.06 |
| HSL | 288º | 0.77% | 0.73% | - |
| HSV(B) | 288º | 0.44% | 0.94% | - |
| XYZ | 53.02 | 38.19 | 86.24 | - |
| YUV | 171.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 239 | 0.09 | 0.44 | 0 | 0.06 | 288 | 0.77 | 0.73 |
| Hex | DA | 86 | EF | 9 | 2C | 0 | 6 | 120 | 4D | 49 |
| Octal | 332 | 206 | 357 | 11 | 54 | 0 | 6 | 440 | 115 | 111 |
| Binary | 11011010 | 10000110 | 11101111 | 1001 | 101100 | 0 | 110 | 100100000 | 1001101 | 1001001 |
Color Harmonies of #DA86EF
Complementary color
Monochromatic Colors of #DA86EF
Black with #DA86EF
Text Example
Text Example
White with #DA86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86EF; }
p { color: rgb(218,134,239); }
H1.HeaderClassName
{
color: #DA86EF;
}
.AnyTagClassName
{
color: #DA86EF;
}
</style>
background-color css
<style>
a { background-color: #DA86EF; }
a { background-color: rgb(218,134,239); }
div.DivClassName
{
background-color: #DA86EF;
}
.BgClassName
{
background-color: #DA86EF;
}
</style>
border-color css
<style>
span { border-color: #DA86EF; }
span { border-color: rgb(218,134,239); }
td.TdClassName
{
border-color: #DA86EF;
}
.TagClassName
{
border-color: #DA86EF;
}
</style>