Shades of Froly #D57076
Tints of Froly #D57076
RGB
CMYK
RGB Variations
Color information
#D57076 (or 0xD57076) is known color: Froly. HEX triplet: D5, 70 and 76. RGB value is (213,112,118). Sum of RGB (Red+Green+Blue) = 213+112+118=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57076 is #2A8F89. Grayscale: #8E8E8E. Windows color (decimal): -2789258 or 7762133. OLE color: 7762133.
HSL color Cylindrical-coordinate representation of color #D57076: hue angle of 356.44º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57076 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 118 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.16 |
| HSL | 356.44º | 0.55% | 0.64% | - |
| HSV(B) | 356.44º | 0.47% | 0.84% | - |
| XYZ | 36.5 | 27.04 | 20.44 | - |
| YUV | 142.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 118 | 0 | 0.47 | 0.45 | 0.16 | 356.44 | 0.55 | 0.64 |
| Hex | D5 | 70 | 76 | 0 | 2F | 2D | 10 | 164 | 37 | 40 |
| Octal | 325 | 160 | 166 | 0 | 57 | 55 | 20 | 544 | 67 | 100 |
| Binary | 11010101 | 1110000 | 1110110 | 0 | 101111 | 101101 | 10000 | 101100100 | 110111 | 1000000 |
Color Harmonies of #D57076
Complementary color
Monochromatic Colors of #D57076
Black with #D57076
Text Example
Text Example
White with #D57076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57076; }
p { color: rgb(213,112,118); }
H1.HeaderClassName
{
color: #D57076;
}
.AnyTagClassName
{
color: #D57076;
}
</style>
background-color css
<style>
a { background-color: #D57076; }
a { background-color: rgb(213,112,118); }
div.DivClassName
{
background-color: #D57076;
}
.BgClassName
{
background-color: #D57076;
}
</style>
border-color css
<style>
span { border-color: #D57076; }
span { border-color: rgb(213,112,118); }
td.TdClassName
{
border-color: #D57076;
}
.TagClassName
{
border-color: #D57076;
}
</style>