Shades of Deep Blush #DD7985
Tints of Deep Blush #DD7985
RGB
CMYK
RGB Variations
Color information
#DD7985 (or 0xDD7985) is known color: Deep Blush. HEX triplet: DD, 79 and 85. RGB value is (221,121,133). Sum of RGB (Red+Green+Blue) = 221+121+133=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7985 is #22867A. Grayscale: #989898. Windows color (decimal): -2262651 or 8747485. OLE color: 8747485.
HSL color Cylindrical-coordinate representation of color #DD7985: hue angle of 352.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7985 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 133 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.13 |
| HSL | 352.8º | 0.6% | 0.67% | - |
| HSV(B) | 352.8º | 0.45% | 0.87% | - |
| XYZ | 40.89 | 30.74 | 25.97 | - |
| YUV | 152.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 133 | 0 | 0.45 | 0.40 | 0.13 | 352.8 | 0.6 | 0.67 |
| Hex | DD | 79 | 85 | 0 | 2D | 28 | D | 161 | 3C | 43 |
| Octal | 335 | 171 | 205 | 0 | 55 | 50 | 15 | 541 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10000101 | 0 | 101101 | 101000 | 1101 | 101100001 | 111100 | 1000011 |
Color Harmonies of #DD7985
Complementary color
Monochromatic Colors of #DD7985
Black with #DD7985
Text Example
Text Example
White with #DD7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7985; }
p { color: rgb(221,121,133); }
H1.HeaderClassName
{
color: #DD7985;
}
.AnyTagClassName
{
color: #DD7985;
}
</style>
background-color css
<style>
a { background-color: #DD7985; }
a { background-color: rgb(221,121,133); }
div.DivClassName
{
background-color: #DD7985;
}
.BgClassName
{
background-color: #DD7985;
}
</style>
border-color css
<style>
span { border-color: #DD7985; }
span { border-color: rgb(221,121,133); }
td.TdClassName
{
border-color: #DD7985;
}
.TagClassName
{
border-color: #DD7985;
}
</style>