Shades of Deep Blush #DD7687
Tints of Deep Blush #DD7687
RGB
CMYK
RGB Variations
Color information
#DD7687 (or 0xDD7687) is known color: Deep Blush. HEX triplet: DD, 76 and 87. RGB value is (221,118,135). Sum of RGB (Red+Green+Blue) = 221+118+135=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7687 is #228978. Grayscale: #969696. Windows color (decimal): -2263417 or 8877789. OLE color: 8877789.
HSL color Cylindrical-coordinate representation of color #DD7687: hue angle of 350.1º 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 #DD7687 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 135 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.13 |
| HSL | 350.1º | 0.6% | 0.66% | - |
| HSV(B) | 350.1º | 0.47% | 0.87% | - |
| XYZ | 40.67 | 30.08 | 26.58 | - |
| YUV | 150.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 135 | 0 | 0.47 | 0.39 | 0.13 | 350.1 | 0.6 | 0.66 |
| Hex | DD | 76 | 87 | 0 | 2F | 27 | D | 15E | 3C | 42 |
| Octal | 335 | 166 | 207 | 0 | 57 | 47 | 15 | 536 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10000111 | 0 | 101111 | 100111 | 1101 | 101011110 | 111100 | 1000010 |
Color Harmonies of #DD7687
Complementary color
Monochromatic Colors of #DD7687
Black with #DD7687
Text Example
Text Example
White with #DD7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7687; }
p { color: rgb(221,118,135); }
H1.HeaderClassName
{
color: #DD7687;
}
.AnyTagClassName
{
color: #DD7687;
}
</style>
background-color css
<style>
a { background-color: #DD7687; }
a { background-color: rgb(221,118,135); }
div.DivClassName
{
background-color: #DD7687;
}
.BgClassName
{
background-color: #DD7687;
}
</style>
border-color css
<style>
span { border-color: #DD7687; }
span { border-color: rgb(221,118,135); }
td.TdClassName
{
border-color: #DD7687;
}
.TagClassName
{
border-color: #DD7687;
}
</style>