Shades of Heliotrope #D16FF1
Tints of Heliotrope #D16FF1
RGB
CMYK
RGB Variations
Color information
#D16FF1 (or 0xD16FF1) is known color: Heliotrope. HEX triplet: D1, 6F and F1. RGB value is (209,111,241). Sum of RGB (Red+Green+Blue) = 209+111+241=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #D16FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FF1 is #2E900E. Grayscale: #9A9A9A. Windows color (decimal): -3051535 or 15822801. OLE color: 15822801.
HSL color Cylindrical-coordinate representation of color #D16FF1: hue angle of 285.23º degrees, saturation: 0.82, 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 #D16FF1 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 111 | 241 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.05 |
| HSL | 285.23º | 0.82% | 0.69% | - |
| HSV(B) | 285.23º | 0.54% | 0.95% | - |
| XYZ | 47.86 | 31.28 | 86.73 | - |
| YUV | 155.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 241 | 0.13 | 0.54 | 0 | 0.05 | 285.23 | 0.82 | 0.69 |
| Hex | D1 | 6F | F1 | D | 36 | 0 | 5 | 11D | 52 | 45 |
| Octal | 321 | 157 | 361 | 15 | 66 | 0 | 5 | 435 | 122 | 105 |
| Binary | 11010001 | 1101111 | 11110001 | 1101 | 110110 | 0 | 101 | 100011101 | 1010010 | 1000101 |
Color Harmonies of #D16FF1
Complementary color
Monochromatic Colors of #D16FF1
Black with #D16FF1
Text Example
Text Example
White with #D16FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FF1; }
p { color: rgb(209,111,241); }
H1.HeaderClassName
{
color: #D16FF1;
}
.AnyTagClassName
{
color: #D16FF1;
}
</style>
background-color css
<style>
a { background-color: #D16FF1; }
a { background-color: rgb(209,111,241); }
div.DivClassName
{
background-color: #D16FF1;
}
.BgClassName
{
background-color: #D16FF1;
}
</style>
border-color css
<style>
span { border-color: #D16FF1; }
span { border-color: rgb(209,111,241); }
td.TdClassName
{
border-color: #D16FF1;
}
.TagClassName
{
border-color: #D16FF1;
}
</style>