Shades of Froly #DC7980
Tints of Froly #DC7980
RGB
CMYK
RGB Variations
Color information
#DC7980 (or 0xDC7980) is known color: Froly. HEX triplet: DC, 79 and 80. RGB value is (220,121,128). Sum of RGB (Red+Green+Blue) = 220+121+128=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7980 is #23867F. Grayscale: #979797. Windows color (decimal): -2328192 or 8419804. OLE color: 8419804.
HSL color Cylindrical-coordinate representation of color #DC7980: hue angle of 355.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7980 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 128 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.14 |
| HSL | 355.76º | 0.59% | 0.67% | - |
| HSV(B) | 355.76º | 0.45% | 0.86% | - |
| XYZ | 40.25 | 30.45 | 24.18 | - |
| YUV | 151.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 128 | 0 | 0.45 | 0.42 | 0.14 | 355.76 | 0.59 | 0.67 |
| Hex | DC | 79 | 80 | 0 | 2D | 2A | E | 164 | 3B | 43 |
| Octal | 334 | 171 | 200 | 0 | 55 | 52 | 16 | 544 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10000000 | 0 | 101101 | 101010 | 1110 | 101100100 | 111011 | 1000011 |
Color Harmonies of #DC7980
Complementary color
Monochromatic Colors of #DC7980
Black with #DC7980
Text Example
Text Example
White with #DC7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7980; }
p { color: rgb(220,121,128); }
H1.HeaderClassName
{
color: #DC7980;
}
.AnyTagClassName
{
color: #DC7980;
}
</style>
background-color css
<style>
a { background-color: #DC7980; }
a { background-color: rgb(220,121,128); }
div.DivClassName
{
background-color: #DC7980;
}
.BgClassName
{
background-color: #DC7980;
}
</style>
border-color css
<style>
span { border-color: #DC7980; }
span { border-color: rgb(220,121,128); }
td.TdClassName
{
border-color: #DC7980;
}
.TagClassName
{
border-color: #DC7980;
}
</style>