Shades of Froly #DF737A
Tints of Froly #DF737A
RGB
CMYK
RGB Variations
Color information
#DF737A (or 0xDF737A) is known color: Froly. HEX triplet: DF, 73 and 7A. RGB value is (223,115,122). Sum of RGB (Red+Green+Blue) = 223+115+122=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF737A is #208C85. Grayscale: #949494. Windows color (decimal): -2133126 or 8025055. OLE color: 8025055.
HSL color Cylindrical-coordinate representation of color #DF737A: hue angle of 356.11º 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 #DF737A is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 122 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.13 |
| HSL | 356.11º | 0.63% | 0.66% | - |
| HSV(B) | 356.11º | 0.48% | 0.87% | - |
| XYZ | 40.08 | 29.35 | 21.97 | - |
| YUV | 148.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 122 | 0 | 0.48 | 0.45 | 0.13 | 356.11 | 0.63 | 0.66 |
| Hex | DF | 73 | 7A | 0 | 30 | 2D | D | 164 | 3F | 42 |
| Octal | 337 | 163 | 172 | 0 | 60 | 55 | 15 | 544 | 77 | 102 |
| Binary | 11011111 | 1110011 | 1111010 | 0 | 110000 | 101101 | 1101 | 101100100 | 111111 | 1000010 |
Color Harmonies of #DF737A
Complementary color
Monochromatic Colors of #DF737A
Black with #DF737A
Text Example
Text Example
White with #DF737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF737A; }
p { color: rgb(223,115,122); }
H1.HeaderClassName
{
color: #DF737A;
}
.AnyTagClassName
{
color: #DF737A;
}
</style>
background-color css
<style>
a { background-color: #DF737A; }
a { background-color: rgb(223,115,122); }
div.DivClassName
{
background-color: #DF737A;
}
.BgClassName
{
background-color: #DF737A;
}
</style>
border-color css
<style>
span { border-color: #DF737A; }
span { border-color: rgb(223,115,122); }
td.TdClassName
{
border-color: #DF737A;
}
.TagClassName
{
border-color: #DF737A;
}
</style>