Shades of Deep Blush #DD7888
Tints of Deep Blush #DD7888
RGB
CMYK
RGB Variations
Color information
#DD7888 (or 0xDD7888) is known color: Deep Blush. HEX triplet: DD, 78 and 88. RGB value is (221,120,136). Sum of RGB (Red+Green+Blue) = 221+120+136=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7888 is #228777. Grayscale: #989898. Windows color (decimal): -2262904 or 8943837. OLE color: 8943837.
HSL color Cylindrical-coordinate representation of color #DD7888: hue angle of 350.5º 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 #DD7888 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 136 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.13 |
| HSL | 350.5º | 0.6% | 0.67% | - |
| HSV(B) | 350.5º | 0.46% | 0.87% | - |
| XYZ | 40.98 | 30.58 | 27.04 | - |
| YUV | 152.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 136 | 0 | 0.46 | 0.38 | 0.13 | 350.5 | 0.6 | 0.67 |
| Hex | DD | 78 | 88 | 0 | 2E | 26 | D | 15E | 3C | 43 |
| Octal | 335 | 170 | 210 | 0 | 56 | 46 | 15 | 536 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10001000 | 0 | 101110 | 100110 | 1101 | 101011110 | 111100 | 1000011 |
Color Harmonies of #DD7888
Complementary color
Monochromatic Colors of #DD7888
Black with #DD7888
Text Example
Text Example
White with #DD7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7888; }
p { color: rgb(221,120,136); }
H1.HeaderClassName
{
color: #DD7888;
}
.AnyTagClassName
{
color: #DD7888;
}
</style>
background-color css
<style>
a { background-color: #DD7888; }
a { background-color: rgb(221,120,136); }
div.DivClassName
{
background-color: #DD7888;
}
.BgClassName
{
background-color: #DD7888;
}
</style>
border-color css
<style>
span { border-color: #DD7888; }
span { border-color: rgb(221,120,136); }
td.TdClassName
{
border-color: #DD7888;
}
.TagClassName
{
border-color: #DD7888;
}
</style>