Shades of Deep Blush #DC7189
Tints of Deep Blush #DC7189
RGB
CMYK
RGB Variations
Color information
#DC7189 (or 0xDC7189) is known color: Deep Blush. HEX triplet: DC, 71 and 89. RGB value is (220,113,137). Sum of RGB (Red+Green+Blue) = 220+113+137=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7189 is #238E76. Grayscale: #939393. Windows color (decimal): -2330231 or 9007580. OLE color: 9007580.
HSL color Cylindrical-coordinate representation of color #DC7189: hue angle of 346.54º 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 #DC7189 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 137 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.14 |
| HSL | 346.54º | 0.6% | 0.65% | - |
| HSV(B) | 346.54º | 0.49% | 0.86% | - |
| XYZ | 39.94 | 28.83 | 27.13 | - |
| YUV | 147.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 137 | 0 | 0.49 | 0.38 | 0.14 | 346.54 | 0.6 | 0.65 |
| Hex | DC | 71 | 89 | 0 | 31 | 26 | E | 15B | 3C | 41 |
| Octal | 334 | 161 | 211 | 0 | 61 | 46 | 16 | 533 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10001001 | 0 | 110001 | 100110 | 1110 | 101011011 | 111100 | 1000001 |
Color Harmonies of #DC7189
Complementary color
Monochromatic Colors of #DC7189
Black with #DC7189
Text Example
Text Example
White with #DC7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7189; }
p { color: rgb(220,113,137); }
H1.HeaderClassName
{
color: #DC7189;
}
.AnyTagClassName
{
color: #DC7189;
}
</style>
background-color css
<style>
a { background-color: #DC7189; }
a { background-color: rgb(220,113,137); }
div.DivClassName
{
background-color: #DC7189;
}
.BgClassName
{
background-color: #DC7189;
}
</style>
border-color css
<style>
span { border-color: #DC7189; }
span { border-color: rgb(220,113,137); }
td.TdClassName
{
border-color: #DC7189;
}
.TagClassName
{
border-color: #DC7189;
}
</style>