Shades of Heliotrope #DF5EF0
Tints of Heliotrope #DF5EF0
RGB
CMYK
RGB Variations
Color information
#DF5EF0 (or 0xDF5EF0) is known color: Heliotrope. HEX triplet: DF, 5E and F0. RGB value is (223,94,240). Sum of RGB (Red+Green+Blue) = 223+94+240=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF5EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5EF0 is #20A10F. Grayscale: #949494. Windows color (decimal): -2138384 or 15752927. OLE color: 15752927.
HSL color Cylindrical-coordinate representation of color #DF5EF0: hue angle of 293.01º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5EF0 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 94 | 240 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.06 |
| HSL | 293.01º | 0.83% | 0.65% | - |
| HSV(B) | 293.01º | 0.61% | 0.94% | - |
| XYZ | 50.16 | 29.98 | 85.58 | - |
| YUV | 149.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 240 | 0.07 | 0.61 | 0 | 0.06 | 293.01 | 0.83 | 0.65 |
| Hex | DF | 5E | F0 | 7 | 3D | 0 | 6 | 125 | 53 | 41 |
| Octal | 337 | 136 | 360 | 7 | 75 | 0 | 6 | 445 | 123 | 101 |
| Binary | 11011111 | 1011110 | 11110000 | 111 | 111101 | 0 | 110 | 100100101 | 1010011 | 1000001 |
Color Harmonies of #DF5EF0
Complementary color
Monochromatic Colors of #DF5EF0
Black with #DF5EF0
Text Example
Text Example
White with #DF5EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5EF0; }
p { color: rgb(223,94,240); }
H1.HeaderClassName
{
color: #DF5EF0;
}
.AnyTagClassName
{
color: #DF5EF0;
}
</style>
background-color css
<style>
a { background-color: #DF5EF0; }
a { background-color: rgb(223,94,240); }
div.DivClassName
{
background-color: #DF5EF0;
}
.BgClassName
{
background-color: #DF5EF0;
}
</style>
border-color css
<style>
span { border-color: #DF5EF0; }
span { border-color: rgb(223,94,240); }
td.TdClassName
{
border-color: #DF5EF0;
}
.TagClassName
{
border-color: #DF5EF0;
}
</style>