Shades of Heliotrope #DF72F7
Tints of Heliotrope #DF72F7
RGB
CMYK
RGB Variations
Color information
#DF72F7 (or 0xDF72F7) is known color: Heliotrope. HEX triplet: DF, 72 and F7. RGB value is (223,114,247). Sum of RGB (Red+Green+Blue) = 223+114+247=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF72F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72F7 is #208D08. Grayscale: #A1A1A1. Windows color (decimal): -2133257 or 16216799. OLE color: 16216799.
HSL color Cylindrical-coordinate representation of color #DF72F7: hue angle of 289.17º 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 #DF72F7 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 114 | 247 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.03 |
| HSL | 289.17º | 0.89% | 0.71% | - |
| HSV(B) | 289.17º | 0.54% | 0.97% | - |
| XYZ | 53.24 | 34.44 | 91.84 | - |
| YUV | 161.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 247 | 0.10 | 0.54 | 0 | 0.03 | 289.17 | 0.89 | 0.71 |
| Hex | DF | 72 | F7 | A | 36 | 0 | 3 | 121 | 59 | 47 |
| Octal | 337 | 162 | 367 | 12 | 66 | 0 | 3 | 441 | 131 | 107 |
| Binary | 11011111 | 1110010 | 11110111 | 1010 | 110110 | 0 | 11 | 100100001 | 1011001 | 1000111 |
Color Harmonies of #DF72F7
Complementary color
Monochromatic Colors of #DF72F7
Black with #DF72F7
Text Example
Text Example
White with #DF72F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72F7; }
p { color: rgb(223,114,247); }
H1.HeaderClassName
{
color: #DF72F7;
}
.AnyTagClassName
{
color: #DF72F7;
}
</style>
background-color css
<style>
a { background-color: #DF72F7; }
a { background-color: rgb(223,114,247); }
div.DivClassName
{
background-color: #DF72F7;
}
.BgClassName
{
background-color: #DF72F7;
}
</style>
border-color css
<style>
span { border-color: #DF72F7; }
span { border-color: rgb(223,114,247); }
td.TdClassName
{
border-color: #DF72F7;
}
.TagClassName
{
border-color: #DF72F7;
}
</style>