Shades of Froly #D46474
Tints of Froly #D46474
RGB
CMYK
RGB Variations
Color information
#D46474 (or 0xD46474) is known color: Froly. HEX triplet: D4, 64 and 74. RGB value is (212,100,116). Sum of RGB (Red+Green+Blue) = 212+100+116=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D46474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46474 is #2B9B8B. Grayscale: #878787. Windows color (decimal): -2857868 or 7627988. OLE color: 7627988.
HSL color Cylindrical-coordinate representation of color #D46474: hue angle of 351.43º 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 #D46474 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 116 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.17 |
| HSL | 351.43º | 0.57% | 0.61% | - |
| HSV(B) | 351.43º | 0.53% | 0.83% | - |
| XYZ | 34.86 | 24.37 | 19.39 | - |
| YUV | 135.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 116 | 0 | 0.53 | 0.45 | 0.17 | 351.43 | 0.57 | 0.61 |
| Hex | D4 | 64 | 74 | 0 | 35 | 2D | 11 | 15F | 39 | 3D |
| Octal | 324 | 144 | 164 | 0 | 65 | 55 | 21 | 537 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1110100 | 0 | 110101 | 101101 | 10001 | 101011111 | 111001 | 111101 |
Color Harmonies of #D46474
Complementary color
Monochromatic Colors of #D46474
Black with #D46474
Text Example
Text Example
White with #D46474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46474; }
p { color: rgb(212,100,116); }
H1.HeaderClassName
{
color: #D46474;
}
.AnyTagClassName
{
color: #D46474;
}
</style>
background-color css
<style>
a { background-color: #D46474; }
a { background-color: rgb(212,100,116); }
div.DivClassName
{
background-color: #D46474;
}
.BgClassName
{
background-color: #D46474;
}
</style>
border-color css
<style>
span { border-color: #D46474; }
span { border-color: rgb(212,100,116); }
td.TdClassName
{
border-color: #D46474;
}
.TagClassName
{
border-color: #D46474;
}
</style>