Shades of Deep Blush #DD7B86
Tints of Deep Blush #DD7B86
RGB
CMYK
RGB Variations
Color information
#DD7B86 (or 0xDD7B86) is known color: Deep Blush. HEX triplet: DD, 7B and 86. RGB value is (221,123,134). Sum of RGB (Red+Green+Blue) = 221+123+134=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B86 is #228479. Grayscale: #999999. Windows color (decimal): -2262138 or 8813533. OLE color: 8813533.
HSL color Cylindrical-coordinate representation of color #DD7B86: hue angle of 353.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B86 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 134 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.13 |
| HSL | 353.27º | 0.59% | 0.67% | - |
| HSV(B) | 353.27º | 0.44% | 0.87% | - |
| XYZ | 41.2 | 31.26 | 26.42 | - |
| YUV | 153.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 134 | 0 | 0.44 | 0.39 | 0.13 | 353.27 | 0.59 | 0.67 |
| Hex | DD | 7B | 86 | 0 | 2C | 27 | D | 161 | 3B | 43 |
| Octal | 335 | 173 | 206 | 0 | 54 | 47 | 15 | 541 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10000110 | 0 | 101100 | 100111 | 1101 | 101100001 | 111011 | 1000011 |
Color Harmonies of #DD7B86
Complementary color
Monochromatic Colors of #DD7B86
Black with #DD7B86
Text Example
Text Example
White with #DD7B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B86; }
p { color: rgb(221,123,134); }
H1.HeaderClassName
{
color: #DD7B86;
}
.AnyTagClassName
{
color: #DD7B86;
}
</style>
background-color css
<style>
a { background-color: #DD7B86; }
a { background-color: rgb(221,123,134); }
div.DivClassName
{
background-color: #DD7B86;
}
.BgClassName
{
background-color: #DD7B86;
}
</style>
border-color css
<style>
span { border-color: #DD7B86; }
span { border-color: rgb(221,123,134); }
td.TdClassName
{
border-color: #DD7B86;
}
.TagClassName
{
border-color: #DD7B86;
}
</style>