Shades of Deep Blush #DD7789
Tints of Deep Blush #DD7789
RGB
CMYK
RGB Variations
Color information
#DD7789 (or 0xDD7789) is known color: Deep Blush. HEX triplet: DD, 77 and 89. RGB value is (221,119,137). Sum of RGB (Red+Green+Blue) = 221+119+137=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7789 is #228876. Grayscale: #979797. Windows color (decimal): -2263159 or 9009117. OLE color: 9009117.
HSL color Cylindrical-coordinate representation of color #DD7789: hue angle of 349.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7789 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 137 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.13 |
| HSL | 349.41º | 0.6% | 0.67% | - |
| HSV(B) | 349.41º | 0.46% | 0.87% | - |
| XYZ | 40.93 | 30.37 | 27.37 | - |
| YUV | 151.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 137 | 0 | 0.46 | 0.38 | 0.13 | 349.41 | 0.6 | 0.67 |
| Hex | DD | 77 | 89 | 0 | 2E | 26 | D | 15D | 3C | 43 |
| Octal | 335 | 167 | 211 | 0 | 56 | 46 | 15 | 535 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10001001 | 0 | 101110 | 100110 | 1101 | 101011101 | 111100 | 1000011 |
Color Harmonies of #DD7789
Complementary color
Monochromatic Colors of #DD7789
Black with #DD7789
Text Example
Text Example
White with #DD7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7789; }
p { color: rgb(221,119,137); }
H1.HeaderClassName
{
color: #DD7789;
}
.AnyTagClassName
{
color: #DD7789;
}
</style>
background-color css
<style>
a { background-color: #DD7789; }
a { background-color: rgb(221,119,137); }
div.DivClassName
{
background-color: #DD7789;
}
.BgClassName
{
background-color: #DD7789;
}
</style>
border-color css
<style>
span { border-color: #DD7789; }
span { border-color: rgb(221,119,137); }
td.TdClassName
{
border-color: #DD7789;
}
.TagClassName
{
border-color: #DD7789;
}
</style>