Shades of Heliotrope #DF5EF1
Tints of Heliotrope #DF5EF1
RGB
CMYK
RGB Variations
Color information
#DF5EF1 (or 0xDF5EF1) is known color: Heliotrope. HEX triplet: DF, 5E and F1. RGB value is (223,94,241). Sum of RGB (Red+Green+Blue) = 223+94+241=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF5EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5EF1 is #20A10E. Grayscale: #949494. Windows color (decimal): -2138383 or 15818463. OLE color: 15818463.
HSL color Cylindrical-coordinate representation of color #DF5EF1: hue angle of 292.65º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5EF1 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 94 | 241 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.05 |
| HSL | 292.65º | 0.84% | 0.66% | - |
| HSV(B) | 292.65º | 0.61% | 0.95% | - |
| XYZ | 50.31 | 30.04 | 86.37 | - |
| YUV | 149.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 241 | 0.07 | 0.61 | 0 | 0.05 | 292.65 | 0.84 | 0.66 |
| Hex | DF | 5E | F1 | 7 | 3D | 0 | 5 | 125 | 54 | 42 |
| Octal | 337 | 136 | 361 | 7 | 75 | 0 | 5 | 445 | 124 | 102 |
| Binary | 11011111 | 1011110 | 11110001 | 111 | 111101 | 0 | 101 | 100100101 | 1010100 | 1000010 |
Color Harmonies of #DF5EF1
Complementary color
Monochromatic Colors of #DF5EF1
Black with #DF5EF1
Text Example
Text Example
White with #DF5EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5EF1; }
p { color: rgb(223,94,241); }
H1.HeaderClassName
{
color: #DF5EF1;
}
.AnyTagClassName
{
color: #DF5EF1;
}
</style>
background-color css
<style>
a { background-color: #DF5EF1; }
a { background-color: rgb(223,94,241); }
div.DivClassName
{
background-color: #DF5EF1;
}
.BgClassName
{
background-color: #DF5EF1;
}
</style>
border-color css
<style>
span { border-color: #DF5EF1; }
span { border-color: rgb(223,94,241); }
td.TdClassName
{
border-color: #DF5EF1;
}
.TagClassName
{
border-color: #DF5EF1;
}
</style>