Shades of Deep Blush #DD7289
Tints of Deep Blush #DD7289
RGB
CMYK
RGB Variations
Color information
#DD7289 (or 0xDD7289) is known color: Deep Blush. HEX triplet: DD, 72 and 89. RGB value is (221,114,137). Sum of RGB (Red+Green+Blue) = 221+114+137=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7289 is #228D76. Grayscale: #949494. Windows color (decimal): -2264439 or 9007837. OLE color: 9007837.
HSL color Cylindrical-coordinate representation of color #DD7289: hue angle of 347.1º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7289 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 137 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.13 |
| HSL | 347.1º | 0.61% | 0.66% | - |
| HSV(B) | 347.1º | 0.48% | 0.87% | - |
| XYZ | 40.35 | 29.21 | 27.18 | - |
| YUV | 148.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 137 | 0 | 0.48 | 0.38 | 0.13 | 347.1 | 0.61 | 0.66 |
| Hex | DD | 72 | 89 | 0 | 30 | 26 | D | 15B | 3D | 42 |
| Octal | 335 | 162 | 211 | 0 | 60 | 46 | 15 | 533 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10001001 | 0 | 110000 | 100110 | 1101 | 101011011 | 111101 | 1000010 |
Color Harmonies of #DD7289
Complementary color
Monochromatic Colors of #DD7289
Black with #DD7289
Text Example
Text Example
White with #DD7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7289; }
p { color: rgb(221,114,137); }
H1.HeaderClassName
{
color: #DD7289;
}
.AnyTagClassName
{
color: #DD7289;
}
</style>
background-color css
<style>
a { background-color: #DD7289; }
a { background-color: rgb(221,114,137); }
div.DivClassName
{
background-color: #DD7289;
}
.BgClassName
{
background-color: #DD7289;
}
</style>
border-color css
<style>
span { border-color: #DD7289; }
span { border-color: rgb(221,114,137); }
td.TdClassName
{
border-color: #DD7289;
}
.TagClassName
{
border-color: #DD7289;
}
</style>