Shades of Deep Blush #DD7D84
Tints of Deep Blush #DD7D84
RGB
CMYK
RGB Variations
Color information
#DD7D84 (or 0xDD7D84) is known color: Deep Blush. HEX triplet: DD, 7D and 84. RGB value is (221,125,132). Sum of RGB (Red+Green+Blue) = 221+125+132=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D84 is #22827B. Grayscale: #9A9A9A. Windows color (decimal): -2261628 or 8682973. OLE color: 8682973.
HSL color Cylindrical-coordinate representation of color #DD7D84: hue angle of 355.62º degrees, saturation: 0.59, 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 #DD7D84 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 132 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.13 |
| HSL | 355.63º | 0.59% | 0.68% | - |
| HSV(B) | 355.63º | 0.43% | 0.87% | - |
| XYZ | 41.32 | 31.71 | 25.77 | - |
| YUV | 154.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 132 | 0 | 0.43 | 0.40 | 0.13 | 355.63 | 0.59 | 0.68 |
| Hex | DD | 7D | 84 | 0 | 2B | 28 | D | 164 | 3B | 44 |
| Octal | 335 | 175 | 204 | 0 | 53 | 50 | 15 | 544 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10000100 | 0 | 101011 | 101000 | 1101 | 101100100 | 111011 | 1000100 |
Color Harmonies of #DD7D84
Complementary color
Monochromatic Colors of #DD7D84
Black with #DD7D84
Text Example
Text Example
White with #DD7D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D84; }
p { color: rgb(221,125,132); }
H1.HeaderClassName
{
color: #DD7D84;
}
.AnyTagClassName
{
color: #DD7D84;
}
</style>
background-color css
<style>
a { background-color: #DD7D84; }
a { background-color: rgb(221,125,132); }
div.DivClassName
{
background-color: #DD7D84;
}
.BgClassName
{
background-color: #DD7D84;
}
</style>
border-color css
<style>
span { border-color: #DD7D84; }
span { border-color: rgb(221,125,132); }
td.TdClassName
{
border-color: #DD7D84;
}
.TagClassName
{
border-color: #DD7D84;
}
</style>