Shades of Froly #DF7374
Tints of Froly #DF7374
RGB
CMYK
RGB Variations
Color information
#DF7374 (or 0xDF7374) is known color: Froly. HEX triplet: DF, 73 and 74. RGB value is (223,115,116). Sum of RGB (Red+Green+Blue) = 223+115+116=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7374 is #208C8B. Grayscale: #939393. Windows color (decimal): -2133132 or 7631839. OLE color: 7631839.
HSL color Cylindrical-coordinate representation of color #DF7374: hue angle of 359.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7374 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 116 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.13 |
| HSL | 359.44º | 0.63% | 0.66% | - |
| HSV(B) | 359.44º | 0.48% | 0.87% | - |
| XYZ | 39.71 | 29.21 | 20.07 | - |
| YUV | 147.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 116 | 0 | 0.48 | 0.48 | 0.13 | 359.44 | 0.63 | 0.66 |
| Hex | DF | 73 | 74 | 0 | 30 | 30 | D | 167 | 3F | 42 |
| Octal | 337 | 163 | 164 | 0 | 60 | 60 | 15 | 547 | 77 | 102 |
| Binary | 11011111 | 1110011 | 1110100 | 0 | 110000 | 110000 | 1101 | 101100111 | 111111 | 1000010 |
Color Harmonies of #DF7374
Complementary color
Monochromatic Colors of #DF7374
Black with #DF7374
Text Example
Text Example
White with #DF7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7374; }
p { color: rgb(223,115,116); }
H1.HeaderClassName
{
color: #DF7374;
}
.AnyTagClassName
{
color: #DF7374;
}
</style>
background-color css
<style>
a { background-color: #DF7374; }
a { background-color: rgb(223,115,116); }
div.DivClassName
{
background-color: #DF7374;
}
.BgClassName
{
background-color: #DF7374;
}
</style>
border-color css
<style>
span { border-color: #DF7374; }
span { border-color: rgb(223,115,116); }
td.TdClassName
{
border-color: #DF7374;
}
.TagClassName
{
border-color: #DF7374;
}
</style>