Shades of Heliotrope #DF76F1
Tints of Heliotrope #DF76F1
RGB
CMYK
RGB Variations
Color information
#DF76F1 (or 0xDF76F1) is known color: Heliotrope. HEX triplet: DF, 76 and F1. RGB value is (223,118,241). Sum of RGB (Red+Green+Blue) = 223+118+241=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF76F1 is #20890E. Grayscale: #A3A3A3. Windows color (decimal): -2132239 or 15824607. OLE color: 15824607.
HSL color Cylindrical-coordinate representation of color #DF76F1: hue angle of 291.22º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF76F1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 118 | 241 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.05 |
| HSL | 291.22º | 0.81% | 0.7% | - |
| HSV(B) | 291.22º | 0.51% | 0.95% | - |
| XYZ | 52.79 | 35 | 87.19 | - |
| YUV | 163.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 241 | 0.07 | 0.51 | 0 | 0.05 | 291.22 | 0.81 | 0.7 |
| Hex | DF | 76 | F1 | 7 | 33 | 0 | 5 | 123 | 51 | 46 |
| Octal | 337 | 166 | 361 | 7 | 63 | 0 | 5 | 443 | 121 | 106 |
| Binary | 11011111 | 1110110 | 11110001 | 111 | 110011 | 0 | 101 | 100100011 | 1010001 | 1000110 |
Color Harmonies of #DF76F1
Complementary color
Monochromatic Colors of #DF76F1
Black with #DF76F1
Text Example
Text Example
White with #DF76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76F1; }
p { color: rgb(223,118,241); }
H1.HeaderClassName
{
color: #DF76F1;
}
.AnyTagClassName
{
color: #DF76F1;
}
</style>
background-color css
<style>
a { background-color: #DF76F1; }
a { background-color: rgb(223,118,241); }
div.DivClassName
{
background-color: #DF76F1;
}
.BgClassName
{
background-color: #DF76F1;
}
</style>
border-color css
<style>
span { border-color: #DF76F1; }
span { border-color: rgb(223,118,241); }
td.TdClassName
{
border-color: #DF76F1;
}
.TagClassName
{
border-color: #DF76F1;
}
</style>