Shades of Froly #DC7D82
Tints of Froly #DC7D82
RGB
CMYK
RGB Variations
Color information
#DC7D82 (or 0xDC7D82) is known color: Froly. HEX triplet: DC, 7D and 82. RGB value is (220,125,130). Sum of RGB (Red+Green+Blue) = 220+125+130=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D82 is #23827D. Grayscale: #9A9A9A. Windows color (decimal): -2327166 or 8551900. OLE color: 8551900.
HSL color Cylindrical-coordinate representation of color #DC7D82: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7D82 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 130 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.14 |
| HSL | 356.84º | 0.58% | 0.68% | - |
| HSV(B) | 356.84º | 0.43% | 0.86% | - |
| XYZ | 40.88 | 31.49 | 25.04 | - |
| YUV | 153.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 130 | 0 | 0.43 | 0.41 | 0.14 | 356.84 | 0.58 | 0.68 |
| Hex | DC | 7D | 82 | 0 | 2B | 29 | E | 165 | 3A | 44 |
| Octal | 334 | 175 | 202 | 0 | 53 | 51 | 16 | 545 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10000010 | 0 | 101011 | 101001 | 1110 | 101100101 | 111010 | 1000100 |
Color Harmonies of #DC7D82
Complementary color
Monochromatic Colors of #DC7D82
Black with #DC7D82
Text Example
Text Example
White with #DC7D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D82; }
p { color: rgb(220,125,130); }
H1.HeaderClassName
{
color: #DC7D82;
}
.AnyTagClassName
{
color: #DC7D82;
}
</style>
background-color css
<style>
a { background-color: #DC7D82; }
a { background-color: rgb(220,125,130); }
div.DivClassName
{
background-color: #DC7D82;
}
.BgClassName
{
background-color: #DC7D82;
}
</style>
border-color css
<style>
span { border-color: #DC7D82; }
span { border-color: rgb(220,125,130); }
td.TdClassName
{
border-color: #DC7D82;
}
.TagClassName
{
border-color: #DC7D82;
}
</style>