Shades of Froly #DF747F
Tints of Froly #DF747F
RGB
CMYK
RGB Variations
Color information
#DF747F (or 0xDF747F) is known color: Froly. HEX triplet: DF, 74 and 7F. RGB value is (223,116,127). Sum of RGB (Red+Green+Blue) = 223+116+127=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF747F is #208B80. Grayscale: #959595. Windows color (decimal): -2132865 or 8352991. OLE color: 8352991.
HSL color Cylindrical-coordinate representation of color #DF747F: hue angle of 353.83º 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 #DF747F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 127 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.13 |
| HSL | 353.83º | 0.63% | 0.66% | - |
| HSV(B) | 353.83º | 0.48% | 0.87% | - |
| XYZ | 40.51 | 29.71 | 23.68 | - |
| YUV | 149.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 127 | 0 | 0.48 | 0.43 | 0.13 | 353.83 | 0.63 | 0.66 |
| Hex | DF | 74 | 7F | 0 | 30 | 2B | D | 162 | 3F | 42 |
| Octal | 337 | 164 | 177 | 0 | 60 | 53 | 15 | 542 | 77 | 102 |
| Binary | 11011111 | 1110100 | 1111111 | 0 | 110000 | 101011 | 1101 | 101100010 | 111111 | 1000010 |
Color Harmonies of #DF747F
Complementary color
Monochromatic Colors of #DF747F
Black with #DF747F
Text Example
Text Example
White with #DF747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF747F; }
p { color: rgb(223,116,127); }
H1.HeaderClassName
{
color: #DF747F;
}
.AnyTagClassName
{
color: #DF747F;
}
</style>
background-color css
<style>
a { background-color: #DF747F; }
a { background-color: rgb(223,116,127); }
div.DivClassName
{
background-color: #DF747F;
}
.BgClassName
{
background-color: #DF747F;
}
</style>
border-color css
<style>
span { border-color: #DF747F; }
span { border-color: rgb(223,116,127); }
td.TdClassName
{
border-color: #DF747F;
}
.TagClassName
{
border-color: #DF747F;
}
</style>