Shades of Heliotrope #DA81EF
Tints of Heliotrope #DA81EF
RGB
CMYK
RGB Variations
Color information
#DA81EF (or 0xDA81EF) is known color: Heliotrope. HEX triplet: DA, 81 and EF. RGB value is (218,129,239). Sum of RGB (Red+Green+Blue) = 218+129+239=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81EF is #257E10. Grayscale: #A7A7A7. Windows color (decimal): -2457105 or 15696346. OLE color: 15696346.
HSL color Cylindrical-coordinate representation of color #DA81EF: hue angle of 288.55º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA81EF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 129 | 239 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.06 |
| HSL | 288.55º | 0.77% | 0.72% | - |
| HSV(B) | 288.55º | 0.46% | 0.94% | - |
| XYZ | 52.34 | 36.84 | 86.01 | - |
| YUV | 168.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 239 | 0.09 | 0.46 | 0 | 0.06 | 288.55 | 0.77 | 0.72 |
| Hex | DA | 81 | EF | 9 | 2E | 0 | 6 | 121 | 4D | 48 |
| Octal | 332 | 201 | 357 | 11 | 56 | 0 | 6 | 441 | 115 | 110 |
| Binary | 11011010 | 10000001 | 11101111 | 1001 | 101110 | 0 | 110 | 100100001 | 1001101 | 1001000 |
Color Harmonies of #DA81EF
Complementary color
Monochromatic Colors of #DA81EF
Black with #DA81EF
Text Example
Text Example
White with #DA81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81EF; }
p { color: rgb(218,129,239); }
H1.HeaderClassName
{
color: #DA81EF;
}
.AnyTagClassName
{
color: #DA81EF;
}
</style>
background-color css
<style>
a { background-color: #DA81EF; }
a { background-color: rgb(218,129,239); }
div.DivClassName
{
background-color: #DA81EF;
}
.BgClassName
{
background-color: #DA81EF;
}
</style>
border-color css
<style>
span { border-color: #DA81EF; }
span { border-color: rgb(218,129,239); }
td.TdClassName
{
border-color: #DA81EF;
}
.TagClassName
{
border-color: #DA81EF;
}
</style>