Shades of Froly #DC7177
Tints of Froly #DC7177
RGB
CMYK
RGB Variations
Color information
#DC7177 (or 0xDC7177) is known color: Froly. HEX triplet: DC, 71 and 77. RGB value is (220,113,119). Sum of RGB (Red+Green+Blue) = 220+113+119=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7177 is #238E88. Grayscale: #919191. Windows color (decimal): -2330249 or 7827932. OLE color: 7827932.
HSL color Cylindrical-coordinate representation of color #DC7177: hue angle of 356.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7177 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 119 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.14 |
| HSL | 356.64º | 0.6% | 0.65% | - |
| HSV(B) | 356.64º | 0.49% | 0.86% | - |
| XYZ | 38.75 | 28.36 | 20.88 | - |
| YUV | 145.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 119 | 0 | 0.49 | 0.46 | 0.14 | 356.64 | 0.6 | 0.65 |
| Hex | DC | 71 | 77 | 0 | 31 | 2E | E | 165 | 3C | 41 |
| Octal | 334 | 161 | 167 | 0 | 61 | 56 | 16 | 545 | 74 | 101 |
| Binary | 11011100 | 1110001 | 1110111 | 0 | 110001 | 101110 | 1110 | 101100101 | 111100 | 1000001 |
Color Harmonies of #DC7177
Complementary color
Monochromatic Colors of #DC7177
Black with #DC7177
Text Example
Text Example
White with #DC7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7177; }
p { color: rgb(220,113,119); }
H1.HeaderClassName
{
color: #DC7177;
}
.AnyTagClassName
{
color: #DC7177;
}
</style>
background-color css
<style>
a { background-color: #DC7177; }
a { background-color: rgb(220,113,119); }
div.DivClassName
{
background-color: #DC7177;
}
.BgClassName
{
background-color: #DC7177;
}
</style>
border-color css
<style>
span { border-color: #DC7177; }
span { border-color: rgb(220,113,119); }
td.TdClassName
{
border-color: #DC7177;
}
.TagClassName
{
border-color: #DC7177;
}
</style>