Shades of Heliotrope #DF50F6
Tints of Heliotrope #DF50F6
RGB
CMYK
RGB Variations
Color information
#DF50F6 (or 0xDF50F6) is known color: Heliotrope. HEX triplet: DF, 50 and F6. RGB value is (223,80,246). Sum of RGB (Red+Green+Blue) = 223+80+246=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF50F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50F6 is #20AF09. Grayscale: #8D8D8D. Windows color (decimal): -2141962 or 16142559. OLE color: 16142559.
HSL color Cylindrical-coordinate representation of color #DF50F6: hue angle of 291.69º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF50F6 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 80 | 246 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.04 |
| HSL | 291.69º | 0.9% | 0.64% | - |
| HSV(B) | 291.69º | 0.67% | 0.96% | - |
| XYZ | 49.93 | 28.08 | 89.98 | - |
| YUV | 141.68 | 186.88 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 246 | 0.09 | 0.67 | 0 | 0.04 | 291.69 | 0.9 | 0.64 |
| Hex | DF | 50 | F6 | 9 | 43 | 0 | 4 | 124 | 5A | 40 |
| Octal | 337 | 120 | 366 | 11 | 103 | 0 | 4 | 444 | 132 | 100 |
| Binary | 11011111 | 1010000 | 11110110 | 1001 | 1000011 | 0 | 100 | 100100100 | 1011010 | 1000000 |
Color Harmonies of #DF50F6
Complementary color
Monochromatic Colors of #DF50F6
Black with #DF50F6
Text Example
Text Example
White with #DF50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50F6; }
p { color: rgb(223,80,246); }
H1.HeaderClassName
{
color: #DF50F6;
}
.AnyTagClassName
{
color: #DF50F6;
}
</style>
background-color css
<style>
a { background-color: #DF50F6; }
a { background-color: rgb(223,80,246); }
div.DivClassName
{
background-color: #DF50F6;
}
.BgClassName
{
background-color: #DF50F6;
}
</style>
border-color css
<style>
span { border-color: #DF50F6; }
span { border-color: rgb(223,80,246); }
td.TdClassName
{
border-color: #DF50F6;
}
.TagClassName
{
border-color: #DF50F6;
}
</style>