Shades of Froly #DC7C80
Tints of Froly #DC7C80
RGB
CMYK
RGB Variations
Color information
#DC7C80 (or 0xDC7C80) is known color: Froly. HEX triplet: DC, 7C and 80. RGB value is (220,124,128). Sum of RGB (Red+Green+Blue) = 220+124+128=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C80 is #23837F. Grayscale: #999999. Windows color (decimal): -2327424 or 8420572. OLE color: 8420572.
HSL color Cylindrical-coordinate representation of color #DC7C80: hue angle of 357.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C80 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 128 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.14 |
| HSL | 357.5º | 0.58% | 0.67% | - |
| HSV(B) | 357.5º | 0.44% | 0.86% | - |
| XYZ | 40.62 | 31.19 | 24.3 | - |
| YUV | 153.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 128 | 0 | 0.44 | 0.42 | 0.14 | 357.5 | 0.58 | 0.67 |
| Hex | DC | 7C | 80 | 0 | 2C | 2A | E | 166 | 3A | 43 |
| Octal | 334 | 174 | 200 | 0 | 54 | 52 | 16 | 546 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10000000 | 0 | 101100 | 101010 | 1110 | 101100110 | 111010 | 1000011 |
Color Harmonies of #DC7C80
Complementary color
Monochromatic Colors of #DC7C80
Black with #DC7C80
Text Example
Text Example
White with #DC7C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C80; }
p { color: rgb(220,124,128); }
H1.HeaderClassName
{
color: #DC7C80;
}
.AnyTagClassName
{
color: #DC7C80;
}
</style>
background-color css
<style>
a { background-color: #DC7C80; }
a { background-color: rgb(220,124,128); }
div.DivClassName
{
background-color: #DC7C80;
}
.BgClassName
{
background-color: #DC7C80;
}
</style>
border-color css
<style>
span { border-color: #DC7C80; }
span { border-color: rgb(220,124,128); }
td.TdClassName
{
border-color: #DC7C80;
}
.TagClassName
{
border-color: #DC7C80;
}
</style>