Shades of Froly #DC7C7D
Tints of Froly #DC7C7D
RGB
CMYK
RGB Variations
Color information
#DC7C7D (or 0xDC7C7D) is known color: Froly. HEX triplet: DC, 7C and 7D. RGB value is (220,124,125). Sum of RGB (Red+Green+Blue) = 220+124+125=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C7D is #238382. Grayscale: #989898. Windows color (decimal): -2327427 or 8223964. OLE color: 8223964.
HSL color Cylindrical-coordinate representation of color #DC7C7D: hue angle of 359.38º 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 #DC7C7D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 125 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.14 |
| HSL | 359.38º | 0.58% | 0.67% | - |
| HSV(B) | 359.38º | 0.44% | 0.86% | - |
| XYZ | 40.42 | 31.11 | 23.28 | - |
| YUV | 152.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 125 | 0 | 0.44 | 0.43 | 0.14 | 359.38 | 0.58 | 0.67 |
| Hex | DC | 7C | 7D | 0 | 2C | 2B | E | 167 | 3A | 43 |
| Octal | 334 | 174 | 175 | 0 | 54 | 53 | 16 | 547 | 72 | 103 |
| Binary | 11011100 | 1111100 | 1111101 | 0 | 101100 | 101011 | 1110 | 101100111 | 111010 | 1000011 |
Color Harmonies of #DC7C7D
Complementary color
Monochromatic Colors of #DC7C7D
Black with #DC7C7D
Text Example
Text Example
White with #DC7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C7D; }
p { color: rgb(220,124,125); }
H1.HeaderClassName
{
color: #DC7C7D;
}
.AnyTagClassName
{
color: #DC7C7D;
}
</style>
background-color css
<style>
a { background-color: #DC7C7D; }
a { background-color: rgb(220,124,125); }
div.DivClassName
{
background-color: #DC7C7D;
}
.BgClassName
{
background-color: #DC7C7D;
}
</style>
border-color css
<style>
span { border-color: #DC7C7D; }
span { border-color: rgb(220,124,125); }
td.TdClassName
{
border-color: #DC7C7D;
}
.TagClassName
{
border-color: #DC7C7D;
}
</style>