Shades of Heliotrope #D16FEF
Tints of Heliotrope #D16FEF
RGB
CMYK
RGB Variations
Color information
#D16FEF (or 0xD16FEF) is known color: Heliotrope. HEX triplet: D1, 6F and EF. RGB value is (209,111,239). Sum of RGB (Red+Green+Blue) = 209+111+239=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #D16FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FEF is #2E9010. Grayscale: #9A9A9A. Windows color (decimal): -3051537 or 15691729. OLE color: 15691729.
HSL color Cylindrical-coordinate representation of color #D16FEF: hue angle of 285.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16FEF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 111 | 239 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.06 |
| HSL | 285.94º | 0.8% | 0.69% | - |
| HSV(B) | 285.94º | 0.54% | 0.94% | - |
| XYZ | 47.56 | 31.16 | 85.17 | - |
| YUV | 154.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 239 | 0.13 | 0.54 | 0 | 0.06 | 285.94 | 0.8 | 0.69 |
| Hex | D1 | 6F | EF | D | 36 | 0 | 6 | 11E | 50 | 45 |
| Octal | 321 | 157 | 357 | 15 | 66 | 0 | 6 | 436 | 120 | 105 |
| Binary | 11010001 | 1101111 | 11101111 | 1101 | 110110 | 0 | 110 | 100011110 | 1010000 | 1000101 |
Color Harmonies of #D16FEF
Complementary color
Monochromatic Colors of #D16FEF
Black with #D16FEF
Text Example
Text Example
White with #D16FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FEF; }
p { color: rgb(209,111,239); }
H1.HeaderClassName
{
color: #D16FEF;
}
.AnyTagClassName
{
color: #D16FEF;
}
</style>
background-color css
<style>
a { background-color: #D16FEF; }
a { background-color: rgb(209,111,239); }
div.DivClassName
{
background-color: #D16FEF;
}
.BgClassName
{
background-color: #D16FEF;
}
</style>
border-color css
<style>
span { border-color: #D16FEF; }
span { border-color: rgb(209,111,239); }
td.TdClassName
{
border-color: #D16FEF;
}
.TagClassName
{
border-color: #D16FEF;
}
</style>