Shades of Froly #DF747E
Tints of Froly #DF747E
RGB
CMYK
RGB Variations
Color information
#DF747E (or 0xDF747E) is known color: Froly. HEX triplet: DF, 74 and 7E. RGB value is (223,116,126). Sum of RGB (Red+Green+Blue) = 223+116+126=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF747E is #208B81. Grayscale: #959595. Windows color (decimal): -2132866 or 8287455. OLE color: 8287455.
HSL color Cylindrical-coordinate representation of color #DF747E: hue angle of 354.39º 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 #DF747E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 126 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.13 |
| HSL | 354.39º | 0.63% | 0.66% | - |
| HSV(B) | 354.39º | 0.48% | 0.87% | - |
| XYZ | 40.44 | 29.69 | 23.34 | - |
| YUV | 149.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 126 | 0 | 0.48 | 0.43 | 0.13 | 354.39 | 0.63 | 0.66 |
| Hex | DF | 74 | 7E | 0 | 30 | 2B | D | 162 | 3F | 42 |
| Octal | 337 | 164 | 176 | 0 | 60 | 53 | 15 | 542 | 77 | 102 |
| Binary | 11011111 | 1110100 | 1111110 | 0 | 110000 | 101011 | 1101 | 101100010 | 111111 | 1000010 |
Color Harmonies of #DF747E
Complementary color
Monochromatic Colors of #DF747E
Black with #DF747E
Text Example
Text Example
White with #DF747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF747E; }
p { color: rgb(223,116,126); }
H1.HeaderClassName
{
color: #DF747E;
}
.AnyTagClassName
{
color: #DF747E;
}
</style>
background-color css
<style>
a { background-color: #DF747E; }
a { background-color: rgb(223,116,126); }
div.DivClassName
{
background-color: #DF747E;
}
.BgClassName
{
background-color: #DF747E;
}
</style>
border-color css
<style>
span { border-color: #DF747E; }
span { border-color: rgb(223,116,126); }
td.TdClassName
{
border-color: #DF747E;
}
.TagClassName
{
border-color: #DF747E;
}
</style>