Shades of Deep Blush #DC7686
Tints of Deep Blush #DC7686
RGB
CMYK
RGB Variations
Color information
#DC7686 (or 0xDC7686) is known color: Deep Blush. HEX triplet: DC, 76 and 86. RGB value is (220,118,134). Sum of RGB (Red+Green+Blue) = 220+118+134=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7686 is #238979. Grayscale: #969696. Windows color (decimal): -2328954 or 8812252. OLE color: 8812252.
HSL color Cylindrical-coordinate representation of color #DC7686: hue angle of 350.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7686 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 134 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.14 |
| HSL | 350.59º | 0.59% | 0.66% | - |
| HSV(B) | 350.59º | 0.46% | 0.86% | - |
| XYZ | 40.3 | 29.89 | 26.2 | - |
| YUV | 150.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 134 | 0 | 0.46 | 0.39 | 0.14 | 350.59 | 0.59 | 0.66 |
| Hex | DC | 76 | 86 | 0 | 2E | 27 | E | 15F | 3B | 42 |
| Octal | 334 | 166 | 206 | 0 | 56 | 47 | 16 | 537 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10000110 | 0 | 101110 | 100111 | 1110 | 101011111 | 111011 | 1000010 |
Color Harmonies of #DC7686
Complementary color
Monochromatic Colors of #DC7686
Black with #DC7686
Text Example
Text Example
White with #DC7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7686; }
p { color: rgb(220,118,134); }
H1.HeaderClassName
{
color: #DC7686;
}
.AnyTagClassName
{
color: #DC7686;
}
</style>
background-color css
<style>
a { background-color: #DC7686; }
a { background-color: rgb(220,118,134); }
div.DivClassName
{
background-color: #DC7686;
}
.BgClassName
{
background-color: #DC7686;
}
</style>
border-color css
<style>
span { border-color: #DC7686; }
span { border-color: rgb(220,118,134); }
td.TdClassName
{
border-color: #DC7686;
}
.TagClassName
{
border-color: #DC7686;
}
</style>