Shades of Heliotrope #DF7CF7
Tints of Heliotrope #DF7CF7
RGB
CMYK
RGB Variations
Color information
#DF7CF7 (or 0xDF7CF7) is known color: Heliotrope. HEX triplet: DF, 7C and F7. RGB value is (223,124,247). Sum of RGB (Red+Green+Blue) = 223+124+247=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF7CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7CF7 is #208308. Grayscale: #A7A7A7. Windows color (decimal): -2130697 or 16219359. OLE color: 16219359.
HSL color Cylindrical-coordinate representation of color #DF7CF7: hue angle of 288.29º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7CF7 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 124 | 247 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.03 |
| HSL | 288.29º | 0.88% | 0.73% | - |
| HSV(B) | 288.29º | 0.5% | 0.97% | - |
| XYZ | 54.43 | 36.82 | 92.23 | - |
| YUV | 167.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 247 | 0.10 | 0.50 | 0 | 0.03 | 288.29 | 0.88 | 0.73 |
| Hex | DF | 7C | F7 | A | 32 | 0 | 3 | 120 | 58 | 49 |
| Octal | 337 | 174 | 367 | 12 | 62 | 0 | 3 | 440 | 130 | 111 |
| Binary | 11011111 | 1111100 | 11110111 | 1010 | 110010 | 0 | 11 | 100100000 | 1011000 | 1001001 |
Color Harmonies of #DF7CF7
Complementary color
Monochromatic Colors of #DF7CF7
Black with #DF7CF7
Text Example
Text Example
White with #DF7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CF7; }
p { color: rgb(223,124,247); }
H1.HeaderClassName
{
color: #DF7CF7;
}
.AnyTagClassName
{
color: #DF7CF7;
}
</style>
background-color css
<style>
a { background-color: #DF7CF7; }
a { background-color: rgb(223,124,247); }
div.DivClassName
{
background-color: #DF7CF7;
}
.BgClassName
{
background-color: #DF7CF7;
}
</style>
border-color css
<style>
span { border-color: #DF7CF7; }
span { border-color: rgb(223,124,247); }
td.TdClassName
{
border-color: #DF7CF7;
}
.TagClassName
{
border-color: #DF7CF7;
}
</style>