Shades of Froly #DC7079
Tints of Froly #DC7079
RGB
CMYK
RGB Variations
Color information
#DC7079 (or 0xDC7079) is known color: Froly. HEX triplet: DC, 70 and 79. RGB value is (220,112,121). Sum of RGB (Red+Green+Blue) = 220+112+121=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7079 is #238F86. Grayscale: #919191. Windows color (decimal): -2330503 or 7958748. OLE color: 7958748.
HSL color Cylindrical-coordinate representation of color #DC7079: hue angle of 355º degrees, saturation: 0.61, 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 #DC7079 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 121 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.14 |
| HSL | 355º | 0.61% | 0.65% | - |
| HSV(B) | 355º | 0.49% | 0.86% | - |
| XYZ | 38.76 | 28.18 | 21.49 | - |
| YUV | 145.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 121 | 0 | 0.49 | 0.45 | 0.14 | 355 | 0.61 | 0.65 |
| Hex | DC | 70 | 79 | 0 | 31 | 2D | E | 163 | 3D | 41 |
| Octal | 334 | 160 | 171 | 0 | 61 | 55 | 16 | 543 | 75 | 101 |
| Binary | 11011100 | 1110000 | 1111001 | 0 | 110001 | 101101 | 1110 | 101100011 | 111101 | 1000001 |
Color Harmonies of #DC7079
Complementary color
Monochromatic Colors of #DC7079
Black with #DC7079
Text Example
Text Example
White with #DC7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7079; }
p { color: rgb(220,112,121); }
H1.HeaderClassName
{
color: #DC7079;
}
.AnyTagClassName
{
color: #DC7079;
}
</style>
background-color css
<style>
a { background-color: #DC7079; }
a { background-color: rgb(220,112,121); }
div.DivClassName
{
background-color: #DC7079;
}
.BgClassName
{
background-color: #DC7079;
}
</style>
border-color css
<style>
span { border-color: #DC7079; }
span { border-color: rgb(220,112,121); }
td.TdClassName
{
border-color: #DC7079;
}
.TagClassName
{
border-color: #DC7079;
}
</style>