Shades of Heliotrope #D161FF
Tints of Heliotrope #D161FF
RGB
CMYK
RGB Variations
Color information
#D161FF (or 0xD161FF) is known color: Heliotrope. HEX triplet: D1, 61 and FF. RGB value is (209,97,255). Sum of RGB (Red+Green+Blue) = 209+97+255=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D161FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161FF is #2E9E00. Grayscale: #939393. Windows color (decimal): -3055105 or 16736721. OLE color: 16736721.
HSL color Cylindrical-coordinate representation of color #D161FF: hue angle of 282.53º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D161FF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 97 | 255 | - |
| CMYK | 0.18 | 0.62 | 0 | 0 |
| HSL | 282.53º | 1% | 0.69% | - |
| HSV(B) | 282.53º | 0.62% | 1% | - |
| XYZ | 48.62 | 29.32 | 97.71 | - |
| YUV | 148.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 255 | 0.18 | 0.62 | 0 | 0 | 282.53 | 1 | 0.69 |
| Hex | D1 | 61 | FF | 12 | 3E | 0 | 0 | 11B | 64 | 45 |
| Octal | 321 | 141 | 377 | 22 | 76 | 0 | 0 | 433 | 144 | 105 |
| Binary | 11010001 | 1100001 | 11111111 | 10010 | 111110 | 0 | 0 | 100011011 | 1100100 | 1000101 |
Color Harmonies of #D161FF
Complementary color
Monochromatic Colors of #D161FF
Black with #D161FF
Text Example
Text Example
White with #D161FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D161FF; }
p { color: rgb(209,97,255); }
H1.HeaderClassName
{
color: #D161FF;
}
.AnyTagClassName
{
color: #D161FF;
}
</style>
background-color css
<style>
a { background-color: #D161FF; }
a { background-color: rgb(209,97,255); }
div.DivClassName
{
background-color: #D161FF;
}
.BgClassName
{
background-color: #D161FF;
}
</style>
border-color css
<style>
span { border-color: #D161FF; }
span { border-color: rgb(209,97,255); }
td.TdClassName
{
border-color: #D161FF;
}
.TagClassName
{
border-color: #D161FF;
}
</style>