Shades of Froly #DC7179
Tints of Froly #DC7179
RGB
CMYK
RGB Variations
Color information
#DC7179 (or 0xDC7179) is known color: Froly. HEX triplet: DC, 71 and 79. RGB value is (220,113,121). Sum of RGB (Red+Green+Blue) = 220+113+121=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7179 is #238E86. Grayscale: #919191. Windows color (decimal): -2330247 or 7959004. OLE color: 7959004.
HSL color Cylindrical-coordinate representation of color #DC7179: hue angle of 355.51º 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 #DC7179 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 121 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.14 |
| HSL | 355.51º | 0.6% | 0.65% | - |
| HSV(B) | 355.51º | 0.49% | 0.86% | - |
| XYZ | 38.87 | 28.41 | 21.52 | - |
| YUV | 145.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 121 | 0 | 0.49 | 0.45 | 0.14 | 355.51 | 0.6 | 0.65 |
| Hex | DC | 71 | 79 | 0 | 31 | 2D | E | 164 | 3C | 41 |
| Octal | 334 | 161 | 171 | 0 | 61 | 55 | 16 | 544 | 74 | 101 |
| Binary | 11011100 | 1110001 | 1111001 | 0 | 110001 | 101101 | 1110 | 101100100 | 111100 | 1000001 |
Color Harmonies of #DC7179
Complementary color
Monochromatic Colors of #DC7179
Black with #DC7179
Text Example
Text Example
White with #DC7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7179; }
p { color: rgb(220,113,121); }
H1.HeaderClassName
{
color: #DC7179;
}
.AnyTagClassName
{
color: #DC7179;
}
</style>
background-color css
<style>
a { background-color: #DC7179; }
a { background-color: rgb(220,113,121); }
div.DivClassName
{
background-color: #DC7179;
}
.BgClassName
{
background-color: #DC7179;
}
</style>
border-color css
<style>
span { border-color: #DC7179; }
span { border-color: rgb(220,113,121); }
td.TdClassName
{
border-color: #DC7179;
}
.TagClassName
{
border-color: #DC7179;
}
</style>