Shades of Heliotrope #D16FF2
Tints of Heliotrope #D16FF2
RGB
CMYK
RGB Variations
Color information
#D16FF2 (or 0xD16FF2) is known color: Heliotrope. HEX triplet: D1, 6F and F2. RGB value is (209,111,242). Sum of RGB (Red+Green+Blue) = 209+111+242=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #D16FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FF2 is #2E900D. Grayscale: #9A9A9A. Windows color (decimal): -3051534 or 15888337. OLE color: 15888337.
HSL color Cylindrical-coordinate representation of color #D16FF2: hue angle of 284.89º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16FF2 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 111 | 242 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.05 |
| HSL | 284.89º | 0.83% | 0.69% | - |
| HSV(B) | 284.89º | 0.54% | 0.95% | - |
| XYZ | 48.01 | 31.33 | 87.52 | - |
| YUV | 155.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 242 | 0.14 | 0.54 | 0 | 0.05 | 284.89 | 0.83 | 0.69 |
| Hex | D1 | 6F | F2 | E | 36 | 0 | 5 | 11D | 53 | 45 |
| Octal | 321 | 157 | 362 | 16 | 66 | 0 | 5 | 435 | 123 | 105 |
| Binary | 11010001 | 1101111 | 11110010 | 1110 | 110110 | 0 | 101 | 100011101 | 1010011 | 1000101 |
Color Harmonies of #D16FF2
Complementary color
Monochromatic Colors of #D16FF2
Black with #D16FF2
Text Example
Text Example
White with #D16FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FF2; }
p { color: rgb(209,111,242); }
H1.HeaderClassName
{
color: #D16FF2;
}
.AnyTagClassName
{
color: #D16FF2;
}
</style>
background-color css
<style>
a { background-color: #D16FF2; }
a { background-color: rgb(209,111,242); }
div.DivClassName
{
background-color: #D16FF2;
}
.BgClassName
{
background-color: #D16FF2;
}
</style>
border-color css
<style>
span { border-color: #D16FF2; }
span { border-color: rgb(209,111,242); }
td.TdClassName
{
border-color: #D16FF2;
}
.TagClassName
{
border-color: #D16FF2;
}
</style>