Shades of Heliotrope #DF5EFF
Tints of Heliotrope #DF5EFF
RGB
CMYK
RGB Variations
Color information
#DF5EFF (or 0xDF5EFF) is known color: Heliotrope. HEX triplet: DF, 5E and FF. RGB value is (223,94,255). Sum of RGB (Red+Green+Blue) = 223+94+255=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 94 (37.11% from 255 or 16.43% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5EFF is #20A100. Grayscale: #969696. Windows color (decimal): -2138369 or 16735967. OLE color: 16735967.
HSL color Cylindrical-coordinate representation of color #DF5EFF: hue angle of 288.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5EFF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 94 | 255 | - |
| CMYK | 0.13 | 0.63 | 0 | 0 |
| HSL | 288.07º | 1% | 0.68% | - |
| HSV(B) | 288.07º | 0.63% | 1% | - |
| XYZ | 52.48 | 30.91 | 97.81 | - |
| YUV | 150.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 255 | 0.13 | 0.63 | 0 | 0 | 288.07 | 1 | 0.68 |
| Hex | DF | 5E | FF | D | 3F | 0 | 0 | 120 | 64 | 44 |
| Octal | 337 | 136 | 377 | 15 | 77 | 0 | 0 | 440 | 144 | 104 |
| Binary | 11011111 | 1011110 | 11111111 | 1101 | 111111 | 0 | 0 | 100100000 | 1100100 | 1000100 |
Color Harmonies of #DF5EFF
Complementary color
Monochromatic Colors of #DF5EFF
Black with #DF5EFF
Text Example
Text Example
White with #DF5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5EFF; }
p { color: rgb(223,94,255); }
H1.HeaderClassName
{
color: #DF5EFF;
}
.AnyTagClassName
{
color: #DF5EFF;
}
</style>
background-color css
<style>
a { background-color: #DF5EFF; }
a { background-color: rgb(223,94,255); }
div.DivClassName
{
background-color: #DF5EFF;
}
.BgClassName
{
background-color: #DF5EFF;
}
</style>
border-color css
<style>
span { border-color: #DF5EFF; }
span { border-color: rgb(223,94,255); }
td.TdClassName
{
border-color: #DF5EFF;
}
.TagClassName
{
border-color: #DF5EFF;
}
</style>