Shades of Deep Blush #DD7589
Tints of Deep Blush #DD7589
RGB
CMYK
RGB Variations
Color information
#DD7589 (or 0xDD7589) is known color: Deep Blush. HEX triplet: DD, 75 and 89. RGB value is (221,117,137). Sum of RGB (Red+Green+Blue) = 221+117+137=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7589 is #228A76. Grayscale: #969696. Windows color (decimal): -2263671 or 9008605. OLE color: 9008605.
HSL color Cylindrical-coordinate representation of color #DD7589: hue angle of 348.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7589 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 137 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.13 |
| HSL | 348.46º | 0.6% | 0.66% | - |
| HSV(B) | 348.46º | 0.47% | 0.87% | - |
| XYZ | 40.7 | 29.9 | 27.29 | - |
| YUV | 150.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 137 | 0 | 0.47 | 0.38 | 0.13 | 348.46 | 0.6 | 0.66 |
| Hex | DD | 75 | 89 | 0 | 2F | 26 | D | 15C | 3C | 42 |
| Octal | 335 | 165 | 211 | 0 | 57 | 46 | 15 | 534 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10001001 | 0 | 101111 | 100110 | 1101 | 101011100 | 111100 | 1000010 |
Color Harmonies of #DD7589
Complementary color
Monochromatic Colors of #DD7589
Black with #DD7589
Text Example
Text Example
White with #DD7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7589; }
p { color: rgb(221,117,137); }
H1.HeaderClassName
{
color: #DD7589;
}
.AnyTagClassName
{
color: #DD7589;
}
</style>
background-color css
<style>
a { background-color: #DD7589; }
a { background-color: rgb(221,117,137); }
div.DivClassName
{
background-color: #DD7589;
}
.BgClassName
{
background-color: #DD7589;
}
</style>
border-color css
<style>
span { border-color: #DD7589; }
span { border-color: rgb(221,117,137); }
td.TdClassName
{
border-color: #DD7589;
}
.TagClassName
{
border-color: #DD7589;
}
</style>