Shades of Deep Blush #DD7A8D
Tints of Deep Blush #DD7A8D
RGB
CMYK
RGB Variations
Color information
#DD7A8D (or 0xDD7A8D) is known color: Deep Blush. HEX triplet: DD, 7A and 8D. RGB value is (221,122,141). Sum of RGB (Red+Green+Blue) = 221+122+141=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A8D is #228572. Grayscale: #999999. Windows color (decimal): -2262387 or 9272029. OLE color: 9272029.
HSL color Cylindrical-coordinate representation of color #DD7A8D: hue angle of 348.48º 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 #DD7A8D is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 141 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.13 |
| HSL | 348.48º | 0.59% | 0.67% | - |
| HSV(B) | 348.48º | 0.45% | 0.87% | - |
| XYZ | 41.59 | 31.21 | 29.03 | - |
| YUV | 153.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 141 | 0 | 0.45 | 0.36 | 0.13 | 348.48 | 0.59 | 0.67 |
| Hex | DD | 7A | 8D | 0 | 2D | 24 | D | 15C | 3B | 43 |
| Octal | 335 | 172 | 215 | 0 | 55 | 44 | 15 | 534 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10001101 | 0 | 101101 | 100100 | 1101 | 101011100 | 111011 | 1000011 |
Color Harmonies of #DD7A8D
Complementary color
Monochromatic Colors of #DD7A8D
Black with #DD7A8D
Text Example
Text Example
White with #DD7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A8D; }
p { color: rgb(221,122,141); }
H1.HeaderClassName
{
color: #DD7A8D;
}
.AnyTagClassName
{
color: #DD7A8D;
}
</style>
background-color css
<style>
a { background-color: #DD7A8D; }
a { background-color: rgb(221,122,141); }
div.DivClassName
{
background-color: #DD7A8D;
}
.BgClassName
{
background-color: #DD7A8D;
}
</style>
border-color css
<style>
span { border-color: #DD7A8D; }
span { border-color: rgb(221,122,141); }
td.TdClassName
{
border-color: #DD7A8D;
}
.TagClassName
{
border-color: #DD7A8D;
}
</style>