Shades of Deep Blush #DD7586
Tints of Deep Blush #DD7586
RGB
CMYK
RGB Variations
Color information
#DD7586 (or 0xDD7586) is known color: Deep Blush. HEX triplet: DD, 75 and 86. RGB value is (221,117,134). Sum of RGB (Red+Green+Blue) = 221+117+134=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7586 is #228A79. Grayscale: #969696. Windows color (decimal): -2263674 or 8811997. OLE color: 8811997.
HSL color Cylindrical-coordinate representation of color #DD7586: hue angle of 350.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7586 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 134 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.13 |
| HSL | 350.19º | 0.6% | 0.66% | - |
| HSV(B) | 350.19º | 0.47% | 0.87% | - |
| XYZ | 40.48 | 29.82 | 26.18 | - |
| YUV | 150.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 134 | 0 | 0.47 | 0.39 | 0.13 | 350.19 | 0.6 | 0.66 |
| Hex | DD | 75 | 86 | 0 | 2F | 27 | D | 15E | 3C | 42 |
| Octal | 335 | 165 | 206 | 0 | 57 | 47 | 15 | 536 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10000110 | 0 | 101111 | 100111 | 1101 | 101011110 | 111100 | 1000010 |
Color Harmonies of #DD7586
Complementary color
Monochromatic Colors of #DD7586
Black with #DD7586
Text Example
Text Example
White with #DD7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7586; }
p { color: rgb(221,117,134); }
H1.HeaderClassName
{
color: #DD7586;
}
.AnyTagClassName
{
color: #DD7586;
}
</style>
background-color css
<style>
a { background-color: #DD7586; }
a { background-color: rgb(221,117,134); }
div.DivClassName
{
background-color: #DD7586;
}
.BgClassName
{
background-color: #DD7586;
}
</style>
border-color css
<style>
span { border-color: #DD7586; }
span { border-color: rgb(221,117,134); }
td.TdClassName
{
border-color: #DD7586;
}
.TagClassName
{
border-color: #DD7586;
}
</style>