Shades of Froly #D57079
Tints of Froly #D57079
RGB
CMYK
RGB Variations
Color information
#D57079 (or 0xD57079) is known color: Froly. HEX triplet: D5, 70 and 79. RGB value is (213,112,121). Sum of RGB (Red+Green+Blue) = 213+112+121=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57079 is #2A8F86. Grayscale: #8F8F8F. Windows color (decimal): -2789255 or 7958741. OLE color: 7958741.
HSL color Cylindrical-coordinate representation of color #D57079: hue angle of 354.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57079 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 121 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.16 |
| HSL | 354.65º | 0.55% | 0.64% | - |
| HSV(B) | 354.65º | 0.47% | 0.84% | - |
| XYZ | 36.69 | 27.11 | 21.39 | - |
| YUV | 143.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 121 | 0 | 0.47 | 0.43 | 0.16 | 354.65 | 0.55 | 0.64 |
| Hex | D5 | 70 | 79 | 0 | 2F | 2B | 10 | 163 | 37 | 40 |
| Octal | 325 | 160 | 171 | 0 | 57 | 53 | 20 | 543 | 67 | 100 |
| Binary | 11010101 | 1110000 | 1111001 | 0 | 101111 | 101011 | 10000 | 101100011 | 110111 | 1000000 |
Color Harmonies of #D57079
Complementary color
Monochromatic Colors of #D57079
Black with #D57079
Text Example
Text Example
White with #D57079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57079; }
p { color: rgb(213,112,121); }
H1.HeaderClassName
{
color: #D57079;
}
.AnyTagClassName
{
color: #D57079;
}
</style>
background-color css
<style>
a { background-color: #D57079; }
a { background-color: rgb(213,112,121); }
div.DivClassName
{
background-color: #D57079;
}
.BgClassName
{
background-color: #D57079;
}
</style>
border-color css
<style>
span { border-color: #D57079; }
span { border-color: rgb(213,112,121); }
td.TdClassName
{
border-color: #D57079;
}
.TagClassName
{
border-color: #D57079;
}
</style>