Shades of Deep Blush #DC7489
Tints of Deep Blush #DC7489
RGB
CMYK
RGB Variations
Color information
#DC7489 (or 0xDC7489) is known color: Deep Blush. HEX triplet: DC, 74 and 89. RGB value is (220,116,137). Sum of RGB (Red+Green+Blue) = 220+116+137=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7489 is #238B76. Grayscale: #959595. Windows color (decimal): -2329463 or 9008348. OLE color: 9008348.
HSL color Cylindrical-coordinate representation of color #DC7489: hue angle of 347.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7489 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 137 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.14 |
| HSL | 347.88º | 0.6% | 0.66% | - |
| HSV(B) | 347.88º | 0.47% | 0.86% | - |
| XYZ | 40.28 | 29.51 | 27.24 | - |
| YUV | 149.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 137 | 0 | 0.47 | 0.38 | 0.14 | 347.88 | 0.6 | 0.66 |
| Hex | DC | 74 | 89 | 0 | 2F | 26 | E | 15C | 3C | 42 |
| Octal | 334 | 164 | 211 | 0 | 57 | 46 | 16 | 534 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10001001 | 0 | 101111 | 100110 | 1110 | 101011100 | 111100 | 1000010 |
Color Harmonies of #DC7489
Complementary color
Monochromatic Colors of #DC7489
Black with #DC7489
Text Example
Text Example
White with #DC7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7489; }
p { color: rgb(220,116,137); }
H1.HeaderClassName
{
color: #DC7489;
}
.AnyTagClassName
{
color: #DC7489;
}
</style>
background-color css
<style>
a { background-color: #DC7489; }
a { background-color: rgb(220,116,137); }
div.DivClassName
{
background-color: #DC7489;
}
.BgClassName
{
background-color: #DC7489;
}
</style>
border-color css
<style>
span { border-color: #DC7489; }
span { border-color: rgb(220,116,137); }
td.TdClassName
{
border-color: #DC7489;
}
.TagClassName
{
border-color: #DC7489;
}
</style>