Shades of Heliotrope #DA81EC
Tints of Heliotrope #DA81EC
RGB
CMYK
RGB Variations
Color information
#DA81EC (or 0xDA81EC) is known color: Heliotrope. HEX triplet: DA, 81 and EC. RGB value is (218,129,236). Sum of RGB (Red+Green+Blue) = 218+129+236=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81EC is #257E13. Grayscale: #A7A7A7. Windows color (decimal): -2457108 or 15499738. OLE color: 15499738.
HSL color Cylindrical-coordinate representation of color #DA81EC: hue angle of 289.91º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA81EC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 129 | 236 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.07 |
| HSL | 289.91º | 0.74% | 0.72% | - |
| HSV(B) | 289.91º | 0.45% | 0.93% | - |
| XYZ | 51.9 | 36.66 | 83.7 | - |
| YUV | 167.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 236 | 0.08 | 0.45 | 0 | 0.07 | 289.91 | 0.74 | 0.72 |
| Hex | DA | 81 | EC | 8 | 2D | 0 | 7 | 122 | 4A | 48 |
| Octal | 332 | 201 | 354 | 10 | 55 | 0 | 7 | 442 | 112 | 110 |
| Binary | 11011010 | 10000001 | 11101100 | 1000 | 101101 | 0 | 111 | 100100010 | 1001010 | 1001000 |
Color Harmonies of #DA81EC
Complementary color
Monochromatic Colors of #DA81EC
Black with #DA81EC
Text Example
Text Example
White with #DA81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81EC; }
p { color: rgb(218,129,236); }
H1.HeaderClassName
{
color: #DA81EC;
}
.AnyTagClassName
{
color: #DA81EC;
}
</style>
background-color css
<style>
a { background-color: #DA81EC; }
a { background-color: rgb(218,129,236); }
div.DivClassName
{
background-color: #DA81EC;
}
.BgClassName
{
background-color: #DA81EC;
}
</style>
border-color css
<style>
span { border-color: #DA81EC; }
span { border-color: rgb(218,129,236); }
td.TdClassName
{
border-color: #DA81EC;
}
.TagClassName
{
border-color: #DA81EC;
}
</style>