Shades of Heliotrope #D16DEB
Tints of Heliotrope #D16DEB
RGB
CMYK
RGB Variations
Color information
#D16DEB (or 0xD16DEB) is known color: Heliotrope. HEX triplet: D1, 6D and EB. RGB value is (209,109,235). Sum of RGB (Red+Green+Blue) = 209+109+235=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #D16DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16DEB is #2E9214. Grayscale: #989898. Windows color (decimal): -3052053 or 15429073. OLE color: 15429073.
HSL color Cylindrical-coordinate representation of color #D16DEB: hue angle of 287.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16DEB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 109 | 235 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.08 |
| HSL | 287.62º | 0.76% | 0.67% | - |
| HSV(B) | 287.62º | 0.54% | 0.92% | - |
| XYZ | 46.76 | 30.49 | 82.02 | - |
| YUV | 153.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 235 | 0.11 | 0.54 | 0 | 0.08 | 287.62 | 0.76 | 0.67 |
| Hex | D1 | 6D | EB | B | 36 | 0 | 8 | 120 | 4C | 43 |
| Octal | 321 | 155 | 353 | 13 | 66 | 0 | 10 | 440 | 114 | 103 |
| Binary | 11010001 | 1101101 | 11101011 | 1011 | 110110 | 0 | 1000 | 100100000 | 1001100 | 1000011 |
Color Harmonies of #D16DEB
Complementary color
Monochromatic Colors of #D16DEB
Black with #D16DEB
Text Example
Text Example
White with #D16DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DEB; }
p { color: rgb(209,109,235); }
H1.HeaderClassName
{
color: #D16DEB;
}
.AnyTagClassName
{
color: #D16DEB;
}
</style>
background-color css
<style>
a { background-color: #D16DEB; }
a { background-color: rgb(209,109,235); }
div.DivClassName
{
background-color: #D16DEB;
}
.BgClassName
{
background-color: #D16DEB;
}
</style>
border-color css
<style>
span { border-color: #D16DEB; }
span { border-color: rgb(209,109,235); }
td.TdClassName
{
border-color: #D16DEB;
}
.TagClassName
{
border-color: #D16DEB;
}
</style>