Shades of Deep Blush #DD7388
Tints of Deep Blush #DD7388
RGB
CMYK
RGB Variations
Color information
#DD7388 (or 0xDD7388) is known color: Deep Blush. HEX triplet: DD, 73 and 88. RGB value is (221,115,136). Sum of RGB (Red+Green+Blue) = 221+115+136=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7388 is #228C77. Grayscale: #959595. Windows color (decimal): -2264184 or 8942557. OLE color: 8942557.
HSL color Cylindrical-coordinate representation of color #DD7388: hue angle of 348.11º 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 #DD7388 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 136 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.13 |
| HSL | 348.11º | 0.61% | 0.66% | - |
| HSV(B) | 348.11º | 0.48% | 0.87% | - |
| XYZ | 40.39 | 29.41 | 26.84 | - |
| YUV | 149.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 136 | 0 | 0.48 | 0.38 | 0.13 | 348.11 | 0.61 | 0.66 |
| Hex | DD | 73 | 88 | 0 | 30 | 26 | D | 15C | 3D | 42 |
| Octal | 335 | 163 | 210 | 0 | 60 | 46 | 15 | 534 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10001000 | 0 | 110000 | 100110 | 1101 | 101011100 | 111101 | 1000010 |
Color Harmonies of #DD7388
Complementary color
Monochromatic Colors of #DD7388
Black with #DD7388
Text Example
Text Example
White with #DD7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7388; }
p { color: rgb(221,115,136); }
H1.HeaderClassName
{
color: #DD7388;
}
.AnyTagClassName
{
color: #DD7388;
}
</style>
background-color css
<style>
a { background-color: #DD7388; }
a { background-color: rgb(221,115,136); }
div.DivClassName
{
background-color: #DD7388;
}
.BgClassName
{
background-color: #DD7388;
}
</style>
border-color css
<style>
span { border-color: #DD7388; }
span { border-color: rgb(221,115,136); }
td.TdClassName
{
border-color: #DD7388;
}
.TagClassName
{
border-color: #DD7388;
}
</style>