Shades of Deep Blush #DD6989
Tints of Deep Blush #DD6989
RGB
CMYK
RGB Variations
Color information
#DD6989 (or 0xDD6989) is known color: Deep Blush. HEX triplet: DD, 69 and 89. RGB value is (221,105,137). Sum of RGB (Red+Green+Blue) = 221+105+137=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6989 is #229676. Grayscale: #8F8F8F. Windows color (decimal): -2266743 or 9005533. OLE color: 9005533.
HSL color Cylindrical-coordinate representation of color #DD6989: hue angle of 343.45º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6989 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 137 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.13 |
| HSL | 343.45º | 0.63% | 0.64% | - |
| HSV(B) | 343.45º | 0.52% | 0.87% | - |
| XYZ | 39.39 | 27.28 | 26.86 | - |
| YUV | 143.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 137 | 0 | 0.52 | 0.38 | 0.13 | 343.45 | 0.63 | 0.64 |
| Hex | DD | 69 | 89 | 0 | 34 | 26 | D | 157 | 3F | 40 |
| Octal | 335 | 151 | 211 | 0 | 64 | 46 | 15 | 527 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10001001 | 0 | 110100 | 100110 | 1101 | 101010111 | 111111 | 1000000 |
Color Harmonies of #DD6989
Complementary color
Monochromatic Colors of #DD6989
Black with #DD6989
Text Example
Text Example
White with #DD6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6989; }
p { color: rgb(221,105,137); }
H1.HeaderClassName
{
color: #DD6989;
}
.AnyTagClassName
{
color: #DD6989;
}
</style>
background-color css
<style>
a { background-color: #DD6989; }
a { background-color: rgb(221,105,137); }
div.DivClassName
{
background-color: #DD6989;
}
.BgClassName
{
background-color: #DD6989;
}
</style>
border-color css
<style>
span { border-color: #DD6989; }
span { border-color: rgb(221,105,137); }
td.TdClassName
{
border-color: #DD6989;
}
.TagClassName
{
border-color: #DD6989;
}
</style>