Shades of Heliotrope #DA66EC
Tints of Heliotrope #DA66EC
RGB
CMYK
RGB Variations
Color information
#DA66EC (or 0xDA66EC) is known color: Heliotrope. HEX triplet: DA, 66 and EC. RGB value is (218,102,236). Sum of RGB (Red+Green+Blue) = 218+102+236=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66EC is #259913. Grayscale: #979797. Windows color (decimal): -2464020 or 15492826. OLE color: 15492826.
HSL color Cylindrical-coordinate representation of color #DA66EC: hue angle of 291.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA66EC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 102 | 236 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.07 |
| HSL | 291.94º | 0.78% | 0.66% | - |
| HSV(B) | 291.94º | 0.57% | 0.93% | - |
| XYZ | 48.81 | 30.46 | 82.66 | - |
| YUV | 151.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 236 | 0.08 | 0.57 | 0 | 0.07 | 291.94 | 0.78 | 0.66 |
| Hex | DA | 66 | EC | 8 | 39 | 0 | 7 | 124 | 4E | 42 |
| Octal | 332 | 146 | 354 | 10 | 71 | 0 | 7 | 444 | 116 | 102 |
| Binary | 11011010 | 1100110 | 11101100 | 1000 | 111001 | 0 | 111 | 100100100 | 1001110 | 1000010 |
Color Harmonies of #DA66EC
Complementary color
Monochromatic Colors of #DA66EC
Black with #DA66EC
Text Example
Text Example
White with #DA66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66EC; }
p { color: rgb(218,102,236); }
H1.HeaderClassName
{
color: #DA66EC;
}
.AnyTagClassName
{
color: #DA66EC;
}
</style>
background-color css
<style>
a { background-color: #DA66EC; }
a { background-color: rgb(218,102,236); }
div.DivClassName
{
background-color: #DA66EC;
}
.BgClassName
{
background-color: #DA66EC;
}
</style>
border-color css
<style>
span { border-color: #DA66EC; }
span { border-color: rgb(218,102,236); }
td.TdClassName
{
border-color: #DA66EC;
}
.TagClassName
{
border-color: #DA66EC;
}
</style>