Shades of Froly #D56777
Tints of Froly #D56777
RGB
CMYK
RGB Variations
Color information
#D56777 (or 0xD56777) is known color: Froly. HEX triplet: D5, 67 and 77. RGB value is (213,103,119). Sum of RGB (Red+Green+Blue) = 213+103+119=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D56777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56777 is #2A9888. Grayscale: #898989. Windows color (decimal): -2791561 or 7825365. OLE color: 7825365.
HSL color Cylindrical-coordinate representation of color #D56777: hue angle of 351.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56777 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 119 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.16 |
| HSL | 351.27º | 0.57% | 0.62% | - |
| HSV(B) | 351.27º | 0.52% | 0.84% | - |
| XYZ | 35.62 | 25.18 | 20.44 | - |
| YUV | 137.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 119 | 0 | 0.52 | 0.44 | 0.16 | 351.27 | 0.57 | 0.62 |
| Hex | D5 | 67 | 77 | 0 | 34 | 2C | 10 | 15F | 39 | 3E |
| Octal | 325 | 147 | 167 | 0 | 64 | 54 | 20 | 537 | 71 | 76 |
| Binary | 11010101 | 1100111 | 1110111 | 0 | 110100 | 101100 | 10000 | 101011111 | 111001 | 111110 |
Color Harmonies of #D56777
Complementary color
Monochromatic Colors of #D56777
Black with #D56777
Text Example
Text Example
White with #D56777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56777; }
p { color: rgb(213,103,119); }
H1.HeaderClassName
{
color: #D56777;
}
.AnyTagClassName
{
color: #D56777;
}
</style>
background-color css
<style>
a { background-color: #D56777; }
a { background-color: rgb(213,103,119); }
div.DivClassName
{
background-color: #D56777;
}
.BgClassName
{
background-color: #D56777;
}
</style>
border-color css
<style>
span { border-color: #D56777; }
span { border-color: rgb(213,103,119); }
td.TdClassName
{
border-color: #D56777;
}
.TagClassName
{
border-color: #D56777;
}
</style>