Shades of Deep Blush #DC7589
Tints of Deep Blush #DC7589
RGB
CMYK
RGB Variations
Color information
#DC7589 (or 0xDC7589) is known color: Deep Blush. HEX triplet: DC, 75 and 89. RGB value is (220,117,137). Sum of RGB (Red+Green+Blue) = 220+117+137=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7589 is #238A76. Grayscale: #969696. Windows color (decimal): -2329207 or 9008604. OLE color: 9008604.
HSL color Cylindrical-coordinate representation of color #DC7589: hue angle of 348.35º 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 #DC7589 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 137 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.14 |
| HSL | 348.35º | 0.6% | 0.66% | - |
| HSV(B) | 348.35º | 0.47% | 0.86% | - |
| XYZ | 40.39 | 29.74 | 27.28 | - |
| YUV | 150.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 137 | 0 | 0.47 | 0.38 | 0.14 | 348.35 | 0.6 | 0.66 |
| Hex | DC | 75 | 89 | 0 | 2F | 26 | E | 15C | 3C | 42 |
| Octal | 334 | 165 | 211 | 0 | 57 | 46 | 16 | 534 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10001001 | 0 | 101111 | 100110 | 1110 | 101011100 | 111100 | 1000010 |
Color Harmonies of #DC7589
Complementary color
Monochromatic Colors of #DC7589
Black with #DC7589
Text Example
Text Example
White with #DC7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7589; }
p { color: rgb(220,117,137); }
H1.HeaderClassName
{
color: #DC7589;
}
.AnyTagClassName
{
color: #DC7589;
}
</style>
background-color css
<style>
a { background-color: #DC7589; }
a { background-color: rgb(220,117,137); }
div.DivClassName
{
background-color: #DC7589;
}
.BgClassName
{
background-color: #DC7589;
}
</style>
border-color css
<style>
span { border-color: #DC7589; }
span { border-color: rgb(220,117,137); }
td.TdClassName
{
border-color: #DC7589;
}
.TagClassName
{
border-color: #DC7589;
}
</style>