Shades of Froly #D56D7C
Tints of Froly #D56D7C
RGB
CMYK
RGB Variations
Color information
#D56D7C (or 0xD56D7C) is known color: Froly. HEX triplet: D5, 6D and 7C. RGB value is (213,109,124). Sum of RGB (Red+Green+Blue) = 213+109+124=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D7C is #2A9283. Grayscale: #8D8D8D. Windows color (decimal): -2790020 or 8154581. OLE color: 8154581.
HSL color Cylindrical-coordinate representation of color #D56D7C: hue angle of 351.35º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56D7C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 124 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.16 |
| HSL | 351.35º | 0.55% | 0.63% | - |
| HSV(B) | 351.35º | 0.49% | 0.84% | - |
| XYZ | 36.55 | 26.54 | 22.27 | - |
| YUV | 141.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 124 | 0 | 0.49 | 0.42 | 0.16 | 351.35 | 0.55 | 0.63 |
| Hex | D5 | 6D | 7C | 0 | 31 | 2A | 10 | 15F | 37 | 3F |
| Octal | 325 | 155 | 174 | 0 | 61 | 52 | 20 | 537 | 67 | 77 |
| Binary | 11010101 | 1101101 | 1111100 | 0 | 110001 | 101010 | 10000 | 101011111 | 110111 | 111111 |
Color Harmonies of #D56D7C
Complementary color
Monochromatic Colors of #D56D7C
Black with #D56D7C
Text Example
Text Example
White with #D56D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D7C; }
p { color: rgb(213,109,124); }
H1.HeaderClassName
{
color: #D56D7C;
}
.AnyTagClassName
{
color: #D56D7C;
}
</style>
background-color css
<style>
a { background-color: #D56D7C; }
a { background-color: rgb(213,109,124); }
div.DivClassName
{
background-color: #D56D7C;
}
.BgClassName
{
background-color: #D56D7C;
}
</style>
border-color css
<style>
span { border-color: #D56D7C; }
span { border-color: rgb(213,109,124); }
td.TdClassName
{
border-color: #D56D7C;
}
.TagClassName
{
border-color: #D56D7C;
}
</style>