Shades of Heliotrope #D971F6
Tints of Heliotrope #D971F6
RGB
CMYK
RGB Variations
Color information
#D971F6 (or 0xD971F6) is known color: Heliotrope. HEX triplet: D9, 71 and F6. RGB value is (217,113,246). Sum of RGB (Red+Green+Blue) = 217+113+246=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #D971F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971F6 is #268E09. Grayscale: #9E9E9E. Windows color (decimal): -2526730 or 16151001. OLE color: 16151001.
HSL color Cylindrical-coordinate representation of color #D971F6: hue angle of 286.92º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D971F6 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 113 | 246 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.04 |
| HSL | 286.92º | 0.88% | 0.7% | - |
| HSV(B) | 286.92º | 0.54% | 0.96% | - |
| XYZ | 51.15 | 33.22 | 90.9 | - |
| YUV | 159.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 246 | 0.12 | 0.54 | 0 | 0.04 | 286.92 | 0.88 | 0.7 |
| Hex | D9 | 71 | F6 | C | 36 | 0 | 4 | 11F | 58 | 46 |
| Octal | 331 | 161 | 366 | 14 | 66 | 0 | 4 | 437 | 130 | 106 |
| Binary | 11011001 | 1110001 | 11110110 | 1100 | 110110 | 0 | 100 | 100011111 | 1011000 | 1000110 |
Color Harmonies of #D971F6
Complementary color
Monochromatic Colors of #D971F6
Black with #D971F6
Text Example
Text Example
White with #D971F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971F6; }
p { color: rgb(217,113,246); }
H1.HeaderClassName
{
color: #D971F6;
}
.AnyTagClassName
{
color: #D971F6;
}
</style>
background-color css
<style>
a { background-color: #D971F6; }
a { background-color: rgb(217,113,246); }
div.DivClassName
{
background-color: #D971F6;
}
.BgClassName
{
background-color: #D971F6;
}
</style>
border-color css
<style>
span { border-color: #D971F6; }
span { border-color: rgb(217,113,246); }
td.TdClassName
{
border-color: #D971F6;
}
.TagClassName
{
border-color: #D971F6;
}
</style>