Shades of Deep Blush #DD7B88
Tints of Deep Blush #DD7B88
RGB
CMYK
RGB Variations
Color information
#DD7B88 (or 0xDD7B88) is known color: Deep Blush. HEX triplet: DD, 7B and 88. RGB value is (221,123,136). Sum of RGB (Red+Green+Blue) = 221+123+136=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B88 is #228477. Grayscale: #999999. Windows color (decimal): -2262136 or 8944605. OLE color: 8944605.
HSL color Cylindrical-coordinate representation of color #DD7B88: hue angle of 352.04º 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 #DD7B88 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 136 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.13 |
| HSL | 352.04º | 0.59% | 0.67% | - |
| HSV(B) | 352.04º | 0.44% | 0.87% | - |
| XYZ | 41.35 | 31.32 | 27.16 | - |
| YUV | 153.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 136 | 0 | 0.44 | 0.38 | 0.13 | 352.04 | 0.59 | 0.67 |
| Hex | DD | 7B | 88 | 0 | 2C | 26 | D | 160 | 3B | 43 |
| Octal | 335 | 173 | 210 | 0 | 54 | 46 | 15 | 540 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10001000 | 0 | 101100 | 100110 | 1101 | 101100000 | 111011 | 1000011 |
Color Harmonies of #DD7B88
Complementary color
Monochromatic Colors of #DD7B88
Black with #DD7B88
Text Example
Text Example
White with #DD7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B88; }
p { color: rgb(221,123,136); }
H1.HeaderClassName
{
color: #DD7B88;
}
.AnyTagClassName
{
color: #DD7B88;
}
</style>
background-color css
<style>
a { background-color: #DD7B88; }
a { background-color: rgb(221,123,136); }
div.DivClassName
{
background-color: #DD7B88;
}
.BgClassName
{
background-color: #DD7B88;
}
</style>
border-color css
<style>
span { border-color: #DD7B88; }
span { border-color: rgb(221,123,136); }
td.TdClassName
{
border-color: #DD7B88;
}
.TagClassName
{
border-color: #DD7B88;
}
</style>