Shades of Froly #D56877
Tints of Froly #D56877
RGB
CMYK
RGB Variations
Color information
#D56877 (or 0xD56877) is known color: Froly. HEX triplet: D5, 68 and 77. RGB value is (213,104,119). Sum of RGB (Red+Green+Blue) = 213+104+119=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D56877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56877 is #2A9788. Grayscale: #8A8A8A. Windows color (decimal): -2791305 or 7825621. OLE color: 7825621.
HSL color Cylindrical-coordinate representation of color #D56877: hue angle of 351.74º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56877 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 119 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.16 |
| HSL | 351.74º | 0.56% | 0.62% | - |
| HSV(B) | 351.74º | 0.51% | 0.84% | - |
| XYZ | 35.72 | 25.38 | 20.47 | - |
| YUV | 138.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 119 | 0 | 0.51 | 0.44 | 0.16 | 351.74 | 0.56 | 0.62 |
| Hex | D5 | 68 | 77 | 0 | 33 | 2C | 10 | 160 | 38 | 3E |
| Octal | 325 | 150 | 167 | 0 | 63 | 54 | 20 | 540 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1110111 | 0 | 110011 | 101100 | 10000 | 101100000 | 111000 | 111110 |
Color Harmonies of #D56877
Complementary color
Monochromatic Colors of #D56877
Black with #D56877
Text Example
Text Example
White with #D56877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56877; }
p { color: rgb(213,104,119); }
H1.HeaderClassName
{
color: #D56877;
}
.AnyTagClassName
{
color: #D56877;
}
</style>
background-color css
<style>
a { background-color: #D56877; }
a { background-color: rgb(213,104,119); }
div.DivClassName
{
background-color: #D56877;
}
.BgClassName
{
background-color: #D56877;
}
</style>
border-color css
<style>
span { border-color: #D56877; }
span { border-color: rgb(213,104,119); }
td.TdClassName
{
border-color: #D56877;
}
.TagClassName
{
border-color: #D56877;
}
</style>