Shades of Froly #D46579
Tints of Froly #D46579
RGB
CMYK
RGB Variations
Color information
#D46579 (or 0xD46579) is known color: Froly. HEX triplet: D4, 65 and 79. RGB value is (212,101,121). Sum of RGB (Red+Green+Blue) = 212+101+121=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D46579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46579 is #2B9A86. Grayscale: #888888. Windows color (decimal): -2857607 or 7955924. OLE color: 7955924.
HSL color Cylindrical-coordinate representation of color #D46579: hue angle of 349.19º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46579 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 121 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.17 |
| HSL | 349.19º | 0.56% | 0.61% | - |
| HSV(B) | 349.19º | 0.52% | 0.83% | - |
| XYZ | 35.26 | 24.68 | 21 | - |
| YUV | 136.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 121 | 0 | 0.52 | 0.43 | 0.17 | 349.19 | 0.56 | 0.61 |
| Hex | D4 | 65 | 79 | 0 | 34 | 2B | 11 | 15D | 38 | 3D |
| Octal | 324 | 145 | 171 | 0 | 64 | 53 | 21 | 535 | 70 | 75 |
| Binary | 11010100 | 1100101 | 1111001 | 0 | 110100 | 101011 | 10001 | 101011101 | 111000 | 111101 |
Color Harmonies of #D46579
Complementary color
Monochromatic Colors of #D46579
Black with #D46579
Text Example
Text Example
White with #D46579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46579; }
p { color: rgb(212,101,121); }
H1.HeaderClassName
{
color: #D46579;
}
.AnyTagClassName
{
color: #D46579;
}
</style>
background-color css
<style>
a { background-color: #D46579; }
a { background-color: rgb(212,101,121); }
div.DivClassName
{
background-color: #D46579;
}
.BgClassName
{
background-color: #D46579;
}
</style>
border-color css
<style>
span { border-color: #D46579; }
span { border-color: rgb(212,101,121); }
td.TdClassName
{
border-color: #D46579;
}
.TagClassName
{
border-color: #D46579;
}
</style>