Shades of Deep Blush #DD7E84
Tints of Deep Blush #DD7E84
RGB
CMYK
RGB Variations
Color information
#DD7E84 (or 0xDD7E84) is known color: Deep Blush. HEX triplet: DD, 7E and 84. RGB value is (221,126,132). Sum of RGB (Red+Green+Blue) = 221+126+132=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E84 is #22817B. Grayscale: #9B9B9B. Windows color (decimal): -2261372 or 8683229. OLE color: 8683229.
HSL color Cylindrical-coordinate representation of color #DD7E84: hue angle of 356.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7E84 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 132 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.13 |
| HSL | 356.21º | 0.58% | 0.68% | - |
| HSV(B) | 356.21º | 0.43% | 0.87% | - |
| XYZ | 41.44 | 31.96 | 25.81 | - |
| YUV | 155.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 132 | 0 | 0.43 | 0.40 | 0.13 | 356.21 | 0.58 | 0.68 |
| Hex | DD | 7E | 84 | 0 | 2B | 28 | D | 164 | 3A | 44 |
| Octal | 335 | 176 | 204 | 0 | 53 | 50 | 15 | 544 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10000100 | 0 | 101011 | 101000 | 1101 | 101100100 | 111010 | 1000100 |
Color Harmonies of #DD7E84
Complementary color
Monochromatic Colors of #DD7E84
Black with #DD7E84
Text Example
Text Example
White with #DD7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E84; }
p { color: rgb(221,126,132); }
H1.HeaderClassName
{
color: #DD7E84;
}
.AnyTagClassName
{
color: #DD7E84;
}
</style>
background-color css
<style>
a { background-color: #DD7E84; }
a { background-color: rgb(221,126,132); }
div.DivClassName
{
background-color: #DD7E84;
}
.BgClassName
{
background-color: #DD7E84;
}
</style>
border-color css
<style>
span { border-color: #DD7E84; }
span { border-color: rgb(221,126,132); }
td.TdClassName
{
border-color: #DD7E84;
}
.TagClassName
{
border-color: #DD7E84;
}
</style>