Shades of Deep Blush #DD7B89
Tints of Deep Blush #DD7B89
RGB
CMYK
RGB Variations
Color information
#DD7B89 (or 0xDD7B89) is known color: Deep Blush. HEX triplet: DD, 7B and 89. RGB value is (221,123,137). Sum of RGB (Red+Green+Blue) = 221+123+137=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B89 is #228476. Grayscale: #999999. Windows color (decimal): -2262135 or 9010141. OLE color: 9010141.
HSL color Cylindrical-coordinate representation of color #DD7B89: hue angle of 351.43º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B89 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 137 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.13 |
| HSL | 351.43º | 0.59% | 0.67% | - |
| HSV(B) | 351.43º | 0.44% | 0.87% | - |
| XYZ | 41.42 | 31.34 | 27.53 | - |
| YUV | 153.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 137 | 0 | 0.44 | 0.38 | 0.13 | 351.43 | 0.59 | 0.67 |
| Hex | DD | 7B | 89 | 0 | 2C | 26 | D | 15F | 3B | 43 |
| Octal | 335 | 173 | 211 | 0 | 54 | 46 | 15 | 537 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10001001 | 0 | 101100 | 100110 | 1101 | 101011111 | 111011 | 1000011 |
Color Harmonies of #DD7B89
Complementary color
Monochromatic Colors of #DD7B89
Black with #DD7B89
Text Example
Text Example
White with #DD7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B89; }
p { color: rgb(221,123,137); }
H1.HeaderClassName
{
color: #DD7B89;
}
.AnyTagClassName
{
color: #DD7B89;
}
</style>
background-color css
<style>
a { background-color: #DD7B89; }
a { background-color: rgb(221,123,137); }
div.DivClassName
{
background-color: #DD7B89;
}
.BgClassName
{
background-color: #DD7B89;
}
</style>
border-color css
<style>
span { border-color: #DD7B89; }
span { border-color: rgb(221,123,137); }
td.TdClassName
{
border-color: #DD7B89;
}
.TagClassName
{
border-color: #DD7B89;
}
</style>