Shades of Heliotrope #D16AEE
Tints of Heliotrope #D16AEE
RGB
CMYK
RGB Variations
Color information
#D16AEE (or 0xD16AEE) is known color: Heliotrope. HEX triplet: D1, 6A and EE. RGB value is (209,106,238). Sum of RGB (Red+Green+Blue) = 209+106+238=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #D16AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AEE is #2E9511. Grayscale: #979797. Windows color (decimal): -3052818 or 15624913. OLE color: 15624913.
HSL color Cylindrical-coordinate representation of color #D16AEE: hue angle of 286.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16AEE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 106 | 238 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 286.82º | 0.8% | 0.67% | - |
| HSV(B) | 286.82º | 0.55% | 0.93% | - |
| XYZ | 46.88 | 30.04 | 84.22 | - |
| YUV | 151.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 238 | 0.12 | 0.55 | 0 | 0.07 | 286.82 | 0.8 | 0.67 |
| Hex | D1 | 6A | EE | C | 37 | 0 | 7 | 11F | 50 | 43 |
| Octal | 321 | 152 | 356 | 14 | 67 | 0 | 7 | 437 | 120 | 103 |
| Binary | 11010001 | 1101010 | 11101110 | 1100 | 110111 | 0 | 111 | 100011111 | 1010000 | 1000011 |
Color Harmonies of #D16AEE
Complementary color
Monochromatic Colors of #D16AEE
Black with #D16AEE
Text Example
Text Example
White with #D16AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AEE; }
p { color: rgb(209,106,238); }
H1.HeaderClassName
{
color: #D16AEE;
}
.AnyTagClassName
{
color: #D16AEE;
}
</style>
background-color css
<style>
a { background-color: #D16AEE; }
a { background-color: rgb(209,106,238); }
div.DivClassName
{
background-color: #D16AEE;
}
.BgClassName
{
background-color: #D16AEE;
}
</style>
border-color css
<style>
span { border-color: #D16AEE; }
span { border-color: rgb(209,106,238); }
td.TdClassName
{
border-color: #D16AEE;
}
.TagClassName
{
border-color: #D16AEE;
}
</style>