Shades of Heliotrope #DF72EF
Tints of Heliotrope #DF72EF
RGB
CMYK
RGB Variations
Color information
#DF72EF (or 0xDF72EF) is known color: Heliotrope. HEX triplet: DF, 72 and EF. RGB value is (223,114,239). Sum of RGB (Red+Green+Blue) = 223+114+239=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72EF is #208D10. Grayscale: #A0A0A0. Windows color (decimal): -2133265 or 15692511. OLE color: 15692511.
HSL color Cylindrical-coordinate representation of color #DF72EF: hue angle of 292.32º degrees, saturation: 0.8, 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 #DF72EF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 114 | 239 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.06 |
| HSL | 292.32º | 0.8% | 0.69% | - |
| HSV(B) | 292.32º | 0.52% | 0.94% | - |
| XYZ | 52.03 | 33.95 | 85.47 | - |
| YUV | 160.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 239 | 0.07 | 0.52 | 0 | 0.06 | 292.32 | 0.8 | 0.69 |
| Hex | DF | 72 | EF | 7 | 34 | 0 | 6 | 124 | 50 | 45 |
| Octal | 337 | 162 | 357 | 7 | 64 | 0 | 6 | 444 | 120 | 105 |
| Binary | 11011111 | 1110010 | 11101111 | 111 | 110100 | 0 | 110 | 100100100 | 1010000 | 1000101 |
Color Harmonies of #DF72EF
Complementary color
Monochromatic Colors of #DF72EF
Black with #DF72EF
Text Example
Text Example
White with #DF72EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72EF; }
p { color: rgb(223,114,239); }
H1.HeaderClassName
{
color: #DF72EF;
}
.AnyTagClassName
{
color: #DF72EF;
}
</style>
background-color css
<style>
a { background-color: #DF72EF; }
a { background-color: rgb(223,114,239); }
div.DivClassName
{
background-color: #DF72EF;
}
.BgClassName
{
background-color: #DF72EF;
}
</style>
border-color css
<style>
span { border-color: #DF72EF; }
span { border-color: rgb(223,114,239); }
td.TdClassName
{
border-color: #DF72EF;
}
.TagClassName
{
border-color: #DF72EF;
}
</style>