Shades of Heliotrope #D16AED
Tints of Heliotrope #D16AED
RGB
CMYK
RGB Variations
Color information
#D16AED (or 0xD16AED) is known color: Heliotrope. HEX triplet: D1, 6A and ED. RGB value is (209,106,237). Sum of RGB (Red+Green+Blue) = 209+106+237=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D16AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AED is #2E9512. Grayscale: #979797. Windows color (decimal): -3052819 or 15559377. OLE color: 15559377.
HSL color Cylindrical-coordinate representation of color #D16AED: hue angle of 287.18º degrees, saturation: 0.78, 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 #D16AED is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 106 | 237 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 287.18º | 0.78% | 0.67% | - |
| HSV(B) | 287.18º | 0.55% | 0.93% | - |
| XYZ | 46.73 | 29.98 | 83.44 | - |
| YUV | 151.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 237 | 0.12 | 0.55 | 0 | 0.07 | 287.18 | 0.78 | 0.67 |
| Hex | D1 | 6A | ED | C | 37 | 0 | 7 | 11F | 4E | 43 |
| Octal | 321 | 152 | 355 | 14 | 67 | 0 | 7 | 437 | 116 | 103 |
| Binary | 11010001 | 1101010 | 11101101 | 1100 | 110111 | 0 | 111 | 100011111 | 1001110 | 1000011 |
Color Harmonies of #D16AED
Complementary color
Monochromatic Colors of #D16AED
Black with #D16AED
Text Example
Text Example
White with #D16AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AED; }
p { color: rgb(209,106,237); }
H1.HeaderClassName
{
color: #D16AED;
}
.AnyTagClassName
{
color: #D16AED;
}
</style>
background-color css
<style>
a { background-color: #D16AED; }
a { background-color: rgb(209,106,237); }
div.DivClassName
{
background-color: #D16AED;
}
.BgClassName
{
background-color: #D16AED;
}
</style>
border-color css
<style>
span { border-color: #D16AED; }
span { border-color: rgb(209,106,237); }
td.TdClassName
{
border-color: #D16AED;
}
.TagClassName
{
border-color: #D16AED;
}
</style>