Shades of Froly #DC7479
Tints of Froly #DC7479
RGB
CMYK
RGB Variations
Color information
#DC7479 (or 0xDC7479) is known color: Froly. HEX triplet: DC, 74 and 79. RGB value is (220,116,121). Sum of RGB (Red+Green+Blue) = 220+116+121=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7479 is #238B86. Grayscale: #939393. Windows color (decimal): -2329479 or 7959772. OLE color: 7959772.
HSL color Cylindrical-coordinate representation of color #DC7479: hue angle of 357.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7479 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 121 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.14 |
| HSL | 357.12º | 0.6% | 0.66% | - |
| HSV(B) | 357.12º | 0.47% | 0.86% | - |
| XYZ | 39.21 | 29.09 | 21.64 | - |
| YUV | 147.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 121 | 0 | 0.47 | 0.45 | 0.14 | 357.12 | 0.6 | 0.66 |
| Hex | DC | 74 | 79 | 0 | 2F | 2D | E | 165 | 3C | 42 |
| Octal | 334 | 164 | 171 | 0 | 57 | 55 | 16 | 545 | 74 | 102 |
| Binary | 11011100 | 1110100 | 1111001 | 0 | 101111 | 101101 | 1110 | 101100101 | 111100 | 1000010 |
Color Harmonies of #DC7479
Complementary color
Monochromatic Colors of #DC7479
Black with #DC7479
Text Example
Text Example
White with #DC7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7479; }
p { color: rgb(220,116,121); }
H1.HeaderClassName
{
color: #DC7479;
}
.AnyTagClassName
{
color: #DC7479;
}
</style>
background-color css
<style>
a { background-color: #DC7479; }
a { background-color: rgb(220,116,121); }
div.DivClassName
{
background-color: #DC7479;
}
.BgClassName
{
background-color: #DC7479;
}
</style>
border-color css
<style>
span { border-color: #DC7479; }
span { border-color: rgb(220,116,121); }
td.TdClassName
{
border-color: #DC7479;
}
.TagClassName
{
border-color: #DC7479;
}
</style>