Shades of Deep Blush #DD7686
Tints of Deep Blush #DD7686
RGB
CMYK
RGB Variations
Color information
#DD7686 (or 0xDD7686) is known color: Deep Blush. HEX triplet: DD, 76 and 86. RGB value is (221,118,134). Sum of RGB (Red+Green+Blue) = 221+118+134=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7686 is #228979. Grayscale: #969696. Windows color (decimal): -2263418 or 8812253. OLE color: 8812253.
HSL color Cylindrical-coordinate representation of color #DD7686: hue angle of 350.68º 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 #DD7686 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 134 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.13 |
| HSL | 350.68º | 0.6% | 0.66% | - |
| HSV(B) | 350.68º | 0.47% | 0.87% | - |
| XYZ | 40.6 | 30.05 | 26.21 | - |
| YUV | 150.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 134 | 0 | 0.47 | 0.39 | 0.13 | 350.68 | 0.6 | 0.66 |
| Hex | DD | 76 | 86 | 0 | 2F | 27 | D | 15F | 3C | 42 |
| Octal | 335 | 166 | 206 | 0 | 57 | 47 | 15 | 537 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10000110 | 0 | 101111 | 100111 | 1101 | 101011111 | 111100 | 1000010 |
Color Harmonies of #DD7686
Complementary color
Monochromatic Colors of #DD7686
Black with #DD7686
Text Example
Text Example
White with #DD7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7686; }
p { color: rgb(221,118,134); }
H1.HeaderClassName
{
color: #DD7686;
}
.AnyTagClassName
{
color: #DD7686;
}
</style>
background-color css
<style>
a { background-color: #DD7686; }
a { background-color: rgb(221,118,134); }
div.DivClassName
{
background-color: #DD7686;
}
.BgClassName
{
background-color: #DD7686;
}
</style>
border-color css
<style>
span { border-color: #DD7686; }
span { border-color: rgb(221,118,134); }
td.TdClassName
{
border-color: #DD7686;
}
.TagClassName
{
border-color: #DD7686;
}
</style>