Shades of Deep Blush #DD7988
Tints of Deep Blush #DD7988
RGB
CMYK
RGB Variations
Color information
#DD7988 (or 0xDD7988) is known color: Deep Blush. HEX triplet: DD, 79 and 88. RGB value is (221,121,136). Sum of RGB (Red+Green+Blue) = 221+121+136=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7988 is #228677. Grayscale: #989898. Windows color (decimal): -2262648 or 8944093. OLE color: 8944093.
HSL color Cylindrical-coordinate representation of color #DD7988: hue angle of 351º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7988 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 136 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.13 |
| HSL | 351º | 0.6% | 0.67% | - |
| HSV(B) | 351º | 0.45% | 0.87% | - |
| XYZ | 41.1 | 30.82 | 27.08 | - |
| YUV | 152.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 136 | 0 | 0.45 | 0.38 | 0.13 | 351 | 0.6 | 0.67 |
| Hex | DD | 79 | 88 | 0 | 2D | 26 | D | 15F | 3C | 43 |
| Octal | 335 | 171 | 210 | 0 | 55 | 46 | 15 | 537 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10001000 | 0 | 101101 | 100110 | 1101 | 101011111 | 111100 | 1000011 |
Color Harmonies of #DD7988
Complementary color
Monochromatic Colors of #DD7988
Black with #DD7988
Text Example
Text Example
White with #DD7988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7988; }
p { color: rgb(221,121,136); }
H1.HeaderClassName
{
color: #DD7988;
}
.AnyTagClassName
{
color: #DD7988;
}
</style>
background-color css
<style>
a { background-color: #DD7988; }
a { background-color: rgb(221,121,136); }
div.DivClassName
{
background-color: #DD7988;
}
.BgClassName
{
background-color: #DD7988;
}
</style>
border-color css
<style>
span { border-color: #DD7988; }
span { border-color: rgb(221,121,136); }
td.TdClassName
{
border-color: #DD7988;
}
.TagClassName
{
border-color: #DD7988;
}
</style>