Shades of Deep Blush #DD7484
Tints of Deep Blush #DD7484
RGB
CMYK
RGB Variations
Color information
#DD7484 (or 0xDD7484) is known color: Deep Blush. HEX triplet: DD, 74 and 84. RGB value is (221,116,132). Sum of RGB (Red+Green+Blue) = 221+116+132=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7484 is #228B7B. Grayscale: #959595. Windows color (decimal): -2263932 or 8680669. OLE color: 8680669.
HSL color Cylindrical-coordinate representation of color #DD7484: hue angle of 350.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7484 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 132 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.13 |
| HSL | 350.86º | 0.61% | 0.66% | - |
| HSV(B) | 350.86º | 0.48% | 0.87% | - |
| XYZ | 40.23 | 29.53 | 25.41 | - |
| YUV | 149.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 132 | 0 | 0.48 | 0.40 | 0.13 | 350.86 | 0.61 | 0.66 |
| Hex | DD | 74 | 84 | 0 | 30 | 28 | D | 15F | 3D | 42 |
| Octal | 335 | 164 | 204 | 0 | 60 | 50 | 15 | 537 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10000100 | 0 | 110000 | 101000 | 1101 | 101011111 | 111101 | 1000010 |
Color Harmonies of #DD7484
Complementary color
Monochromatic Colors of #DD7484
Black with #DD7484
Text Example
Text Example
White with #DD7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7484; }
p { color: rgb(221,116,132); }
H1.HeaderClassName
{
color: #DD7484;
}
.AnyTagClassName
{
color: #DD7484;
}
</style>
background-color css
<style>
a { background-color: #DD7484; }
a { background-color: rgb(221,116,132); }
div.DivClassName
{
background-color: #DD7484;
}
.BgClassName
{
background-color: #DD7484;
}
</style>
border-color css
<style>
span { border-color: #DD7484; }
span { border-color: rgb(221,116,132); }
td.TdClassName
{
border-color: #DD7484;
}
.TagClassName
{
border-color: #DD7484;
}
</style>