Shades of Froly #DF727C
Tints of Froly #DF727C
RGB
CMYK
RGB Variations
Color information
#DF727C (or 0xDF727C) is known color: Froly. HEX triplet: DF, 72 and 7C. RGB value is (223,114,124). Sum of RGB (Red+Green+Blue) = 223+114+124=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF727C is #208D83. Grayscale: #939393. Windows color (decimal): -2133380 or 8155871. OLE color: 8155871.
HSL color Cylindrical-coordinate representation of color #DF727C: hue angle of 354.5º 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 #DF727C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 124 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.13 |
| HSL | 354.5º | 0.63% | 0.66% | - |
| HSV(B) | 354.5º | 0.49% | 0.87% | - |
| XYZ | 40.09 | 29.18 | 22.59 | - |
| YUV | 147.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 124 | 0 | 0.49 | 0.44 | 0.13 | 354.5 | 0.63 | 0.66 |
| Hex | DF | 72 | 7C | 0 | 31 | 2C | D | 162 | 3F | 42 |
| Octal | 337 | 162 | 174 | 0 | 61 | 54 | 15 | 542 | 77 | 102 |
| Binary | 11011111 | 1110010 | 1111100 | 0 | 110001 | 101100 | 1101 | 101100010 | 111111 | 1000010 |
Color Harmonies of #DF727C
Complementary color
Monochromatic Colors of #DF727C
Black with #DF727C
Text Example
Text Example
White with #DF727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF727C; }
p { color: rgb(223,114,124); }
H1.HeaderClassName
{
color: #DF727C;
}
.AnyTagClassName
{
color: #DF727C;
}
</style>
background-color css
<style>
a { background-color: #DF727C; }
a { background-color: rgb(223,114,124); }
div.DivClassName
{
background-color: #DF727C;
}
.BgClassName
{
background-color: #DF727C;
}
</style>
border-color css
<style>
span { border-color: #DF727C; }
span { border-color: rgb(223,114,124); }
td.TdClassName
{
border-color: #DF727C;
}
.TagClassName
{
border-color: #DF727C;
}
</style>