Shades of Deep Blush #DD7A8B
Tints of Deep Blush #DD7A8B
RGB
CMYK
RGB Variations
Color information
#DD7A8B (or 0xDD7A8B) is known color: Deep Blush. HEX triplet: DD, 7A and 8B. RGB value is (221,122,139). Sum of RGB (Red+Green+Blue) = 221+122+139=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A8B is #228574. Grayscale: #999999. Windows color (decimal): -2262389 or 9140957. OLE color: 9140957.
HSL color Cylindrical-coordinate representation of color #DD7A8B: hue angle of 349.7º 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 #DD7A8B is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 139 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.13 |
| HSL | 349.7º | 0.59% | 0.67% | - |
| HSV(B) | 349.7º | 0.45% | 0.87% | - |
| XYZ | 41.44 | 31.16 | 28.26 | - |
| YUV | 153.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 139 | 0 | 0.45 | 0.37 | 0.13 | 349.7 | 0.59 | 0.67 |
| Hex | DD | 7A | 8B | 0 | 2D | 25 | D | 15E | 3B | 43 |
| Octal | 335 | 172 | 213 | 0 | 55 | 45 | 15 | 536 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10001011 | 0 | 101101 | 100101 | 1101 | 101011110 | 111011 | 1000011 |
Color Harmonies of #DD7A8B
Complementary color
Monochromatic Colors of #DD7A8B
Black with #DD7A8B
Text Example
Text Example
White with #DD7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A8B; }
p { color: rgb(221,122,139); }
H1.HeaderClassName
{
color: #DD7A8B;
}
.AnyTagClassName
{
color: #DD7A8B;
}
</style>
background-color css
<style>
a { background-color: #DD7A8B; }
a { background-color: rgb(221,122,139); }
div.DivClassName
{
background-color: #DD7A8B;
}
.BgClassName
{
background-color: #DD7A8B;
}
</style>
border-color css
<style>
span { border-color: #DD7A8B; }
span { border-color: rgb(221,122,139); }
td.TdClassName
{
border-color: #DD7A8B;
}
.TagClassName
{
border-color: #DD7A8B;
}
</style>