Shades of Heliotrope #D16DF1
Tints of Heliotrope #D16DF1
RGB
CMYK
RGB Variations
Color information
#D16DF1 (or 0xD16DF1) is known color: Heliotrope. HEX triplet: D1, 6D and F1. RGB value is (209,109,241). Sum of RGB (Red+Green+Blue) = 209+109+241=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #D16DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16DF1 is #2E920E. Grayscale: #999999. Windows color (decimal): -3052047 or 15822289. OLE color: 15822289.
HSL color Cylindrical-coordinate representation of color #D16DF1: hue angle of 285.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16DF1 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 109 | 241 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.05 |
| HSL | 285.45º | 0.83% | 0.69% | - |
| HSV(B) | 285.45º | 0.55% | 0.95% | - |
| XYZ | 47.64 | 30.84 | 86.66 | - |
| YUV | 153.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 241 | 0.13 | 0.55 | 0 | 0.05 | 285.45 | 0.83 | 0.69 |
| Hex | D1 | 6D | F1 | D | 37 | 0 | 5 | 11D | 52 | 45 |
| Octal | 321 | 155 | 361 | 15 | 67 | 0 | 5 | 435 | 122 | 105 |
| Binary | 11010001 | 1101101 | 11110001 | 1101 | 110111 | 0 | 101 | 100011101 | 1010010 | 1000101 |
Color Harmonies of #D16DF1
Complementary color
Monochromatic Colors of #D16DF1
Black with #D16DF1
Text Example
Text Example
White with #D16DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DF1; }
p { color: rgb(209,109,241); }
H1.HeaderClassName
{
color: #D16DF1;
}
.AnyTagClassName
{
color: #D16DF1;
}
</style>
background-color css
<style>
a { background-color: #D16DF1; }
a { background-color: rgb(209,109,241); }
div.DivClassName
{
background-color: #D16DF1;
}
.BgClassName
{
background-color: #D16DF1;
}
</style>
border-color css
<style>
span { border-color: #D16DF1; }
span { border-color: rgb(209,109,241); }
td.TdClassName
{
border-color: #D16DF1;
}
.TagClassName
{
border-color: #D16DF1;
}
</style>