Shades of Froly #D46A7B
Tints of Froly #D46A7B
RGB
CMYK
RGB Variations
Color information
#D46A7B (or 0xD46A7B) is known color: Froly. HEX triplet: D4, 6A and 7B. RGB value is (212,106,123). Sum of RGB (Red+Green+Blue) = 212+106+123=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A7B is #2B9584. Grayscale: #8B8B8B. Windows color (decimal): -2856325 or 8088276. OLE color: 8088276.
HSL color Cylindrical-coordinate representation of color #D46A7B: hue angle of 350.38º 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 #D46A7B is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 123 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.17 |
| HSL | 350.38º | 0.55% | 0.62% | - |
| HSV(B) | 350.38º | 0.5% | 0.83% | - |
| XYZ | 35.88 | 25.74 | 21.82 | - |
| YUV | 139.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 123 | 0 | 0.5 | 0.42 | 0.17 | 350.38 | 0.55 | 0.62 |
| Hex | D4 | 6A | 7B | 0 | 32 | 2A | 11 | 15E | 37 | 3E |
| Octal | 324 | 152 | 173 | 0 | 62 | 52 | 21 | 536 | 67 | 76 |
| Binary | 11010100 | 1101010 | 1111011 | 0 | 110010 | 101010 | 10001 | 101011110 | 110111 | 111110 |
Color Harmonies of #D46A7B
Complementary color
Monochromatic Colors of #D46A7B
Black with #D46A7B
Text Example
Text Example
White with #D46A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A7B; }
p { color: rgb(212,106,123); }
H1.HeaderClassName
{
color: #D46A7B;
}
.AnyTagClassName
{
color: #D46A7B;
}
</style>
background-color css
<style>
a { background-color: #D46A7B; }
a { background-color: rgb(212,106,123); }
div.DivClassName
{
background-color: #D46A7B;
}
.BgClassName
{
background-color: #D46A7B;
}
</style>
border-color css
<style>
span { border-color: #D46A7B; }
span { border-color: rgb(212,106,123); }
td.TdClassName
{
border-color: #D46A7B;
}
.TagClassName
{
border-color: #D46A7B;
}
</style>