Shades of Deep Blush #DC7C86
Tints of Deep Blush #DC7C86
RGB
CMYK
RGB Variations
Color information
#DC7C86 (or 0xDC7C86) is known color: Deep Blush. HEX triplet: DC, 7C and 86. RGB value is (220,124,134). Sum of RGB (Red+Green+Blue) = 220+124+134=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C86 is #238379. Grayscale: #999999. Windows color (decimal): -2327418 or 8813788. OLE color: 8813788.
HSL color Cylindrical-coordinate representation of color #DC7C86: hue angle of 353.75º 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 #DC7C86 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 134 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.14 |
| HSL | 353.75º | 0.58% | 0.67% | - |
| HSV(B) | 353.75º | 0.44% | 0.86% | - |
| XYZ | 41.03 | 31.35 | 26.44 | - |
| YUV | 153.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 134 | 0 | 0.44 | 0.39 | 0.14 | 353.75 | 0.58 | 0.67 |
| Hex | DC | 7C | 86 | 0 | 2C | 27 | E | 162 | 3A | 43 |
| Octal | 334 | 174 | 206 | 0 | 54 | 47 | 16 | 542 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10000110 | 0 | 101100 | 100111 | 1110 | 101100010 | 111010 | 1000011 |
Color Harmonies of #DC7C86
Complementary color
Monochromatic Colors of #DC7C86
Black with #DC7C86
Text Example
Text Example
White with #DC7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C86; }
p { color: rgb(220,124,134); }
H1.HeaderClassName
{
color: #DC7C86;
}
.AnyTagClassName
{
color: #DC7C86;
}
</style>
background-color css
<style>
a { background-color: #DC7C86; }
a { background-color: rgb(220,124,134); }
div.DivClassName
{
background-color: #DC7C86;
}
.BgClassName
{
background-color: #DC7C86;
}
</style>
border-color css
<style>
span { border-color: #DC7C86; }
span { border-color: rgb(220,124,134); }
td.TdClassName
{
border-color: #DC7C86;
}
.TagClassName
{
border-color: #DC7C86;
}
</style>