Shades of Froly #DF6D72
Tints of Froly #DF6D72
RGB
CMYK
RGB Variations
Color information
#DF6D72 (or 0xDF6D72) is known color: Froly. HEX triplet: DF, 6D and 72. RGB value is (223,109,114). Sum of RGB (Red+Green+Blue) = 223+109+114=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6D72 is #20928D. Grayscale: #8F8F8F. Windows color (decimal): -2134670 or 7499231. OLE color: 7499231.
HSL color Cylindrical-coordinate representation of color #DF6D72: hue angle of 357.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6D72 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 114 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.13 |
| HSL | 357.37º | 0.64% | 0.65% | - |
| HSV(B) | 357.37º | 0.51% | 0.87% | - |
| XYZ | 38.94 | 27.84 | 19.24 | - |
| YUV | 143.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 114 | 0 | 0.51 | 0.49 | 0.13 | 357.37 | 0.64 | 0.65 |
| Hex | DF | 6D | 72 | 0 | 33 | 31 | D | 165 | 40 | 41 |
| Octal | 337 | 155 | 162 | 0 | 63 | 61 | 15 | 545 | 100 | 101 |
| Binary | 11011111 | 1101101 | 1110010 | 0 | 110011 | 110001 | 1101 | 101100101 | 1000000 | 1000001 |
Color Harmonies of #DF6D72
Complementary color
Monochromatic Colors of #DF6D72
Black with #DF6D72
Text Example
Text Example
White with #DF6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D72; }
p { color: rgb(223,109,114); }
H1.HeaderClassName
{
color: #DF6D72;
}
.AnyTagClassName
{
color: #DF6D72;
}
</style>
background-color css
<style>
a { background-color: #DF6D72; }
a { background-color: rgb(223,109,114); }
div.DivClassName
{
background-color: #DF6D72;
}
.BgClassName
{
background-color: #DF6D72;
}
</style>
border-color css
<style>
span { border-color: #DF6D72; }
span { border-color: rgb(223,109,114); }
td.TdClassName
{
border-color: #DF6D72;
}
.TagClassName
{
border-color: #DF6D72;
}
</style>