Shades of Froly #D57178
Tints of Froly #D57178
RGB
CMYK
RGB Variations
Color information
#D57178 (or 0xD57178) is known color: Froly. HEX triplet: D5, 71 and 78. RGB value is (213,113,120). Sum of RGB (Red+Green+Blue) = 213+113+120=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57178 is #2A8E87. Grayscale: #8F8F8F. Windows color (decimal): -2789000 or 7893461. OLE color: 7893461.
HSL color Cylindrical-coordinate representation of color #D57178: hue angle of 355.8º degrees, saturation: 0.54, 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 #D57178 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 120 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.16 |
| HSL | 355.8º | 0.54% | 0.64% | - |
| HSV(B) | 355.8º | 0.47% | 0.84% | - |
| XYZ | 36.74 | 27.31 | 21.1 | - |
| YUV | 143.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 120 | 0 | 0.47 | 0.44 | 0.16 | 355.8 | 0.54 | 0.64 |
| Hex | D5 | 71 | 78 | 0 | 2F | 2C | 10 | 164 | 36 | 40 |
| Octal | 325 | 161 | 170 | 0 | 57 | 54 | 20 | 544 | 66 | 100 |
| Binary | 11010101 | 1110001 | 1111000 | 0 | 101111 | 101100 | 10000 | 101100100 | 110110 | 1000000 |
Color Harmonies of #D57178
Complementary color
Monochromatic Colors of #D57178
Black with #D57178
Text Example
Text Example
White with #D57178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57178; }
p { color: rgb(213,113,120); }
H1.HeaderClassName
{
color: #D57178;
}
.AnyTagClassName
{
color: #D57178;
}
</style>
background-color css
<style>
a { background-color: #D57178; }
a { background-color: rgb(213,113,120); }
div.DivClassName
{
background-color: #D57178;
}
.BgClassName
{
background-color: #D57178;
}
</style>
border-color css
<style>
span { border-color: #D57178; }
span { border-color: rgb(213,113,120); }
td.TdClassName
{
border-color: #D57178;
}
.TagClassName
{
border-color: #D57178;
}
</style>