Shades of Froly #D46B7A
Tints of Froly #D46B7A
RGB
CMYK
RGB Variations
Color information
#D46B7A (or 0xD46B7A) is known color: Froly. HEX triplet: D4, 6B and 7A. RGB value is (212,107,122). Sum of RGB (Red+Green+Blue) = 212+107+122=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B7A is #2B9485. Grayscale: #8C8C8C. Windows color (decimal): -2856070 or 8022996. OLE color: 8022996.
HSL color Cylindrical-coordinate representation of color #D46B7A: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B7A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 122 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.17 |
| HSL | 351.43º | 0.55% | 0.63% | - |
| HSV(B) | 351.43º | 0.5% | 0.83% | - |
| XYZ | 35.92 | 25.92 | 21.52 | - |
| YUV | 140.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 122 | 0 | 0.50 | 0.42 | 0.17 | 351.43 | 0.55 | 0.63 |
| Hex | D4 | 6B | 7A | 0 | 32 | 2A | 11 | 15F | 37 | 3F |
| Octal | 324 | 153 | 172 | 0 | 62 | 52 | 21 | 537 | 67 | 77 |
| Binary | 11010100 | 1101011 | 1111010 | 0 | 110010 | 101010 | 10001 | 101011111 | 110111 | 111111 |
Color Harmonies of #D46B7A
Complementary color
Monochromatic Colors of #D46B7A
Black with #D46B7A
Text Example
Text Example
White with #D46B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B7A; }
p { color: rgb(212,107,122); }
H1.HeaderClassName
{
color: #D46B7A;
}
.AnyTagClassName
{
color: #D46B7A;
}
</style>
background-color css
<style>
a { background-color: #D46B7A; }
a { background-color: rgb(212,107,122); }
div.DivClassName
{
background-color: #D46B7A;
}
.BgClassName
{
background-color: #D46B7A;
}
</style>
border-color css
<style>
span { border-color: #D46B7A; }
span { border-color: rgb(212,107,122); }
td.TdClassName
{
border-color: #D46B7A;
}
.TagClassName
{
border-color: #D46B7A;
}
</style>