Shades of Deep Blush #DD7889
Tints of Deep Blush #DD7889
RGB
CMYK
RGB Variations
Color information
#DD7889 (or 0xDD7889) is known color: Deep Blush. HEX triplet: DD, 78 and 89. RGB value is (221,120,137). Sum of RGB (Red+Green+Blue) = 221+120+137=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7889 is #228776. Grayscale: #989898. Windows color (decimal): -2262903 or 9009373. OLE color: 9009373.
HSL color Cylindrical-coordinate representation of color #DD7889: hue angle of 349.9º 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 #DD7889 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 137 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.13 |
| HSL | 349.9º | 0.6% | 0.67% | - |
| HSV(B) | 349.9º | 0.46% | 0.87% | - |
| XYZ | 41.05 | 30.61 | 27.41 | - |
| YUV | 152.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 137 | 0 | 0.46 | 0.38 | 0.13 | 349.9 | 0.6 | 0.67 |
| Hex | DD | 78 | 89 | 0 | 2E | 26 | D | 15E | 3C | 43 |
| Octal | 335 | 170 | 211 | 0 | 56 | 46 | 15 | 536 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10001001 | 0 | 101110 | 100110 | 1101 | 101011110 | 111100 | 1000011 |
Color Harmonies of #DD7889
Complementary color
Monochromatic Colors of #DD7889
Black with #DD7889
Text Example
Text Example
White with #DD7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7889; }
p { color: rgb(221,120,137); }
H1.HeaderClassName
{
color: #DD7889;
}
.AnyTagClassName
{
color: #DD7889;
}
</style>
background-color css
<style>
a { background-color: #DD7889; }
a { background-color: rgb(221,120,137); }
div.DivClassName
{
background-color: #DD7889;
}
.BgClassName
{
background-color: #DD7889;
}
</style>
border-color css
<style>
span { border-color: #DD7889; }
span { border-color: rgb(221,120,137); }
td.TdClassName
{
border-color: #DD7889;
}
.TagClassName
{
border-color: #DD7889;
}
</style>