Shades of Heliotrope #D16FEE
Tints of Heliotrope #D16FEE
RGB
CMYK
RGB Variations
Color information
#D16FEE (or 0xD16FEE) is known color: Heliotrope. HEX triplet: D1, 6F and EE. RGB value is (209,111,238). Sum of RGB (Red+Green+Blue) = 209+111+238=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #D16FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FEE is #2E9011. Grayscale: #9A9A9A. Windows color (decimal): -3051538 or 15626193. OLE color: 15626193.
HSL color Cylindrical-coordinate representation of color #D16FEE: hue angle of 286.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16FEE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 111 | 238 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.07 |
| HSL | 286.3º | 0.79% | 0.68% | - |
| HSV(B) | 286.3º | 0.53% | 0.93% | - |
| XYZ | 47.41 | 31.1 | 84.39 | - |
| YUV | 154.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 238 | 0.12 | 0.53 | 0 | 0.07 | 286.3 | 0.79 | 0.68 |
| Hex | D1 | 6F | EE | C | 35 | 0 | 7 | 11E | 4F | 44 |
| Octal | 321 | 157 | 356 | 14 | 65 | 0 | 7 | 436 | 117 | 104 |
| Binary | 11010001 | 1101111 | 11101110 | 1100 | 110101 | 0 | 111 | 100011110 | 1001111 | 1000100 |
Color Harmonies of #D16FEE
Complementary color
Monochromatic Colors of #D16FEE
Black with #D16FEE
Text Example
Text Example
White with #D16FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FEE; }
p { color: rgb(209,111,238); }
H1.HeaderClassName
{
color: #D16FEE;
}
.AnyTagClassName
{
color: #D16FEE;
}
</style>
background-color css
<style>
a { background-color: #D16FEE; }
a { background-color: rgb(209,111,238); }
div.DivClassName
{
background-color: #D16FEE;
}
.BgClassName
{
background-color: #D16FEE;
}
</style>
border-color css
<style>
span { border-color: #D16FEE; }
span { border-color: rgb(209,111,238); }
td.TdClassName
{
border-color: #D16FEE;
}
.TagClassName
{
border-color: #D16FEE;
}
</style>