Shades of Heliotrope #DF66EF
Tints of Heliotrope #DF66EF
RGB
CMYK
RGB Variations
Color information
#DF66EF (or 0xDF66EF) is known color: Heliotrope. HEX triplet: DF, 66 and EF. RGB value is (223,102,239). Sum of RGB (Red+Green+Blue) = 223+102+239=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66EF is #209910. Grayscale: #999999. Windows color (decimal): -2136337 or 15689439. OLE color: 15689439.
HSL color Cylindrical-coordinate representation of color #DF66EF: hue angle of 292.99º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF66EF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 102 | 239 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.06 |
| HSL | 292.99º | 0.81% | 0.67% | - |
| HSV(B) | 292.99º | 0.57% | 0.94% | - |
| XYZ | 50.76 | 31.42 | 85.05 | - |
| YUV | 153.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 239 | 0.07 | 0.57 | 0 | 0.06 | 292.99 | 0.81 | 0.67 |
| Hex | DF | 66 | EF | 7 | 39 | 0 | 6 | 125 | 51 | 43 |
| Octal | 337 | 146 | 357 | 7 | 71 | 0 | 6 | 445 | 121 | 103 |
| Binary | 11011111 | 1100110 | 11101111 | 111 | 111001 | 0 | 110 | 100100101 | 1010001 | 1000011 |
Color Harmonies of #DF66EF
Complementary color
Monochromatic Colors of #DF66EF
Black with #DF66EF
Text Example
Text Example
White with #DF66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66EF; }
p { color: rgb(223,102,239); }
H1.HeaderClassName
{
color: #DF66EF;
}
.AnyTagClassName
{
color: #DF66EF;
}
</style>
background-color css
<style>
a { background-color: #DF66EF; }
a { background-color: rgb(223,102,239); }
div.DivClassName
{
background-color: #DF66EF;
}
.BgClassName
{
background-color: #DF66EF;
}
</style>
border-color css
<style>
span { border-color: #DF66EF; }
span { border-color: rgb(223,102,239); }
td.TdClassName
{
border-color: #DF66EF;
}
.TagClassName
{
border-color: #DF66EF;
}
</style>