Shades of Deep Blush #DD7185
Tints of Deep Blush #DD7185
RGB
CMYK
RGB Variations
Color information
#DD7185 (or 0xDD7185) is known color: Deep Blush. HEX triplet: DD, 71 and 85. RGB value is (221,113,133). Sum of RGB (Red+Green+Blue) = 221+113+133=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7185 is #228E7A. Grayscale: #939393. Windows color (decimal): -2264699 or 8745437. OLE color: 8745437.
HSL color Cylindrical-coordinate representation of color #DD7185: hue angle of 348.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7185 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 133 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.13 |
| HSL | 348.89º | 0.61% | 0.65% | - |
| HSV(B) | 348.89º | 0.49% | 0.87% | - |
| XYZ | 39.96 | 28.88 | 25.66 | - |
| YUV | 147.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 133 | 0 | 0.49 | 0.40 | 0.13 | 348.89 | 0.61 | 0.65 |
| Hex | DD | 71 | 85 | 0 | 31 | 28 | D | 15D | 3D | 41 |
| Octal | 335 | 161 | 205 | 0 | 61 | 50 | 15 | 535 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10000101 | 0 | 110001 | 101000 | 1101 | 101011101 | 111101 | 1000001 |
Color Harmonies of #DD7185
Complementary color
Monochromatic Colors of #DD7185
Black with #DD7185
Text Example
Text Example
White with #DD7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7185; }
p { color: rgb(221,113,133); }
H1.HeaderClassName
{
color: #DD7185;
}
.AnyTagClassName
{
color: #DD7185;
}
</style>
background-color css
<style>
a { background-color: #DD7185; }
a { background-color: rgb(221,113,133); }
div.DivClassName
{
background-color: #DD7185;
}
.BgClassName
{
background-color: #DD7185;
}
</style>
border-color css
<style>
span { border-color: #DD7185; }
span { border-color: rgb(221,113,133); }
td.TdClassName
{
border-color: #DD7185;
}
.TagClassName
{
border-color: #DD7185;
}
</style>