Shades of Heliotrope #DF71F7
Tints of Heliotrope #DF71F7
RGB
CMYK
RGB Variations
Color information
#DF71F7 (or 0xDF71F7) is known color: Heliotrope. HEX triplet: DF, 71 and F7. RGB value is (223,113,247). Sum of RGB (Red+Green+Blue) = 223+113+247=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF71F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71F7 is #208E08. Grayscale: #A0A0A0. Windows color (decimal): -2133513 or 16216543. OLE color: 16216543.
HSL color Cylindrical-coordinate representation of color #DF71F7: hue angle of 289.25º 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 #DF71F7 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 113 | 247 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.03 |
| HSL | 289.25º | 0.89% | 0.71% | - |
| HSV(B) | 289.25º | 0.54% | 0.97% | - |
| XYZ | 53.13 | 34.21 | 91.8 | - |
| YUV | 161.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 247 | 0.10 | 0.54 | 0 | 0.03 | 289.25 | 0.89 | 0.71 |
| Hex | DF | 71 | F7 | A | 36 | 0 | 3 | 121 | 59 | 47 |
| Octal | 337 | 161 | 367 | 12 | 66 | 0 | 3 | 441 | 131 | 107 |
| Binary | 11011111 | 1110001 | 11110111 | 1010 | 110110 | 0 | 11 | 100100001 | 1011001 | 1000111 |
Color Harmonies of #DF71F7
Complementary color
Monochromatic Colors of #DF71F7
Black with #DF71F7
Text Example
Text Example
White with #DF71F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71F7; }
p { color: rgb(223,113,247); }
H1.HeaderClassName
{
color: #DF71F7;
}
.AnyTagClassName
{
color: #DF71F7;
}
</style>
background-color css
<style>
a { background-color: #DF71F7; }
a { background-color: rgb(223,113,247); }
div.DivClassName
{
background-color: #DF71F7;
}
.BgClassName
{
background-color: #DF71F7;
}
</style>
border-color css
<style>
span { border-color: #DF71F7; }
span { border-color: rgb(223,113,247); }
td.TdClassName
{
border-color: #DF71F7;
}
.TagClassName
{
border-color: #DF71F7;
}
</style>