Shades of Froly #DF7277
Tints of Froly #DF7277
RGB
CMYK
RGB Variations
Color information
#DF7277 (or 0xDF7277) is known color: Froly. HEX triplet: DF, 72 and 77. RGB value is (223,114,119). Sum of RGB (Red+Green+Blue) = 223+114+119=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7277 is #208D88. Grayscale: #939393. Windows color (decimal): -2133385 or 7828191. OLE color: 7828191.
HSL color Cylindrical-coordinate representation of color #DF7277: hue angle of 357.25º 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 #DF7277 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 119 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.13 |
| HSL | 357.25º | 0.63% | 0.66% | - |
| HSV(B) | 357.25º | 0.49% | 0.87% | - |
| XYZ | 39.78 | 29.05 | 20.96 | - |
| YUV | 147.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 119 | 0 | 0.49 | 0.47 | 0.13 | 357.25 | 0.63 | 0.66 |
| Hex | DF | 72 | 77 | 0 | 31 | 2F | D | 165 | 3F | 42 |
| Octal | 337 | 162 | 167 | 0 | 61 | 57 | 15 | 545 | 77 | 102 |
| Binary | 11011111 | 1110010 | 1110111 | 0 | 110001 | 101111 | 1101 | 101100101 | 111111 | 1000010 |
Color Harmonies of #DF7277
Complementary color
Monochromatic Colors of #DF7277
Black with #DF7277
Text Example
Text Example
White with #DF7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7277; }
p { color: rgb(223,114,119); }
H1.HeaderClassName
{
color: #DF7277;
}
.AnyTagClassName
{
color: #DF7277;
}
</style>
background-color css
<style>
a { background-color: #DF7277; }
a { background-color: rgb(223,114,119); }
div.DivClassName
{
background-color: #DF7277;
}
.BgClassName
{
background-color: #DF7277;
}
</style>
border-color css
<style>
span { border-color: #DF7277; }
span { border-color: rgb(223,114,119); }
td.TdClassName
{
border-color: #DF7277;
}
.TagClassName
{
border-color: #DF7277;
}
</style>