Shades of Froly #DF6162
Tints of Froly #DF6162
RGB
CMYK
RGB Variations
Color information
#DF6162 (or 0xDF6162) is known color: Froly. HEX triplet: DF, 61 and 62. RGB value is (223,97,98). Sum of RGB (Red+Green+Blue) = 223+97+98=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6162 is #209E9D. Grayscale: #868686. Windows color (decimal): -2137758 or 6447583. OLE color: 6447583.
HSL color Cylindrical-coordinate representation of color #DF6162: hue angle of 359.52º 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 #DF6162 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 98 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.13 |
| HSL | 359.52º | 0.66% | 0.63% | - |
| HSV(B) | 359.52º | 0.57% | 0.87% | - |
| XYZ | 36.91 | 25.12 | 14.46 | - |
| YUV | 134.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 98 | 0 | 0.57 | 0.56 | 0.13 | 359.52 | 0.66 | 0.63 |
| Hex | DF | 61 | 62 | 0 | 39 | 38 | D | 168 | 42 | 3F |
| Octal | 337 | 141 | 142 | 0 | 71 | 70 | 15 | 550 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1100010 | 0 | 111001 | 111000 | 1101 | 101101000 | 1000010 | 111111 |
Color Harmonies of #DF6162
Complementary color
Monochromatic Colors of #DF6162
Black with #DF6162
Text Example
Text Example
White with #DF6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6162; }
p { color: rgb(223,97,98); }
H1.HeaderClassName
{
color: #DF6162;
}
.AnyTagClassName
{
color: #DF6162;
}
</style>
background-color css
<style>
a { background-color: #DF6162; }
a { background-color: rgb(223,97,98); }
div.DivClassName
{
background-color: #DF6162;
}
.BgClassName
{
background-color: #DF6162;
}
</style>
border-color css
<style>
span { border-color: #DF6162; }
span { border-color: rgb(223,97,98); }
td.TdClassName
{
border-color: #DF6162;
}
.TagClassName
{
border-color: #DF6162;
}
</style>