Shades of Heliotrope #D16FEB
Tints of Heliotrope #D16FEB
RGB
CMYK
RGB Variations
Color information
#D16FEB (or 0xD16FEB) is known color: Heliotrope. HEX triplet: D1, 6F and EB. RGB value is (209,111,235). Sum of RGB (Red+Green+Blue) = 209+111+235=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #D16FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FEB is #2E9014. Grayscale: #9A9A9A. Windows color (decimal): -3051541 or 15429585. OLE color: 15429585.
HSL color Cylindrical-coordinate representation of color #D16FEB: hue angle of 287.42º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16FEB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 111 | 235 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.08 |
| HSL | 287.42º | 0.76% | 0.68% | - |
| HSV(B) | 287.42º | 0.53% | 0.92% | - |
| XYZ | 46.97 | 30.92 | 82.09 | - |
| YUV | 154.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 235 | 0.11 | 0.53 | 0 | 0.08 | 287.42 | 0.76 | 0.68 |
| Hex | D1 | 6F | EB | B | 35 | 0 | 8 | 11F | 4C | 44 |
| Octal | 321 | 157 | 353 | 13 | 65 | 0 | 10 | 437 | 114 | 104 |
| Binary | 11010001 | 1101111 | 11101011 | 1011 | 110101 | 0 | 1000 | 100011111 | 1001100 | 1000100 |
Color Harmonies of #D16FEB
Complementary color
Monochromatic Colors of #D16FEB
Black with #D16FEB
Text Example
Text Example
White with #D16FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FEB; }
p { color: rgb(209,111,235); }
H1.HeaderClassName
{
color: #D16FEB;
}
.AnyTagClassName
{
color: #D16FEB;
}
</style>
background-color css
<style>
a { background-color: #D16FEB; }
a { background-color: rgb(209,111,235); }
div.DivClassName
{
background-color: #D16FEB;
}
.BgClassName
{
background-color: #D16FEB;
}
</style>
border-color css
<style>
span { border-color: #D16FEB; }
span { border-color: rgb(209,111,235); }
td.TdClassName
{
border-color: #D16FEB;
}
.TagClassName
{
border-color: #D16FEB;
}
</style>