Shades of Froly #DF727D
Tints of Froly #DF727D
RGB
CMYK
RGB Variations
Color information
#DF727D (or 0xDF727D) is known color: Froly. HEX triplet: DF, 72 and 7D. RGB value is (223,114,125). Sum of RGB (Red+Green+Blue) = 223+114+125=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF727D is #208D82. Grayscale: #939393. Windows color (decimal): -2133379 or 8221407. OLE color: 8221407.
HSL color Cylindrical-coordinate representation of color #DF727D: hue angle of 353.94º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF727D is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 125 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.13 |
| HSL | 353.94º | 0.63% | 0.66% | - |
| HSV(B) | 353.94º | 0.49% | 0.87% | - |
| XYZ | 40.15 | 29.2 | 22.92 | - |
| YUV | 147.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 125 | 0 | 0.49 | 0.44 | 0.13 | 353.94 | 0.63 | 0.66 |
| Hex | DF | 72 | 7D | 0 | 31 | 2C | D | 162 | 3F | 42 |
| Octal | 337 | 162 | 175 | 0 | 61 | 54 | 15 | 542 | 77 | 102 |
| Binary | 11011111 | 1110010 | 1111101 | 0 | 110001 | 101100 | 1101 | 101100010 | 111111 | 1000010 |
Color Harmonies of #DF727D
Complementary color
Monochromatic Colors of #DF727D
Black with #DF727D
Text Example
Text Example
White with #DF727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF727D; }
p { color: rgb(223,114,125); }
H1.HeaderClassName
{
color: #DF727D;
}
.AnyTagClassName
{
color: #DF727D;
}
</style>
background-color css
<style>
a { background-color: #DF727D; }
a { background-color: rgb(223,114,125); }
div.DivClassName
{
background-color: #DF727D;
}
.BgClassName
{
background-color: #DF727D;
}
</style>
border-color css
<style>
span { border-color: #DF727D; }
span { border-color: rgb(223,114,125); }
td.TdClassName
{
border-color: #DF727D;
}
.TagClassName
{
border-color: #DF727D;
}
</style>