Shades of Froly #DF6179
Tints of Froly #DF6179
RGB
CMYK
RGB Variations
Color information
#DF6179 (or 0xDF6179) is known color: Froly. HEX triplet: DF, 61 and 79. RGB value is (223,97,121). Sum of RGB (Red+Green+Blue) = 223+97+121=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6179 is #209E86. Grayscale: #898989. Windows color (decimal): -2137735 or 7954911. OLE color: 7954911.
HSL color Cylindrical-coordinate representation of color #DF6179: hue angle of 348.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6179 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 121 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.13 |
| HSL | 348.57º | 0.66% | 0.63% | - |
| HSV(B) | 348.57º | 0.57% | 0.87% | - |
| XYZ | 38.16 | 25.62 | 21.02 | - |
| YUV | 137.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 121 | 0 | 0.57 | 0.46 | 0.13 | 348.57 | 0.66 | 0.63 |
| Hex | DF | 61 | 79 | 0 | 39 | 2E | D | 15D | 42 | 3F |
| Octal | 337 | 141 | 171 | 0 | 71 | 56 | 15 | 535 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1111001 | 0 | 111001 | 101110 | 1101 | 101011101 | 1000010 | 111111 |
Color Harmonies of #DF6179
Complementary color
Monochromatic Colors of #DF6179
Black with #DF6179
Text Example
Text Example
White with #DF6179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6179; }
p { color: rgb(223,97,121); }
H1.HeaderClassName
{
color: #DF6179;
}
.AnyTagClassName
{
color: #DF6179;
}
</style>
background-color css
<style>
a { background-color: #DF6179; }
a { background-color: rgb(223,97,121); }
div.DivClassName
{
background-color: #DF6179;
}
.BgClassName
{
background-color: #DF6179;
}
</style>
border-color css
<style>
span { border-color: #DF6179; }
span { border-color: rgb(223,97,121); }
td.TdClassName
{
border-color: #DF6179;
}
.TagClassName
{
border-color: #DF6179;
}
</style>