Shades of Froly #DF737E
Tints of Froly #DF737E
RGB
CMYK
RGB Variations
Color information
#DF737E (or 0xDF737E) is known color: Froly. HEX triplet: DF, 73 and 7E. RGB value is (223,115,126). Sum of RGB (Red+Green+Blue) = 223+115+126=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF737E is #208C81. Grayscale: #949494. Windows color (decimal): -2133122 or 8287199. OLE color: 8287199.
HSL color Cylindrical-coordinate representation of color #DF737E: hue angle of 353.89º 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 #DF737E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 126 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.13 |
| HSL | 353.89º | 0.63% | 0.66% | - |
| HSV(B) | 353.89º | 0.48% | 0.87% | - |
| XYZ | 40.33 | 29.46 | 23.3 | - |
| YUV | 148.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 126 | 0 | 0.48 | 0.43 | 0.13 | 353.89 | 0.63 | 0.66 |
| Hex | DF | 73 | 7E | 0 | 30 | 2B | D | 162 | 3F | 42 |
| Octal | 337 | 163 | 176 | 0 | 60 | 53 | 15 | 542 | 77 | 102 |
| Binary | 11011111 | 1110011 | 1111110 | 0 | 110000 | 101011 | 1101 | 101100010 | 111111 | 1000010 |
Color Harmonies of #DF737E
Complementary color
Monochromatic Colors of #DF737E
Black with #DF737E
Text Example
Text Example
White with #DF737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF737E; }
p { color: rgb(223,115,126); }
H1.HeaderClassName
{
color: #DF737E;
}
.AnyTagClassName
{
color: #DF737E;
}
</style>
background-color css
<style>
a { background-color: #DF737E; }
a { background-color: rgb(223,115,126); }
div.DivClassName
{
background-color: #DF737E;
}
.BgClassName
{
background-color: #DF737E;
}
</style>
border-color css
<style>
span { border-color: #DF737E; }
span { border-color: rgb(223,115,126); }
td.TdClassName
{
border-color: #DF737E;
}
.TagClassName
{
border-color: #DF737E;
}
</style>