Shades of Froly #D46D79
Tints of Froly #D46D79
RGB
CMYK
RGB Variations
Color information
#D46D79 (or 0xD46D79) is known color: Froly. HEX triplet: D4, 6D and 79. RGB value is (212,109,121). Sum of RGB (Red+Green+Blue) = 212+109+121=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D79 is #2B9286. Grayscale: #8D8D8D. Windows color (decimal): -2855559 or 7957972. OLE color: 7957972.
HSL color Cylindrical-coordinate representation of color #D46D79: hue angle of 353.01º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46D79 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 121 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.17 |
| HSL | 353.01º | 0.54% | 0.63% | - |
| HSV(B) | 353.01º | 0.49% | 0.83% | - |
| XYZ | 36.07 | 26.31 | 21.27 | - |
| YUV | 141.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 121 | 0 | 0.49 | 0.43 | 0.17 | 353.01 | 0.54 | 0.63 |
| Hex | D4 | 6D | 79 | 0 | 31 | 2B | 11 | 161 | 36 | 3F |
| Octal | 324 | 155 | 171 | 0 | 61 | 53 | 21 | 541 | 66 | 77 |
| Binary | 11010100 | 1101101 | 1111001 | 0 | 110001 | 101011 | 10001 | 101100001 | 110110 | 111111 |
Color Harmonies of #D46D79
Complementary color
Monochromatic Colors of #D46D79
Black with #D46D79
Text Example
Text Example
White with #D46D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D79; }
p { color: rgb(212,109,121); }
H1.HeaderClassName
{
color: #D46D79;
}
.AnyTagClassName
{
color: #D46D79;
}
</style>
background-color css
<style>
a { background-color: #D46D79; }
a { background-color: rgb(212,109,121); }
div.DivClassName
{
background-color: #D46D79;
}
.BgClassName
{
background-color: #D46D79;
}
</style>
border-color css
<style>
span { border-color: #D46D79; }
span { border-color: rgb(212,109,121); }
td.TdClassName
{
border-color: #D46D79;
}
.TagClassName
{
border-color: #D46D79;
}
</style>