Shades of Froly #D46A7A
Tints of Froly #D46A7A
RGB
CMYK
RGB Variations
Color information
#D46A7A (or 0xD46A7A) is known color: Froly. HEX triplet: D4, 6A and 7A. RGB value is (212,106,122). Sum of RGB (Red+Green+Blue) = 212+106+122=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A7A is #2B9585. Grayscale: #8B8B8B. Windows color (decimal): -2856326 or 8022740. OLE color: 8022740.
HSL color Cylindrical-coordinate representation of color #D46A7A: hue angle of 350.94º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A7A is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 122 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.17 |
| HSL | 350.94º | 0.55% | 0.62% | - |
| HSV(B) | 350.94º | 0.5% | 0.83% | - |
| XYZ | 35.82 | 25.71 | 21.49 | - |
| YUV | 139.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 122 | 0 | 0.5 | 0.42 | 0.17 | 350.94 | 0.55 | 0.62 |
| Hex | D4 | 6A | 7A | 0 | 32 | 2A | 11 | 15F | 37 | 3E |
| Octal | 324 | 152 | 172 | 0 | 62 | 52 | 21 | 537 | 67 | 76 |
| Binary | 11010100 | 1101010 | 1111010 | 0 | 110010 | 101010 | 10001 | 101011111 | 110111 | 111110 |
Color Harmonies of #D46A7A
Complementary color
Monochromatic Colors of #D46A7A
Black with #D46A7A
Text Example
Text Example
White with #D46A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A7A; }
p { color: rgb(212,106,122); }
H1.HeaderClassName
{
color: #D46A7A;
}
.AnyTagClassName
{
color: #D46A7A;
}
</style>
background-color css
<style>
a { background-color: #D46A7A; }
a { background-color: rgb(212,106,122); }
div.DivClassName
{
background-color: #D46A7A;
}
.BgClassName
{
background-color: #D46A7A;
}
</style>
border-color css
<style>
span { border-color: #D46A7A; }
span { border-color: rgb(212,106,122); }
td.TdClassName
{
border-color: #D46A7A;
}
.TagClassName
{
border-color: #D46A7A;
}
</style>