Shades of Deep Blush #DD788D
Tints of Deep Blush #DD788D
RGB
CMYK
RGB Variations
Color information
#DD788D (or 0xDD788D) is known color: Deep Blush. HEX triplet: DD, 78 and 8D. RGB value is (221,120,141). Sum of RGB (Red+Green+Blue) = 221+120+141=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD788D is #228772. Grayscale: #989898. Windows color (decimal): -2262899 or 9271517. OLE color: 9271517.
HSL color Cylindrical-coordinate representation of color #DD788D: hue angle of 347.52º 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 #DD788D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 141 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.13 |
| HSL | 347.52º | 0.6% | 0.67% | - |
| HSV(B) | 347.52º | 0.46% | 0.87% | - |
| XYZ | 41.34 | 30.73 | 28.95 | - |
| YUV | 152.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 141 | 0 | 0.46 | 0.36 | 0.13 | 347.52 | 0.6 | 0.67 |
| Hex | DD | 78 | 8D | 0 | 2E | 24 | D | 15C | 3C | 43 |
| Octal | 335 | 170 | 215 | 0 | 56 | 44 | 15 | 534 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10001101 | 0 | 101110 | 100100 | 1101 | 101011100 | 111100 | 1000011 |
Color Harmonies of #DD788D
Complementary color
Monochromatic Colors of #DD788D
Black with #DD788D
Text Example
Text Example
White with #DD788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD788D; }
p { color: rgb(221,120,141); }
H1.HeaderClassName
{
color: #DD788D;
}
.AnyTagClassName
{
color: #DD788D;
}
</style>
background-color css
<style>
a { background-color: #DD788D; }
a { background-color: rgb(221,120,141); }
div.DivClassName
{
background-color: #DD788D;
}
.BgClassName
{
background-color: #DD788D;
}
</style>
border-color css
<style>
span { border-color: #DD788D; }
span { border-color: rgb(221,120,141); }
td.TdClassName
{
border-color: #DD788D;
}
.TagClassName
{
border-color: #DD788D;
}
</style>