Shades of Deep Blush #DD6089
Tints of Deep Blush #DD6089
RGB
CMYK
RGB Variations
Color information
#DD6089 (or 0xDD6089) is known color: Deep Blush. HEX triplet: DD, 60 and 89. RGB value is (221,96,137). Sum of RGB (Red+Green+Blue) = 221+96+137=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6089 is #229F76. Grayscale: #8A8A8A. Windows color (decimal): -2269047 or 9003229. OLE color: 9003229.
HSL color Cylindrical-coordinate representation of color #DD6089: hue angle of 340.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6089 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 137 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.13 |
| HSL | 340.32º | 0.65% | 0.62% | - |
| HSV(B) | 340.32º | 0.57% | 0.87% | - |
| XYZ | 38.52 | 25.54 | 26.57 | - |
| YUV | 138.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 137 | 0 | 0.57 | 0.38 | 0.13 | 340.32 | 0.65 | 0.62 |
| Hex | DD | 60 | 89 | 0 | 39 | 26 | D | 154 | 41 | 3E |
| Octal | 335 | 140 | 211 | 0 | 71 | 46 | 15 | 524 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10001001 | 0 | 111001 | 100110 | 1101 | 101010100 | 1000001 | 111110 |
Color Harmonies of #DD6089
Complementary color
Monochromatic Colors of #DD6089
Black with #DD6089
Text Example
Text Example
White with #DD6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6089; }
p { color: rgb(221,96,137); }
H1.HeaderClassName
{
color: #DD6089;
}
.AnyTagClassName
{
color: #DD6089;
}
</style>
background-color css
<style>
a { background-color: #DD6089; }
a { background-color: rgb(221,96,137); }
div.DivClassName
{
background-color: #DD6089;
}
.BgClassName
{
background-color: #DD6089;
}
</style>
border-color css
<style>
span { border-color: #DD6089; }
span { border-color: rgb(221,96,137); }
td.TdClassName
{
border-color: #DD6089;
}
.TagClassName
{
border-color: #DD6089;
}
</style>