Shades of Deep Blush #DD7282
Tints of Deep Blush #DD7282
RGB
CMYK
RGB Variations
Color information
#DD7282 (or 0xDD7282) is known color: Deep Blush. HEX triplet: DD, 72 and 82. RGB value is (221,114,130). Sum of RGB (Red+Green+Blue) = 221+114+130=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7282 is #228D7D. Grayscale: #939393. Windows color (decimal): -2264446 or 8549085. OLE color: 8549085.
HSL color Cylindrical-coordinate representation of color #DD7282: hue angle of 351.03º 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 #DD7282 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 130 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.13 |
| HSL | 351.03º | 0.61% | 0.66% | - |
| HSV(B) | 351.03º | 0.48% | 0.87% | - |
| XYZ | 39.87 | 29.02 | 24.62 | - |
| YUV | 147.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 130 | 0 | 0.48 | 0.41 | 0.13 | 351.03 | 0.61 | 0.66 |
| Hex | DD | 72 | 82 | 0 | 30 | 29 | D | 15F | 3D | 42 |
| Octal | 335 | 162 | 202 | 0 | 60 | 51 | 15 | 537 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10000010 | 0 | 110000 | 101001 | 1101 | 101011111 | 111101 | 1000010 |
Color Harmonies of #DD7282
Complementary color
Monochromatic Colors of #DD7282
Black with #DD7282
Text Example
Text Example
White with #DD7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7282; }
p { color: rgb(221,114,130); }
H1.HeaderClassName
{
color: #DD7282;
}
.AnyTagClassName
{
color: #DD7282;
}
</style>
background-color css
<style>
a { background-color: #DD7282; }
a { background-color: rgb(221,114,130); }
div.DivClassName
{
background-color: #DD7282;
}
.BgClassName
{
background-color: #DD7282;
}
</style>
border-color css
<style>
span { border-color: #DD7282; }
span { border-color: rgb(221,114,130); }
td.TdClassName
{
border-color: #DD7282;
}
.TagClassName
{
border-color: #DD7282;
}
</style>