Shades of Froly #D27176
Tints of Froly #D27176
RGB
CMYK
RGB Variations
Color information
#D27176 (or 0xD27176) is known color: Froly. HEX triplet: D2, 71 and 76. RGB value is (210,113,118). Sum of RGB (Red+Green+Blue) = 210+113+118=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27176 is #2D8E89. Grayscale: #8E8E8E. Windows color (decimal): -2985610 or 7762386. OLE color: 7762386.
HSL color Cylindrical-coordinate representation of color #D27176: hue angle of 356.91º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27176 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 118 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.18 |
| HSL | 356.91º | 0.52% | 0.63% | - |
| HSV(B) | 356.91º | 0.46% | 0.82% | - |
| XYZ | 35.75 | 26.82 | 20.43 | - |
| YUV | 142.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 118 | 0 | 0.46 | 0.44 | 0.18 | 356.91 | 0.52 | 0.63 |
| Hex | D2 | 71 | 76 | 0 | 2E | 2C | 12 | 165 | 34 | 3F |
| Octal | 322 | 161 | 166 | 0 | 56 | 54 | 22 | 545 | 64 | 77 |
| Binary | 11010010 | 1110001 | 1110110 | 0 | 101110 | 101100 | 10010 | 101100101 | 110100 | 111111 |
Color Harmonies of #D27176
Complementary color
Monochromatic Colors of #D27176
Black with #D27176
Text Example
Text Example
White with #D27176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27176; }
p { color: rgb(210,113,118); }
H1.HeaderClassName
{
color: #D27176;
}
.AnyTagClassName
{
color: #D27176;
}
</style>
background-color css
<style>
a { background-color: #D27176; }
a { background-color: rgb(210,113,118); }
div.DivClassName
{
background-color: #D27176;
}
.BgClassName
{
background-color: #D27176;
}
</style>
border-color css
<style>
span { border-color: #D27176; }
span { border-color: rgb(210,113,118); }
td.TdClassName
{
border-color: #D27176;
}
.TagClassName
{
border-color: #D27176;
}
</style>