Shades of Froly #D46470
Tints of Froly #D46470
RGB
CMYK
RGB Variations
Color information
#D46470 (or 0xD46470) is known color: Froly. HEX triplet: D4, 64 and 70. RGB value is (212,100,112). Sum of RGB (Red+Green+Blue) = 212+100+112=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D46470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46470 is #2B9B8F. Grayscale: #868686. Windows color (decimal): -2857872 or 7365844. OLE color: 7365844.
HSL color Cylindrical-coordinate representation of color #D46470: hue angle of 353.57º 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 #D46470 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 112 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.17 |
| HSL | 353.57º | 0.57% | 0.61% | - |
| HSV(B) | 353.57º | 0.53% | 0.83% | - |
| XYZ | 34.63 | 24.28 | 18.19 | - |
| YUV | 134.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 112 | 0 | 0.53 | 0.47 | 0.17 | 353.57 | 0.57 | 0.61 |
| Hex | D4 | 64 | 70 | 0 | 35 | 2F | 11 | 162 | 39 | 3D |
| Octal | 324 | 144 | 160 | 0 | 65 | 57 | 21 | 542 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1110000 | 0 | 110101 | 101111 | 10001 | 101100010 | 111001 | 111101 |
Color Harmonies of #D46470
Complementary color
Monochromatic Colors of #D46470
Black with #D46470
Text Example
Text Example
White with #D46470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46470; }
p { color: rgb(212,100,112); }
H1.HeaderClassName
{
color: #D46470;
}
.AnyTagClassName
{
color: #D46470;
}
</style>
background-color css
<style>
a { background-color: #D46470; }
a { background-color: rgb(212,100,112); }
div.DivClassName
{
background-color: #D46470;
}
.BgClassName
{
background-color: #D46470;
}
</style>
border-color css
<style>
span { border-color: #D46470; }
span { border-color: rgb(212,100,112); }
td.TdClassName
{
border-color: #D46470;
}
.TagClassName
{
border-color: #D46470;
}
</style>