Shades of Heliotrope #D971F7
Tints of Heliotrope #D971F7
RGB
CMYK
RGB Variations
Color information
#D971F7 (or 0xD971F7) is known color: Heliotrope. HEX triplet: D9, 71 and F7. RGB value is (217,113,247). Sum of RGB (Red+Green+Blue) = 217+113+247=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #D971F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971F7 is #268E08. Grayscale: #9E9E9E. Windows color (decimal): -2526729 or 16216537. OLE color: 16216537.
HSL color Cylindrical-coordinate representation of color #D971F7: hue angle of 286.57º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D971F7 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 113 | 247 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.03 |
| HSL | 286.57º | 0.89% | 0.71% | - |
| HSV(B) | 286.57º | 0.54% | 0.97% | - |
| XYZ | 51.31 | 33.28 | 91.71 | - |
| YUV | 159.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 247 | 0.12 | 0.54 | 0 | 0.03 | 286.57 | 0.89 | 0.71 |
| Hex | D9 | 71 | F7 | C | 36 | 0 | 3 | 11F | 59 | 47 |
| Octal | 331 | 161 | 367 | 14 | 66 | 0 | 3 | 437 | 131 | 107 |
| Binary | 11011001 | 1110001 | 11110111 | 1100 | 110110 | 0 | 11 | 100011111 | 1011001 | 1000111 |
Color Harmonies of #D971F7
Complementary color
Monochromatic Colors of #D971F7
Black with #D971F7
Text Example
Text Example
White with #D971F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971F7; }
p { color: rgb(217,113,247); }
H1.HeaderClassName
{
color: #D971F7;
}
.AnyTagClassName
{
color: #D971F7;
}
</style>
background-color css
<style>
a { background-color: #D971F7; }
a { background-color: rgb(217,113,247); }
div.DivClassName
{
background-color: #D971F7;
}
.BgClassName
{
background-color: #D971F7;
}
</style>
border-color css
<style>
span { border-color: #D971F7; }
span { border-color: rgb(217,113,247); }
td.TdClassName
{
border-color: #D971F7;
}
.TagClassName
{
border-color: #D971F7;
}
</style>