Shades of Heliotrope #D16DEC
Tints of Heliotrope #D16DEC
RGB
CMYK
RGB Variations
Color information
#D16DEC (or 0xD16DEC) is known color: Heliotrope. HEX triplet: D1, 6D and EC. RGB value is (209,109,236). Sum of RGB (Red+Green+Blue) = 209+109+236=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #D16DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16DEC is #2E9213. Grayscale: #989898. Windows color (decimal): -3052052 or 15494609. OLE color: 15494609.
HSL color Cylindrical-coordinate representation of color #D16DEC: hue angle of 287.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16DEC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 109 | 236 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.07 |
| HSL | 287.24º | 0.77% | 0.68% | - |
| HSV(B) | 287.24º | 0.54% | 0.93% | - |
| XYZ | 46.9 | 30.55 | 82.78 | - |
| YUV | 153.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 236 | 0.11 | 0.54 | 0 | 0.07 | 287.24 | 0.77 | 0.68 |
| Hex | D1 | 6D | EC | B | 36 | 0 | 7 | 11F | 4D | 44 |
| Octal | 321 | 155 | 354 | 13 | 66 | 0 | 7 | 437 | 115 | 104 |
| Binary | 11010001 | 1101101 | 11101100 | 1011 | 110110 | 0 | 111 | 100011111 | 1001101 | 1000100 |
Color Harmonies of #D16DEC
Complementary color
Monochromatic Colors of #D16DEC
Black with #D16DEC
Text Example
Text Example
White with #D16DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DEC; }
p { color: rgb(209,109,236); }
H1.HeaderClassName
{
color: #D16DEC;
}
.AnyTagClassName
{
color: #D16DEC;
}
</style>
background-color css
<style>
a { background-color: #D16DEC; }
a { background-color: rgb(209,109,236); }
div.DivClassName
{
background-color: #D16DEC;
}
.BgClassName
{
background-color: #D16DEC;
}
</style>
border-color css
<style>
span { border-color: #D16DEC; }
span { border-color: rgb(209,109,236); }
td.TdClassName
{
border-color: #D16DEC;
}
.TagClassName
{
border-color: #D16DEC;
}
</style>