Shades of Heliotrope #DA85EF
Tints of Heliotrope #DA85EF
RGB
CMYK
RGB Variations
Color information
#DA85EF (or 0xDA85EF) is known color: Heliotrope. HEX triplet: DA, 85 and EF. RGB value is (218,133,239). Sum of RGB (Red+Green+Blue) = 218+133+239=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85EF is #257A10. Grayscale: #AAAAAA. Windows color (decimal): -2456081 or 15697370. OLE color: 15697370.
HSL color Cylindrical-coordinate representation of color #DA85EF: hue angle of 288.11º 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 #DA85EF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 133 | 239 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.06 |
| HSL | 288.11º | 0.77% | 0.73% | - |
| HSV(B) | 288.11º | 0.44% | 0.94% | - |
| XYZ | 52.88 | 37.91 | 86.19 | - |
| YUV | 170.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 239 | 0.09 | 0.44 | 0 | 0.06 | 288.11 | 0.77 | 0.73 |
| Hex | DA | 85 | EF | 9 | 2C | 0 | 6 | 120 | 4D | 49 |
| Octal | 332 | 205 | 357 | 11 | 54 | 0 | 6 | 440 | 115 | 111 |
| Binary | 11011010 | 10000101 | 11101111 | 1001 | 101100 | 0 | 110 | 100100000 | 1001101 | 1001001 |
Color Harmonies of #DA85EF
Complementary color
Monochromatic Colors of #DA85EF
Black with #DA85EF
Text Example
Text Example
White with #DA85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85EF; }
p { color: rgb(218,133,239); }
H1.HeaderClassName
{
color: #DA85EF;
}
.AnyTagClassName
{
color: #DA85EF;
}
</style>
background-color css
<style>
a { background-color: #DA85EF; }
a { background-color: rgb(218,133,239); }
div.DivClassName
{
background-color: #DA85EF;
}
.BgClassName
{
background-color: #DA85EF;
}
</style>
border-color css
<style>
span { border-color: #DA85EF; }
span { border-color: rgb(218,133,239); }
td.TdClassName
{
border-color: #DA85EF;
}
.TagClassName
{
border-color: #DA85EF;
}
</style>