Shades of Deep Blush #DD7785
Tints of Deep Blush #DD7785
RGB
CMYK
RGB Variations
Color information
#DD7785 (or 0xDD7785) is known color: Deep Blush. HEX triplet: DD, 77 and 85. RGB value is (221,119,133). Sum of RGB (Red+Green+Blue) = 221+119+133=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7785 is #22887A. Grayscale: #979797. Windows color (decimal): -2263163 or 8746973. OLE color: 8746973.
HSL color Cylindrical-coordinate representation of color #DD7785: hue angle of 351.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7785 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 133 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.13 |
| HSL | 351.76º | 0.6% | 0.67% | - |
| HSV(B) | 351.76º | 0.46% | 0.87% | - |
| XYZ | 40.65 | 30.26 | 25.89 | - |
| YUV | 151.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 133 | 0 | 0.46 | 0.40 | 0.13 | 351.76 | 0.6 | 0.67 |
| Hex | DD | 77 | 85 | 0 | 2E | 28 | D | 160 | 3C | 43 |
| Octal | 335 | 167 | 205 | 0 | 56 | 50 | 15 | 540 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10000101 | 0 | 101110 | 101000 | 1101 | 101100000 | 111100 | 1000011 |
Color Harmonies of #DD7785
Complementary color
Monochromatic Colors of #DD7785
Black with #DD7785
Text Example
Text Example
White with #DD7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7785; }
p { color: rgb(221,119,133); }
H1.HeaderClassName
{
color: #DD7785;
}
.AnyTagClassName
{
color: #DD7785;
}
</style>
background-color css
<style>
a { background-color: #DD7785; }
a { background-color: rgb(221,119,133); }
div.DivClassName
{
background-color: #DD7785;
}
.BgClassName
{
background-color: #DD7785;
}
</style>
border-color css
<style>
span { border-color: #DD7785; }
span { border-color: rgb(221,119,133); }
td.TdClassName
{
border-color: #DD7785;
}
.TagClassName
{
border-color: #DD7785;
}
</style>