Shades of Deep Blush #DD7B8B
Tints of Deep Blush #DD7B8B
RGB
CMYK
RGB Variations
Color information
#DD7B8B (or 0xDD7B8B) is known color: Deep Blush. HEX triplet: DD, 7B and 8B. RGB value is (221,123,139). Sum of RGB (Red+Green+Blue) = 221+123+139=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B8B is #228474. Grayscale: #9A9A9A. Windows color (decimal): -2262133 or 9141213. OLE color: 9141213.
HSL color Cylindrical-coordinate representation of color #DD7B8B: hue angle of 350.2º 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 #DD7B8B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 139 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.13 |
| HSL | 350.2º | 0.59% | 0.67% | - |
| HSV(B) | 350.2º | 0.44% | 0.87% | - |
| XYZ | 41.56 | 31.4 | 28.3 | - |
| YUV | 154.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 139 | 0 | 0.44 | 0.37 | 0.13 | 350.2 | 0.59 | 0.67 |
| Hex | DD | 7B | 8B | 0 | 2C | 25 | D | 15E | 3B | 43 |
| Octal | 335 | 173 | 213 | 0 | 54 | 45 | 15 | 536 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10001011 | 0 | 101100 | 100101 | 1101 | 101011110 | 111011 | 1000011 |
Color Harmonies of #DD7B8B
Complementary color
Monochromatic Colors of #DD7B8B
Black with #DD7B8B
Text Example
Text Example
White with #DD7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B8B; }
p { color: rgb(221,123,139); }
H1.HeaderClassName
{
color: #DD7B8B;
}
.AnyTagClassName
{
color: #DD7B8B;
}
</style>
background-color css
<style>
a { background-color: #DD7B8B; }
a { background-color: rgb(221,123,139); }
div.DivClassName
{
background-color: #DD7B8B;
}
.BgClassName
{
background-color: #DD7B8B;
}
</style>
border-color css
<style>
span { border-color: #DD7B8B; }
span { border-color: rgb(221,123,139); }
td.TdClassName
{
border-color: #DD7B8B;
}
.TagClassName
{
border-color: #DD7B8B;
}
</style>