Shades of Deep Blush #DD7682
Tints of Deep Blush #DD7682
RGB
CMYK
RGB Variations
Color information
#DD7682 (or 0xDD7682) is known color: Deep Blush. HEX triplet: DD, 76 and 82. RGB value is (221,118,130). Sum of RGB (Red+Green+Blue) = 221+118+130=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7682 is #22897D. Grayscale: #969696. Windows color (decimal): -2263422 or 8550109. OLE color: 8550109.
HSL color Cylindrical-coordinate representation of color #DD7682: hue angle of 353.01º 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 #DD7682 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 130 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.13 |
| HSL | 353.01º | 0.6% | 0.66% | - |
| HSV(B) | 353.01º | 0.47% | 0.87% | - |
| XYZ | 40.33 | 29.94 | 24.77 | - |
| YUV | 150.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 130 | 0 | 0.47 | 0.41 | 0.13 | 353.01 | 0.6 | 0.66 |
| Hex | DD | 76 | 82 | 0 | 2F | 29 | D | 161 | 3C | 42 |
| Octal | 335 | 166 | 202 | 0 | 57 | 51 | 15 | 541 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10000010 | 0 | 101111 | 101001 | 1101 | 101100001 | 111100 | 1000010 |
Color Harmonies of #DD7682
Complementary color
Monochromatic Colors of #DD7682
Black with #DD7682
Text Example
Text Example
White with #DD7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7682; }
p { color: rgb(221,118,130); }
H1.HeaderClassName
{
color: #DD7682;
}
.AnyTagClassName
{
color: #DD7682;
}
</style>
background-color css
<style>
a { background-color: #DD7682; }
a { background-color: rgb(221,118,130); }
div.DivClassName
{
background-color: #DD7682;
}
.BgClassName
{
background-color: #DD7682;
}
</style>
border-color css
<style>
span { border-color: #DD7682; }
span { border-color: rgb(221,118,130); }
td.TdClassName
{
border-color: #DD7682;
}
.TagClassName
{
border-color: #DD7682;
}
</style>