Shades of Heliotrope #DF7EF1
Tints of Heliotrope #DF7EF1
RGB
CMYK
RGB Variations
Color information
#DF7EF1 (or 0xDF7EF1) is known color: Heliotrope. HEX triplet: DF, 7E and F1. RGB value is (223,126,241). Sum of RGB (Red+Green+Blue) = 223+126+241=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7EF1 is #20810E. Grayscale: #A7A7A7. Windows color (decimal): -2130191 or 15826655. OLE color: 15826655.
HSL color Cylindrical-coordinate representation of color #DF7EF1: hue angle of 290.61º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7EF1 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 126 | 241 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.05 |
| HSL | 290.61º | 0.8% | 0.72% | - |
| HSV(B) | 290.61º | 0.48% | 0.95% | - |
| XYZ | 53.77 | 36.96 | 87.52 | - |
| YUV | 168.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 241 | 0.07 | 0.48 | 0 | 0.05 | 290.61 | 0.8 | 0.72 |
| Hex | DF | 7E | F1 | 7 | 30 | 0 | 5 | 123 | 50 | 48 |
| Octal | 337 | 176 | 361 | 7 | 60 | 0 | 5 | 443 | 120 | 110 |
| Binary | 11011111 | 1111110 | 11110001 | 111 | 110000 | 0 | 101 | 100100011 | 1010000 | 1001000 |
Color Harmonies of #DF7EF1
Complementary color
Monochromatic Colors of #DF7EF1
Black with #DF7EF1
Text Example
Text Example
White with #DF7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EF1; }
p { color: rgb(223,126,241); }
H1.HeaderClassName
{
color: #DF7EF1;
}
.AnyTagClassName
{
color: #DF7EF1;
}
</style>
background-color css
<style>
a { background-color: #DF7EF1; }
a { background-color: rgb(223,126,241); }
div.DivClassName
{
background-color: #DF7EF1;
}
.BgClassName
{
background-color: #DF7EF1;
}
</style>
border-color css
<style>
span { border-color: #DF7EF1; }
span { border-color: rgb(223,126,241); }
td.TdClassName
{
border-color: #DF7EF1;
}
.TagClassName
{
border-color: #DF7EF1;
}
</style>