Shades of Froly #DF7274
Tints of Froly #DF7274
RGB
CMYK
RGB Variations
Color information
#DF7274 (or 0xDF7274) is known color: Froly. HEX triplet: DF, 72 and 74. RGB value is (223,114,116). Sum of RGB (Red+Green+Blue) = 223+114+116=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7274 is #208D8B. Grayscale: #929292. Windows color (decimal): -2133388 or 7631583. OLE color: 7631583.
HSL color Cylindrical-coordinate representation of color #DF7274: hue angle of 358.9º 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 #DF7274 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 116 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.13 |
| HSL | 358.9º | 0.63% | 0.66% | - |
| HSV(B) | 358.9º | 0.49% | 0.87% | - |
| XYZ | 39.6 | 28.98 | 20.03 | - |
| YUV | 146.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 116 | 0 | 0.49 | 0.48 | 0.13 | 358.9 | 0.63 | 0.66 |
| Hex | DF | 72 | 74 | 0 | 31 | 30 | D | 167 | 3F | 42 |
| Octal | 337 | 162 | 164 | 0 | 61 | 60 | 15 | 547 | 77 | 102 |
| Binary | 11011111 | 1110010 | 1110100 | 0 | 110001 | 110000 | 1101 | 101100111 | 111111 | 1000010 |
Color Harmonies of #DF7274
Complementary color
Monochromatic Colors of #DF7274
Black with #DF7274
Text Example
Text Example
White with #DF7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7274; }
p { color: rgb(223,114,116); }
H1.HeaderClassName
{
color: #DF7274;
}
.AnyTagClassName
{
color: #DF7274;
}
</style>
background-color css
<style>
a { background-color: #DF7274; }
a { background-color: rgb(223,114,116); }
div.DivClassName
{
background-color: #DF7274;
}
.BgClassName
{
background-color: #DF7274;
}
</style>
border-color css
<style>
span { border-color: #DF7274; }
span { border-color: rgb(223,114,116); }
td.TdClassName
{
border-color: #DF7274;
}
.TagClassName
{
border-color: #DF7274;
}
</style>