Shades of Heliotrope #D16DFA
Tints of Heliotrope #D16DFA
RGB
CMYK
RGB Variations
Color information
#D16DFA (or 0xD16DFA) is known color: Heliotrope. HEX triplet: D1, 6D and FA. RGB value is (209,109,250). Sum of RGB (Red+Green+Blue) = 209+109+250=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #D16DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16DFA is #2E9205. Grayscale: #9A9A9A. Windows color (decimal): -3052038 or 16412113. OLE color: 16412113.
HSL color Cylindrical-coordinate representation of color #D16DFA: hue angle of 282.55º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16DFA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 109 | 250 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.02 |
| HSL | 282.55º | 0.93% | 0.7% | - |
| HSV(B) | 282.55º | 0.56% | 0.98% | - |
| XYZ | 49.02 | 31.39 | 93.92 | - |
| YUV | 154.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 250 | 0.16 | 0.56 | 0 | 0.02 | 282.55 | 0.93 | 0.7 |
| Hex | D1 | 6D | FA | 10 | 38 | 0 | 2 | 11B | 5D | 46 |
| Octal | 321 | 155 | 372 | 20 | 70 | 0 | 2 | 433 | 135 | 106 |
| Binary | 11010001 | 1101101 | 11111010 | 10000 | 111000 | 0 | 10 | 100011011 | 1011101 | 1000110 |
Color Harmonies of #D16DFA
Complementary color
Monochromatic Colors of #D16DFA
Black with #D16DFA
Text Example
Text Example
White with #D16DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DFA; }
p { color: rgb(209,109,250); }
H1.HeaderClassName
{
color: #D16DFA;
}
.AnyTagClassName
{
color: #D16DFA;
}
</style>
background-color css
<style>
a { background-color: #D16DFA; }
a { background-color: rgb(209,109,250); }
div.DivClassName
{
background-color: #D16DFA;
}
.BgClassName
{
background-color: #D16DFA;
}
</style>
border-color css
<style>
span { border-color: #D16DFA; }
span { border-color: rgb(209,109,250); }
td.TdClassName
{
border-color: #D16DFA;
}
.TagClassName
{
border-color: #D16DFA;
}
</style>