Shades of Heliotrope #DF72F0
Tints of Heliotrope #DF72F0
RGB
CMYK
RGB Variations
Color information
#DF72F0 (or 0xDF72F0) is known color: Heliotrope. HEX triplet: DF, 72 and F0. RGB value is (223,114,240). Sum of RGB (Red+Green+Blue) = 223+114+240=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72F0 is #208D0F. Grayscale: #A0A0A0. Windows color (decimal): -2133264 or 15758047. OLE color: 15758047.
HSL color Cylindrical-coordinate representation of color #DF72F0: hue angle of 291.9º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF72F0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 114 | 240 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.06 |
| HSL | 291.9º | 0.81% | 0.69% | - |
| HSV(B) | 291.9º | 0.53% | 0.94% | - |
| XYZ | 52.18 | 34.01 | 86.25 | - |
| YUV | 160.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 240 | 0.07 | 0.52 | 0 | 0.06 | 291.9 | 0.81 | 0.69 |
| Hex | DF | 72 | F0 | 7 | 34 | 0 | 6 | 124 | 51 | 45 |
| Octal | 337 | 162 | 360 | 7 | 64 | 0 | 6 | 444 | 121 | 105 |
| Binary | 11011111 | 1110010 | 11110000 | 111 | 110100 | 0 | 110 | 100100100 | 1010001 | 1000101 |
Color Harmonies of #DF72F0
Complementary color
Monochromatic Colors of #DF72F0
Black with #DF72F0
Text Example
Text Example
White with #DF72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72F0; }
p { color: rgb(223,114,240); }
H1.HeaderClassName
{
color: #DF72F0;
}
.AnyTagClassName
{
color: #DF72F0;
}
</style>
background-color css
<style>
a { background-color: #DF72F0; }
a { background-color: rgb(223,114,240); }
div.DivClassName
{
background-color: #DF72F0;
}
.BgClassName
{
background-color: #DF72F0;
}
</style>
border-color css
<style>
span { border-color: #DF72F0; }
span { border-color: rgb(223,114,240); }
td.TdClassName
{
border-color: #DF72F0;
}
.TagClassName
{
border-color: #DF72F0;
}
</style>