Shades of Froly #DF737C
Tints of Froly #DF737C
RGB
CMYK
RGB Variations
Color information
#DF737C (or 0xDF737C) is known color: Froly. HEX triplet: DF, 73 and 7C. RGB value is (223,115,124). Sum of RGB (Red+Green+Blue) = 223+115+124=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF737C is #208C83. Grayscale: #949494. Windows color (decimal): -2133124 or 8156127. OLE color: 8156127.
HSL color Cylindrical-coordinate representation of color #DF737C: hue angle of 355º 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 #DF737C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 124 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.13 |
| HSL | 355º | 0.63% | 0.66% | - |
| HSV(B) | 355º | 0.48% | 0.87% | - |
| XYZ | 40.2 | 29.4 | 22.63 | - |
| YUV | 148.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 124 | 0 | 0.48 | 0.44 | 0.13 | 355 | 0.63 | 0.66 |
| Hex | DF | 73 | 7C | 0 | 30 | 2C | D | 163 | 3F | 42 |
| Octal | 337 | 163 | 174 | 0 | 60 | 54 | 15 | 543 | 77 | 102 |
| Binary | 11011111 | 1110011 | 1111100 | 0 | 110000 | 101100 | 1101 | 101100011 | 111111 | 1000010 |
Color Harmonies of #DF737C
Complementary color
Monochromatic Colors of #DF737C
Black with #DF737C
Text Example
Text Example
White with #DF737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF737C; }
p { color: rgb(223,115,124); }
H1.HeaderClassName
{
color: #DF737C;
}
.AnyTagClassName
{
color: #DF737C;
}
</style>
background-color css
<style>
a { background-color: #DF737C; }
a { background-color: rgb(223,115,124); }
div.DivClassName
{
background-color: #DF737C;
}
.BgClassName
{
background-color: #DF737C;
}
</style>
border-color css
<style>
span { border-color: #DF737C; }
span { border-color: rgb(223,115,124); }
td.TdClassName
{
border-color: #DF737C;
}
.TagClassName
{
border-color: #DF737C;
}
</style>