Shades of Deep Blush #DD7588
Tints of Deep Blush #DD7588
RGB
CMYK
RGB Variations
Color information
#DD7588 (or 0xDD7588) is known color: Deep Blush. HEX triplet: DD, 75 and 88. RGB value is (221,117,136). Sum of RGB (Red+Green+Blue) = 221+117+136=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7588 is #228A77. Grayscale: #969696. Windows color (decimal): -2263672 or 8943069. OLE color: 8943069.
HSL color Cylindrical-coordinate representation of color #DD7588: hue angle of 349.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7588 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 136 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.13 |
| HSL | 349.04º | 0.6% | 0.66% | - |
| HSV(B) | 349.04º | 0.47% | 0.87% | - |
| XYZ | 40.62 | 29.87 | 26.92 | - |
| YUV | 150.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 136 | 0 | 0.47 | 0.38 | 0.13 | 349.04 | 0.6 | 0.66 |
| Hex | DD | 75 | 88 | 0 | 2F | 26 | D | 15D | 3C | 42 |
| Octal | 335 | 165 | 210 | 0 | 57 | 46 | 15 | 535 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10001000 | 0 | 101111 | 100110 | 1101 | 101011101 | 111100 | 1000010 |
Color Harmonies of #DD7588
Complementary color
Monochromatic Colors of #DD7588
Black with #DD7588
Text Example
Text Example
White with #DD7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7588; }
p { color: rgb(221,117,136); }
H1.HeaderClassName
{
color: #DD7588;
}
.AnyTagClassName
{
color: #DD7588;
}
</style>
background-color css
<style>
a { background-color: #DD7588; }
a { background-color: rgb(221,117,136); }
div.DivClassName
{
background-color: #DD7588;
}
.BgClassName
{
background-color: #DD7588;
}
</style>
border-color css
<style>
span { border-color: #DD7588; }
span { border-color: rgb(221,117,136); }
td.TdClassName
{
border-color: #DD7588;
}
.TagClassName
{
border-color: #DD7588;
}
</style>