Shades of Heliotrope #DF61F1
Tints of Heliotrope #DF61F1
RGB
CMYK
RGB Variations
Color information
#DF61F1 (or 0xDF61F1) is known color: Heliotrope. HEX triplet: DF, 61 and F1. RGB value is (223,97,241). Sum of RGB (Red+Green+Blue) = 223+97+241=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF61F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61F1 is #209E0E. Grayscale: #969696. Windows color (decimal): -2137615 or 15819231. OLE color: 15819231.
HSL color Cylindrical-coordinate representation of color #DF61F1: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF61F1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 97 | 241 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.05 |
| HSL | 292.5º | 0.84% | 0.66% | - |
| HSV(B) | 292.5º | 0.6% | 0.95% | - |
| XYZ | 50.58 | 30.59 | 86.46 | - |
| YUV | 151.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 241 | 0.07 | 0.60 | 0 | 0.05 | 292.5 | 0.84 | 0.66 |
| Hex | DF | 61 | F1 | 7 | 3C | 0 | 5 | 124 | 54 | 42 |
| Octal | 337 | 141 | 361 | 7 | 74 | 0 | 5 | 444 | 124 | 102 |
| Binary | 11011111 | 1100001 | 11110001 | 111 | 111100 | 0 | 101 | 100100100 | 1010100 | 1000010 |
Color Harmonies of #DF61F1
Complementary color
Monochromatic Colors of #DF61F1
Black with #DF61F1
Text Example
Text Example
White with #DF61F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61F1; }
p { color: rgb(223,97,241); }
H1.HeaderClassName
{
color: #DF61F1;
}
.AnyTagClassName
{
color: #DF61F1;
}
</style>
background-color css
<style>
a { background-color: #DF61F1; }
a { background-color: rgb(223,97,241); }
div.DivClassName
{
background-color: #DF61F1;
}
.BgClassName
{
background-color: #DF61F1;
}
</style>
border-color css
<style>
span { border-color: #DF61F1; }
span { border-color: rgb(223,97,241); }
td.TdClassName
{
border-color: #DF61F1;
}
.TagClassName
{
border-color: #DF61F1;
}
</style>