Shades of Heliotrope #DF61F0
Tints of Heliotrope #DF61F0
RGB
CMYK
RGB Variations
Color information
#DF61F0 (or 0xDF61F0) is known color: Heliotrope. HEX triplet: DF, 61 and F0. RGB value is (223,97,240). Sum of RGB (Red+Green+Blue) = 223+97+240=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF61F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61F0 is #209E0F. Grayscale: #969696. Windows color (decimal): -2137616 or 15753695. OLE color: 15753695.
HSL color Cylindrical-coordinate representation of color #DF61F0: hue angle of 292.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF61F0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 97 | 240 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.06 |
| HSL | 292.87º | 0.83% | 0.66% | - |
| HSV(B) | 292.87º | 0.6% | 0.94% | - |
| XYZ | 50.43 | 30.53 | 85.67 | - |
| YUV | 150.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 240 | 0.07 | 0.60 | 0 | 0.06 | 292.87 | 0.83 | 0.66 |
| Hex | DF | 61 | F0 | 7 | 3C | 0 | 6 | 125 | 53 | 42 |
| Octal | 337 | 141 | 360 | 7 | 74 | 0 | 6 | 445 | 123 | 102 |
| Binary | 11011111 | 1100001 | 11110000 | 111 | 111100 | 0 | 110 | 100100101 | 1010011 | 1000010 |
Color Harmonies of #DF61F0
Complementary color
Monochromatic Colors of #DF61F0
Black with #DF61F0
Text Example
Text Example
White with #DF61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61F0; }
p { color: rgb(223,97,240); }
H1.HeaderClassName
{
color: #DF61F0;
}
.AnyTagClassName
{
color: #DF61F0;
}
</style>
background-color css
<style>
a { background-color: #DF61F0; }
a { background-color: rgb(223,97,240); }
div.DivClassName
{
background-color: #DF61F0;
}
.BgClassName
{
background-color: #DF61F0;
}
</style>
border-color css
<style>
span { border-color: #DF61F0; }
span { border-color: rgb(223,97,240); }
td.TdClassName
{
border-color: #DF61F0;
}
.TagClassName
{
border-color: #DF61F0;
}
</style>