Shades of Deep Blush #DC7184
Tints of Deep Blush #DC7184
RGB
CMYK
RGB Variations
Color information
#DC7184 (or 0xDC7184) is known color: Deep Blush. HEX triplet: DC, 71 and 84. RGB value is (220,113,132). Sum of RGB (Red+Green+Blue) = 220+113+132=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7184 is #238E7B. Grayscale: #939393. Windows color (decimal): -2330236 or 8679900. OLE color: 8679900.
HSL color Cylindrical-coordinate representation of color #DC7184: hue angle of 349.35º degrees, saturation: 0.6, 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 #DC7184 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 132 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.14 |
| HSL | 349.35º | 0.6% | 0.65% | - |
| HSV(B) | 349.35º | 0.49% | 0.86% | - |
| XYZ | 39.59 | 28.69 | 25.28 | - |
| YUV | 147.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 132 | 0 | 0.49 | 0.40 | 0.14 | 349.35 | 0.6 | 0.65 |
| Hex | DC | 71 | 84 | 0 | 31 | 28 | E | 15D | 3C | 41 |
| Octal | 334 | 161 | 204 | 0 | 61 | 50 | 16 | 535 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10000100 | 0 | 110001 | 101000 | 1110 | 101011101 | 111100 | 1000001 |
Color Harmonies of #DC7184
Complementary color
Monochromatic Colors of #DC7184
Black with #DC7184
Text Example
Text Example
White with #DC7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7184; }
p { color: rgb(220,113,132); }
H1.HeaderClassName
{
color: #DC7184;
}
.AnyTagClassName
{
color: #DC7184;
}
</style>
background-color css
<style>
a { background-color: #DC7184; }
a { background-color: rgb(220,113,132); }
div.DivClassName
{
background-color: #DC7184;
}
.BgClassName
{
background-color: #DC7184;
}
</style>
border-color css
<style>
span { border-color: #DC7184; }
span { border-color: rgb(220,113,132); }
td.TdClassName
{
border-color: #DC7184;
}
.TagClassName
{
border-color: #DC7184;
}
</style>