Shades of Heliotrope #DF66EC
Tints of Heliotrope #DF66EC
RGB
CMYK
RGB Variations
Color information
#DF66EC (or 0xDF66EC) is known color: Heliotrope. HEX triplet: DF, 66 and EC. RGB value is (223,102,236). Sum of RGB (Red+Green+Blue) = 223+102+236=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66EC is #209913. Grayscale: #999999. Windows color (decimal): -2136340 or 15492831. OLE color: 15492831.
HSL color Cylindrical-coordinate representation of color #DF66EC: hue angle of 294.18º 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 #DF66EC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 102 | 236 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.07 |
| HSL | 294.18º | 0.78% | 0.66% | - |
| HSV(B) | 294.18º | 0.57% | 0.93% | - |
| XYZ | 50.32 | 31.25 | 82.74 | - |
| YUV | 153.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 236 | 0.06 | 0.57 | 0 | 0.07 | 294.18 | 0.78 | 0.66 |
| Hex | DF | 66 | EC | 6 | 39 | 0 | 7 | 126 | 4E | 42 |
| Octal | 337 | 146 | 354 | 6 | 71 | 0 | 7 | 446 | 116 | 102 |
| Binary | 11011111 | 1100110 | 11101100 | 110 | 111001 | 0 | 111 | 100100110 | 1001110 | 1000010 |
Color Harmonies of #DF66EC
Complementary color
Monochromatic Colors of #DF66EC
Black with #DF66EC
Text Example
Text Example
White with #DF66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66EC; }
p { color: rgb(223,102,236); }
H1.HeaderClassName
{
color: #DF66EC;
}
.AnyTagClassName
{
color: #DF66EC;
}
</style>
background-color css
<style>
a { background-color: #DF66EC; }
a { background-color: rgb(223,102,236); }
div.DivClassName
{
background-color: #DF66EC;
}
.BgClassName
{
background-color: #DF66EC;
}
</style>
border-color css
<style>
span { border-color: #DF66EC; }
span { border-color: rgb(223,102,236); }
td.TdClassName
{
border-color: #DF66EC;
}
.TagClassName
{
border-color: #DF66EC;
}
</style>