Shades of Froly #D27174
Tints of Froly #D27174
RGB
CMYK
RGB Variations
Color information
#D27174 (or 0xD27174) is known color: Froly. HEX triplet: D2, 71 and 74. RGB value is (210,113,116). Sum of RGB (Red+Green+Blue) = 210+113+116=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D27174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27174 is #2D8E8B. Grayscale: #8E8E8E. Windows color (decimal): -2985612 or 7631314. OLE color: 7631314.
HSL color Cylindrical-coordinate representation of color #D27174: hue angle of 358.14º 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 #D27174 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 116 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.18 |
| HSL | 358.14º | 0.52% | 0.63% | - |
| HSV(B) | 358.14º | 0.46% | 0.82% | - |
| XYZ | 35.64 | 26.77 | 19.81 | - |
| YUV | 142.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 116 | 0 | 0.46 | 0.45 | 0.18 | 358.14 | 0.52 | 0.63 |
| Hex | D2 | 71 | 74 | 0 | 2E | 2D | 12 | 166 | 34 | 3F |
| Octal | 322 | 161 | 164 | 0 | 56 | 55 | 22 | 546 | 64 | 77 |
| Binary | 11010010 | 1110001 | 1110100 | 0 | 101110 | 101101 | 10010 | 101100110 | 110100 | 111111 |
Color Harmonies of #D27174
Complementary color
Monochromatic Colors of #D27174
Black with #D27174
Text Example
Text Example
White with #D27174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27174; }
p { color: rgb(210,113,116); }
H1.HeaderClassName
{
color: #D27174;
}
.AnyTagClassName
{
color: #D27174;
}
</style>
background-color css
<style>
a { background-color: #D27174; }
a { background-color: rgb(210,113,116); }
div.DivClassName
{
background-color: #D27174;
}
.BgClassName
{
background-color: #D27174;
}
</style>
border-color css
<style>
span { border-color: #D27174; }
span { border-color: rgb(210,113,116); }
td.TdClassName
{
border-color: #D27174;
}
.TagClassName
{
border-color: #D27174;
}
</style>