Shades of Froly #D46479
Tints of Froly #D46479
RGB
CMYK
RGB Variations
Color information
#D46479 (or 0xD46479) is known color: Froly. HEX triplet: D4, 64 and 79. RGB value is (212,100,121). Sum of RGB (Red+Green+Blue) = 212+100+121=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D46479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46479 is #2B9B86. Grayscale: #878787. Windows color (decimal): -2857863 or 7955668. OLE color: 7955668.
HSL color Cylindrical-coordinate representation of color #D46479: hue angle of 348.75º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46479 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 121 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.17 |
| HSL | 348.75º | 0.57% | 0.61% | - |
| HSV(B) | 348.75º | 0.53% | 0.83% | - |
| XYZ | 35.16 | 24.49 | 20.96 | - |
| YUV | 135.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 121 | 0 | 0.53 | 0.43 | 0.17 | 348.75 | 0.57 | 0.61 |
| Hex | D4 | 64 | 79 | 0 | 35 | 2B | 11 | 15D | 39 | 3D |
| Octal | 324 | 144 | 171 | 0 | 65 | 53 | 21 | 535 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1111001 | 0 | 110101 | 101011 | 10001 | 101011101 | 111001 | 111101 |
Color Harmonies of #D46479
Complementary color
Monochromatic Colors of #D46479
Black with #D46479
Text Example
Text Example
White with #D46479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46479; }
p { color: rgb(212,100,121); }
H1.HeaderClassName
{
color: #D46479;
}
.AnyTagClassName
{
color: #D46479;
}
</style>
background-color css
<style>
a { background-color: #D46479; }
a { background-color: rgb(212,100,121); }
div.DivClassName
{
background-color: #D46479;
}
.BgClassName
{
background-color: #D46479;
}
</style>
border-color css
<style>
span { border-color: #D46479; }
span { border-color: rgb(212,100,121); }
td.TdClassName
{
border-color: #D46479;
}
.TagClassName
{
border-color: #D46479;
}
</style>