Shades of Deep Blush #DD7584
Tints of Deep Blush #DD7584
RGB
CMYK
RGB Variations
Color information
#DD7584 (or 0xDD7584) is known color: Deep Blush. HEX triplet: DD, 75 and 84. RGB value is (221,117,132). Sum of RGB (Red+Green+Blue) = 221+117+132=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7584 is #228A7B. Grayscale: #959595. Windows color (decimal): -2263676 or 8680925. OLE color: 8680925.
HSL color Cylindrical-coordinate representation of color #DD7584: hue angle of 351.35º 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 #DD7584 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 132 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.13 |
| HSL | 351.35º | 0.6% | 0.66% | - |
| HSV(B) | 351.35º | 0.47% | 0.87% | - |
| XYZ | 40.34 | 29.76 | 25.45 | - |
| YUV | 149.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 132 | 0 | 0.47 | 0.40 | 0.13 | 351.35 | 0.6 | 0.66 |
| Hex | DD | 75 | 84 | 0 | 2F | 28 | D | 15F | 3C | 42 |
| Octal | 335 | 165 | 204 | 0 | 57 | 50 | 15 | 537 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10000100 | 0 | 101111 | 101000 | 1101 | 101011111 | 111100 | 1000010 |
Color Harmonies of #DD7584
Complementary color
Monochromatic Colors of #DD7584
Black with #DD7584
Text Example
Text Example
White with #DD7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7584; }
p { color: rgb(221,117,132); }
H1.HeaderClassName
{
color: #DD7584;
}
.AnyTagClassName
{
color: #DD7584;
}
</style>
background-color css
<style>
a { background-color: #DD7584; }
a { background-color: rgb(221,117,132); }
div.DivClassName
{
background-color: #DD7584;
}
.BgClassName
{
background-color: #DD7584;
}
</style>
border-color css
<style>
span { border-color: #DD7584; }
span { border-color: rgb(221,117,132); }
td.TdClassName
{
border-color: #DD7584;
}
.TagClassName
{
border-color: #DD7584;
}
</style>