Shades of Deep Blush #DC7084
Tints of Deep Blush #DC7084
RGB
CMYK
RGB Variations
Color information
#DC7084 (or 0xDC7084) is known color: Deep Blush. HEX triplet: DC, 70 and 84. RGB value is (220,112,132). Sum of RGB (Red+Green+Blue) = 220+112+132=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7084 is #238F7B. Grayscale: #929292. Windows color (decimal): -2330492 or 8679644. OLE color: 8679644.
HSL color Cylindrical-coordinate representation of color #DC7084: hue angle of 348.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7084 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 132 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.14 |
| HSL | 348.89º | 0.61% | 0.65% | - |
| HSV(B) | 348.89º | 0.49% | 0.86% | - |
| XYZ | 39.47 | 28.47 | 25.24 | - |
| YUV | 146.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 132 | 0 | 0.49 | 0.40 | 0.14 | 348.89 | 0.61 | 0.65 |
| Hex | DC | 70 | 84 | 0 | 31 | 28 | E | 15D | 3D | 41 |
| Octal | 334 | 160 | 204 | 0 | 61 | 50 | 16 | 535 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10000100 | 0 | 110001 | 101000 | 1110 | 101011101 | 111101 | 1000001 |
Color Harmonies of #DC7084
Complementary color
Monochromatic Colors of #DC7084
Black with #DC7084
Text Example
Text Example
White with #DC7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7084; }
p { color: rgb(220,112,132); }
H1.HeaderClassName
{
color: #DC7084;
}
.AnyTagClassName
{
color: #DC7084;
}
</style>
background-color css
<style>
a { background-color: #DC7084; }
a { background-color: rgb(220,112,132); }
div.DivClassName
{
background-color: #DC7084;
}
.BgClassName
{
background-color: #DC7084;
}
</style>
border-color css
<style>
span { border-color: #DC7084; }
span { border-color: rgb(220,112,132); }
td.TdClassName
{
border-color: #DC7084;
}
.TagClassName
{
border-color: #DC7084;
}
</style>