Shades of Froly #D56E73
Tints of Froly #D56E73
RGB
CMYK
RGB Variations
Color information
#D56E73 (or 0xD56E73) is known color: Froly. HEX triplet: D5, 6E and 73. RGB value is (213,110,115). Sum of RGB (Red+Green+Blue) = 213+110+115=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E73 is #2A918C. Grayscale: #8D8D8D. Windows color (decimal): -2789773 or 7565013. OLE color: 7565013.
HSL color Cylindrical-coordinate representation of color #D56E73: hue angle of 357.09º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56E73 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 115 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.16 |
| HSL | 357.09º | 0.55% | 0.63% | - |
| HSV(B) | 357.09º | 0.48% | 0.84% | - |
| XYZ | 36.11 | 26.54 | 19.44 | - |
| YUV | 141.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 115 | 0 | 0.48 | 0.46 | 0.16 | 357.09 | 0.55 | 0.63 |
| Hex | D5 | 6E | 73 | 0 | 30 | 2E | 10 | 165 | 37 | 3F |
| Octal | 325 | 156 | 163 | 0 | 60 | 56 | 20 | 545 | 67 | 77 |
| Binary | 11010101 | 1101110 | 1110011 | 0 | 110000 | 101110 | 10000 | 101100101 | 110111 | 111111 |
Color Harmonies of #D56E73
Complementary color
Monochromatic Colors of #D56E73
Black with #D56E73
Text Example
Text Example
White with #D56E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E73; }
p { color: rgb(213,110,115); }
H1.HeaderClassName
{
color: #D56E73;
}
.AnyTagClassName
{
color: #D56E73;
}
</style>
background-color css
<style>
a { background-color: #D56E73; }
a { background-color: rgb(213,110,115); }
div.DivClassName
{
background-color: #D56E73;
}
.BgClassName
{
background-color: #D56E73;
}
</style>
border-color css
<style>
span { border-color: #D56E73; }
span { border-color: rgb(213,110,115); }
td.TdClassName
{
border-color: #D56E73;
}
.TagClassName
{
border-color: #D56E73;
}
</style>