Shades of Froly #DF7172
Tints of Froly #DF7172
RGB
CMYK
RGB Variations
Color information
#DF7172 (or 0xDF7172) is known color: Froly. HEX triplet: DF, 71 and 72. RGB value is (223,113,114). Sum of RGB (Red+Green+Blue) = 223+113+114=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7172 is #208E8D. Grayscale: #929292. Windows color (decimal): -2133646 or 7500255. OLE color: 7500255.
HSL color Cylindrical-coordinate representation of color #DF7172: hue angle of 359.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7172 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 114 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.13 |
| HSL | 359.45º | 0.63% | 0.66% | - |
| HSV(B) | 359.45º | 0.49% | 0.87% | - |
| XYZ | 39.37 | 28.71 | 19.39 | - |
| YUV | 146 | 109.94 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 114 | 0 | 0.49 | 0.49 | 0.13 | 359.45 | 0.63 | 0.66 |
| Hex | DF | 71 | 72 | 0 | 31 | 31 | D | 167 | 3F | 42 |
| Octal | 337 | 161 | 162 | 0 | 61 | 61 | 15 | 547 | 77 | 102 |
| Binary | 11011111 | 1110001 | 1110010 | 0 | 110001 | 110001 | 1101 | 101100111 | 111111 | 1000010 |
Color Harmonies of #DF7172
Complementary color
Monochromatic Colors of #DF7172
Black with #DF7172
Text Example
Text Example
White with #DF7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7172; }
p { color: rgb(223,113,114); }
H1.HeaderClassName
{
color: #DF7172;
}
.AnyTagClassName
{
color: #DF7172;
}
</style>
background-color css
<style>
a { background-color: #DF7172; }
a { background-color: rgb(223,113,114); }
div.DivClassName
{
background-color: #DF7172;
}
.BgClassName
{
background-color: #DF7172;
}
</style>
border-color css
<style>
span { border-color: #DF7172; }
span { border-color: rgb(223,113,114); }
td.TdClassName
{
border-color: #DF7172;
}
.TagClassName
{
border-color: #DF7172;
}
</style>