Shades of Froly #D56872
Tints of Froly #D56872
RGB
CMYK
RGB Variations
Color information
#D56872 (or 0xD56872) is known color: Froly. HEX triplet: D5, 68 and 72. RGB value is (213,104,114). Sum of RGB (Red+Green+Blue) = 213+104+114=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D56872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56872 is #2A978D. Grayscale: #898989. Windows color (decimal): -2791310 or 7497941. OLE color: 7497941.
HSL color Cylindrical-coordinate representation of color #D56872: hue angle of 354.5º 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 #D56872 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 114 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.16 |
| HSL | 354.5º | 0.56% | 0.62% | - |
| HSV(B) | 354.5º | 0.51% | 0.84% | - |
| XYZ | 35.43 | 25.26 | 18.93 | - |
| YUV | 137.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 114 | 0 | 0.51 | 0.46 | 0.16 | 354.5 | 0.56 | 0.62 |
| Hex | D5 | 68 | 72 | 0 | 33 | 2E | 10 | 162 | 38 | 3E |
| Octal | 325 | 150 | 162 | 0 | 63 | 56 | 20 | 542 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1110010 | 0 | 110011 | 101110 | 10000 | 101100010 | 111000 | 111110 |
Color Harmonies of #D56872
Complementary color
Monochromatic Colors of #D56872
Black with #D56872
Text Example
Text Example
White with #D56872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56872; }
p { color: rgb(213,104,114); }
H1.HeaderClassName
{
color: #D56872;
}
.AnyTagClassName
{
color: #D56872;
}
</style>
background-color css
<style>
a { background-color: #D56872; }
a { background-color: rgb(213,104,114); }
div.DivClassName
{
background-color: #D56872;
}
.BgClassName
{
background-color: #D56872;
}
</style>
border-color css
<style>
span { border-color: #D56872; }
span { border-color: rgb(213,104,114); }
td.TdClassName
{
border-color: #D56872;
}
.TagClassName
{
border-color: #D56872;
}
</style>