Shades of Deep Blush #DC7A84
Tints of Deep Blush #DC7A84
RGB
CMYK
RGB Variations
Color information
#DC7A84 (or 0xDC7A84) is known color: Deep Blush. HEX triplet: DC, 7A and 84. RGB value is (220,122,132). Sum of RGB (Red+Green+Blue) = 220+122+132=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A84 is #23857B. Grayscale: #989898. Windows color (decimal): -2327932 or 8682204. OLE color: 8682204.
HSL color Cylindrical-coordinate representation of color #DC7A84: hue angle of 353.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A84 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 132 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.14 |
| HSL | 353.88º | 0.58% | 0.67% | - |
| HSV(B) | 353.88º | 0.45% | 0.86% | - |
| XYZ | 40.64 | 30.8 | 25.63 | - |
| YUV | 152.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 132 | 0 | 0.45 | 0.40 | 0.14 | 353.88 | 0.58 | 0.67 |
| Hex | DC | 7A | 84 | 0 | 2D | 28 | E | 162 | 3A | 43 |
| Octal | 334 | 172 | 204 | 0 | 55 | 50 | 16 | 542 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10000100 | 0 | 101101 | 101000 | 1110 | 101100010 | 111010 | 1000011 |
Color Harmonies of #DC7A84
Complementary color
Monochromatic Colors of #DC7A84
Black with #DC7A84
Text Example
Text Example
White with #DC7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A84; }
p { color: rgb(220,122,132); }
H1.HeaderClassName
{
color: #DC7A84;
}
.AnyTagClassName
{
color: #DC7A84;
}
</style>
background-color css
<style>
a { background-color: #DC7A84; }
a { background-color: rgb(220,122,132); }
div.DivClassName
{
background-color: #DC7A84;
}
.BgClassName
{
background-color: #DC7A84;
}
</style>
border-color css
<style>
span { border-color: #DC7A84; }
span { border-color: rgb(220,122,132); }
td.TdClassName
{
border-color: #DC7A84;
}
.TagClassName
{
border-color: #DC7A84;
}
</style>