Shades of Deep Blush #DD6289
Tints of Deep Blush #DD6289
RGB
CMYK
RGB Variations
Color information
#DD6289 (or 0xDD6289) is known color: Deep Blush. HEX triplet: DD, 62 and 89. RGB value is (221,98,137). Sum of RGB (Red+Green+Blue) = 221+98+137=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6289 is #229D76. Grayscale: #8B8B8B. Windows color (decimal): -2268535 or 9003741. OLE color: 9003741.
HSL color Cylindrical-coordinate representation of color #DD6289: hue angle of 340.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6289 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 137 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.13 |
| HSL | 340.98º | 0.64% | 0.63% | - |
| HSV(B) | 340.98º | 0.56% | 0.87% | - |
| XYZ | 38.7 | 25.91 | 26.63 | - |
| YUV | 139.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 137 | 0 | 0.56 | 0.38 | 0.13 | 340.98 | 0.64 | 0.63 |
| Hex | DD | 62 | 89 | 0 | 38 | 26 | D | 155 | 40 | 3F |
| Octal | 335 | 142 | 211 | 0 | 70 | 46 | 15 | 525 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10001001 | 0 | 111000 | 100110 | 1101 | 101010101 | 1000000 | 111111 |
Color Harmonies of #DD6289
Complementary color
Monochromatic Colors of #DD6289
Black with #DD6289
Text Example
Text Example
White with #DD6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6289; }
p { color: rgb(221,98,137); }
H1.HeaderClassName
{
color: #DD6289;
}
.AnyTagClassName
{
color: #DD6289;
}
</style>
background-color css
<style>
a { background-color: #DD6289; }
a { background-color: rgb(221,98,137); }
div.DivClassName
{
background-color: #DD6289;
}
.BgClassName
{
background-color: #DD6289;
}
</style>
border-color css
<style>
span { border-color: #DD6289; }
span { border-color: rgb(221,98,137); }
td.TdClassName
{
border-color: #DD6289;
}
.TagClassName
{
border-color: #DD6289;
}
</style>