Shades of Froly #DF717D
Tints of Froly #DF717D
RGB
CMYK
RGB Variations
Color information
#DF717D (or 0xDF717D) is known color: Froly. HEX triplet: DF, 71 and 7D. RGB value is (223,113,125). Sum of RGB (Red+Green+Blue) = 223+113+125=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF717D is #208E82. Grayscale: #939393. Windows color (decimal): -2133635 or 8221151. OLE color: 8221151.
HSL color Cylindrical-coordinate representation of color #DF717D: hue angle of 353.45º 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 #DF717D is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 125 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.13 |
| HSL | 353.45º | 0.63% | 0.66% | - |
| HSV(B) | 353.45º | 0.49% | 0.87% | - |
| XYZ | 40.04 | 28.98 | 22.89 | - |
| YUV | 147.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 125 | 0 | 0.49 | 0.44 | 0.13 | 353.45 | 0.63 | 0.66 |
| Hex | DF | 71 | 7D | 0 | 31 | 2C | D | 161 | 3F | 42 |
| Octal | 337 | 161 | 175 | 0 | 61 | 54 | 15 | 541 | 77 | 102 |
| Binary | 11011111 | 1110001 | 1111101 | 0 | 110001 | 101100 | 1101 | 101100001 | 111111 | 1000010 |
Color Harmonies of #DF717D
Complementary color
Monochromatic Colors of #DF717D
Black with #DF717D
Text Example
Text Example
White with #DF717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF717D; }
p { color: rgb(223,113,125); }
H1.HeaderClassName
{
color: #DF717D;
}
.AnyTagClassName
{
color: #DF717D;
}
</style>
background-color css
<style>
a { background-color: #DF717D; }
a { background-color: rgb(223,113,125); }
div.DivClassName
{
background-color: #DF717D;
}
.BgClassName
{
background-color: #DF717D;
}
</style>
border-color css
<style>
span { border-color: #DF717D; }
span { border-color: rgb(223,113,125); }
td.TdClassName
{
border-color: #DF717D;
}
.TagClassName
{
border-color: #DF717D;
}
</style>