Shades of Froly #DF747D
Tints of Froly #DF747D
RGB
CMYK
RGB Variations
Color information
#DF747D (or 0xDF747D) is known color: Froly. HEX triplet: DF, 74 and 7D. RGB value is (223,116,125). Sum of RGB (Red+Green+Blue) = 223+116+125=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF747D is #208B82. Grayscale: #959595. Windows color (decimal): -2132867 or 8221919. OLE color: 8221919.
HSL color Cylindrical-coordinate representation of color #DF747D: hue angle of 354.95º 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 #DF747D is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 125 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.13 |
| HSL | 354.95º | 0.63% | 0.66% | - |
| HSV(B) | 354.95º | 0.48% | 0.87% | - |
| XYZ | 40.38 | 29.66 | 23 | - |
| YUV | 149.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 125 | 0 | 0.48 | 0.44 | 0.13 | 354.95 | 0.63 | 0.66 |
| Hex | DF | 74 | 7D | 0 | 30 | 2C | D | 163 | 3F | 42 |
| Octal | 337 | 164 | 175 | 0 | 60 | 54 | 15 | 543 | 77 | 102 |
| Binary | 11011111 | 1110100 | 1111101 | 0 | 110000 | 101100 | 1101 | 101100011 | 111111 | 1000010 |
Color Harmonies of #DF747D
Complementary color
Monochromatic Colors of #DF747D
Black with #DF747D
Text Example
Text Example
White with #DF747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF747D; }
p { color: rgb(223,116,125); }
H1.HeaderClassName
{
color: #DF747D;
}
.AnyTagClassName
{
color: #DF747D;
}
</style>
background-color css
<style>
a { background-color: #DF747D; }
a { background-color: rgb(223,116,125); }
div.DivClassName
{
background-color: #DF747D;
}
.BgClassName
{
background-color: #DF747D;
}
</style>
border-color css
<style>
span { border-color: #DF747D; }
span { border-color: rgb(223,116,125); }
td.TdClassName
{
border-color: #DF747D;
}
.TagClassName
{
border-color: #DF747D;
}
</style>