Shades of Heliotrope #D16EEF
Tints of Heliotrope #D16EEF
RGB
CMYK
RGB Variations
Color information
#D16EEF (or 0xD16EEF) is known color: Heliotrope. HEX triplet: D1, 6E and EF. RGB value is (209,110,239). Sum of RGB (Red+Green+Blue) = 209+110+239=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #D16EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EEF is #2E9110. Grayscale: #999999. Windows color (decimal): -3051793 or 15691473. OLE color: 15691473.
HSL color Cylindrical-coordinate representation of color #D16EEF: hue angle of 286.05º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16EEF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 110 | 239 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.06 |
| HSL | 286.05º | 0.8% | 0.68% | - |
| HSV(B) | 286.05º | 0.54% | 0.94% | - |
| XYZ | 47.45 | 30.94 | 85.13 | - |
| YUV | 154.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 239 | 0.13 | 0.54 | 0 | 0.06 | 286.05 | 0.8 | 0.68 |
| Hex | D1 | 6E | EF | D | 36 | 0 | 6 | 11E | 50 | 44 |
| Octal | 321 | 156 | 357 | 15 | 66 | 0 | 6 | 436 | 120 | 104 |
| Binary | 11010001 | 1101110 | 11101111 | 1101 | 110110 | 0 | 110 | 100011110 | 1010000 | 1000100 |
Color Harmonies of #D16EEF
Complementary color
Monochromatic Colors of #D16EEF
Black with #D16EEF
Text Example
Text Example
White with #D16EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EEF; }
p { color: rgb(209,110,239); }
H1.HeaderClassName
{
color: #D16EEF;
}
.AnyTagClassName
{
color: #D16EEF;
}
</style>
background-color css
<style>
a { background-color: #D16EEF; }
a { background-color: rgb(209,110,239); }
div.DivClassName
{
background-color: #D16EEF;
}
.BgClassName
{
background-color: #D16EEF;
}
</style>
border-color css
<style>
span { border-color: #D16EEF; }
span { border-color: rgb(209,110,239); }
td.TdClassName
{
border-color: #D16EEF;
}
.TagClassName
{
border-color: #D16EEF;
}
</style>