Shades of Froly #D47A7D
Tints of Froly #D47A7D
RGB
CMYK
RGB Variations
Color information
#D47A7D (or 0xD47A7D) is known color: Froly. HEX triplet: D4, 7A and 7D. RGB value is (212,122,125). Sum of RGB (Red+Green+Blue) = 212+122+125=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A7D is #2B8582. Grayscale: #959595. Windows color (decimal): -2852227 or 8223444. OLE color: 8223444.
HSL color Cylindrical-coordinate representation of color #D47A7D: hue angle of 358º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A7D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 125 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.17 |
| HSL | 358º | 0.51% | 0.65% | - |
| HSV(B) | 358º | 0.42% | 0.83% | - |
| XYZ | 37.81 | 29.4 | 23.08 | - |
| YUV | 149.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 125 | 0 | 0.42 | 0.41 | 0.17 | 358 | 0.51 | 0.65 |
| Hex | D4 | 7A | 7D | 0 | 2A | 29 | 11 | 166 | 33 | 41 |
| Octal | 324 | 172 | 175 | 0 | 52 | 51 | 21 | 546 | 63 | 101 |
| Binary | 11010100 | 1111010 | 1111101 | 0 | 101010 | 101001 | 10001 | 101100110 | 110011 | 1000001 |
Color Harmonies of #D47A7D
Complementary color
Monochromatic Colors of #D47A7D
Black with #D47A7D
Text Example
Text Example
White with #D47A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A7D; }
p { color: rgb(212,122,125); }
H1.HeaderClassName
{
color: #D47A7D;
}
.AnyTagClassName
{
color: #D47A7D;
}
</style>
background-color css
<style>
a { background-color: #D47A7D; }
a { background-color: rgb(212,122,125); }
div.DivClassName
{
background-color: #D47A7D;
}
.BgClassName
{
background-color: #D47A7D;
}
</style>
border-color css
<style>
span { border-color: #D47A7D; }
span { border-color: rgb(212,122,125); }
td.TdClassName
{
border-color: #D47A7D;
}
.TagClassName
{
border-color: #D47A7D;
}
</style>