Shades of Deep Blush #DD7087
Tints of Deep Blush #DD7087
RGB
CMYK
RGB Variations
Color information
#DD7087 (or 0xDD7087) is known color: Deep Blush. HEX triplet: DD, 70 and 87. RGB value is (221,112,135). Sum of RGB (Red+Green+Blue) = 221+112+135=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7087 is #228F78. Grayscale: #939393. Windows color (decimal): -2264953 or 8876253. OLE color: 8876253.
HSL color Cylindrical-coordinate representation of color #DD7087: hue angle of 347.34º degrees, saturation: 0.62, 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 #DD7087 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 135 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.13 |
| HSL | 347.34º | 0.62% | 0.65% | - |
| HSV(B) | 347.34º | 0.49% | 0.87% | - |
| XYZ | 39.99 | 28.71 | 26.36 | - |
| YUV | 147.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 135 | 0 | 0.49 | 0.39 | 0.13 | 347.34 | 0.62 | 0.65 |
| Hex | DD | 70 | 87 | 0 | 31 | 27 | D | 15B | 3E | 41 |
| Octal | 335 | 160 | 207 | 0 | 61 | 47 | 15 | 533 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10000111 | 0 | 110001 | 100111 | 1101 | 101011011 | 111110 | 1000001 |
Color Harmonies of #DD7087
Complementary color
Monochromatic Colors of #DD7087
Black with #DD7087
Text Example
Text Example
White with #DD7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7087; }
p { color: rgb(221,112,135); }
H1.HeaderClassName
{
color: #DD7087;
}
.AnyTagClassName
{
color: #DD7087;
}
</style>
background-color css
<style>
a { background-color: #DD7087; }
a { background-color: rgb(221,112,135); }
div.DivClassName
{
background-color: #DD7087;
}
.BgClassName
{
background-color: #DD7087;
}
</style>
border-color css
<style>
span { border-color: #DD7087; }
span { border-color: rgb(221,112,135); }
td.TdClassName
{
border-color: #DD7087;
}
.TagClassName
{
border-color: #DD7087;
}
</style>