Shades of Deep Blush #DD7A87
Tints of Deep Blush #DD7A87
RGB
CMYK
RGB Variations
Color information
#DD7A87 (or 0xDD7A87) is known color: Deep Blush. HEX triplet: DD, 7A and 87. RGB value is (221,122,135). Sum of RGB (Red+Green+Blue) = 221+122+135=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A87 is #228578. Grayscale: #999999. Windows color (decimal): -2262393 or 8878813. OLE color: 8878813.
HSL color Cylindrical-coordinate representation of color #DD7A87: hue angle of 352.12º degrees, saturation: 0.59, 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 #DD7A87 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 135 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.13 |
| HSL | 352.12º | 0.59% | 0.67% | - |
| HSV(B) | 352.12º | 0.45% | 0.87% | - |
| XYZ | 41.15 | 31.04 | 26.74 | - |
| YUV | 153.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 135 | 0 | 0.45 | 0.39 | 0.13 | 352.12 | 0.59 | 0.67 |
| Hex | DD | 7A | 87 | 0 | 2D | 27 | D | 160 | 3B | 43 |
| Octal | 335 | 172 | 207 | 0 | 55 | 47 | 15 | 540 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10000111 | 0 | 101101 | 100111 | 1101 | 101100000 | 111011 | 1000011 |
Color Harmonies of #DD7A87
Complementary color
Monochromatic Colors of #DD7A87
Black with #DD7A87
Text Example
Text Example
White with #DD7A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A87; }
p { color: rgb(221,122,135); }
H1.HeaderClassName
{
color: #DD7A87;
}
.AnyTagClassName
{
color: #DD7A87;
}
</style>
background-color css
<style>
a { background-color: #DD7A87; }
a { background-color: rgb(221,122,135); }
div.DivClassName
{
background-color: #DD7A87;
}
.BgClassName
{
background-color: #DD7A87;
}
</style>
border-color css
<style>
span { border-color: #DD7A87; }
span { border-color: rgb(221,122,135); }
td.TdClassName
{
border-color: #DD7A87;
}
.TagClassName
{
border-color: #DD7A87;
}
</style>