Shades of Deep Blush #DD7C86
Tints of Deep Blush #DD7C86
RGB
CMYK
RGB Variations
Color information
#DD7C86 (or 0xDD7C86) is known color: Deep Blush. HEX triplet: DD, 7C and 86. RGB value is (221,124,134). Sum of RGB (Red+Green+Blue) = 221+124+134=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C86 is #228379. Grayscale: #9A9A9A. Windows color (decimal): -2261882 or 8813789. OLE color: 8813789.
HSL color Cylindrical-coordinate representation of color #DD7C86: hue angle of 353.81º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C86 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 134 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.13 |
| HSL | 353.81º | 0.59% | 0.68% | - |
| HSV(B) | 353.81º | 0.44% | 0.87% | - |
| XYZ | 41.33 | 31.51 | 26.46 | - |
| YUV | 154.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 134 | 0 | 0.44 | 0.39 | 0.13 | 353.81 | 0.59 | 0.68 |
| Hex | DD | 7C | 86 | 0 | 2C | 27 | D | 162 | 3B | 44 |
| Octal | 335 | 174 | 206 | 0 | 54 | 47 | 15 | 542 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10000110 | 0 | 101100 | 100111 | 1101 | 101100010 | 111011 | 1000100 |
Color Harmonies of #DD7C86
Complementary color
Monochromatic Colors of #DD7C86
Black with #DD7C86
Text Example
Text Example
White with #DD7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C86; }
p { color: rgb(221,124,134); }
H1.HeaderClassName
{
color: #DD7C86;
}
.AnyTagClassName
{
color: #DD7C86;
}
</style>
background-color css
<style>
a { background-color: #DD7C86; }
a { background-color: rgb(221,124,134); }
div.DivClassName
{
background-color: #DD7C86;
}
.BgClassName
{
background-color: #DD7C86;
}
</style>
border-color css
<style>
span { border-color: #DD7C86; }
span { border-color: rgb(221,124,134); }
td.TdClassName
{
border-color: #DD7C86;
}
.TagClassName
{
border-color: #DD7C86;
}
</style>