Shades of Deep Blush #DD6887
Tints of Deep Blush #DD6887
RGB
CMYK
RGB Variations
Color information
#DD6887 (or 0xDD6887) is known color: Deep Blush. HEX triplet: DD, 68 and 87. RGB value is (221,104,135). Sum of RGB (Red+Green+Blue) = 221+104+135=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6887 is #229778. Grayscale: #8E8E8E. Windows color (decimal): -2267001 or 8874205. OLE color: 8874205.
HSL color Cylindrical-coordinate representation of color #DD6887: hue angle of 344.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6887 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 135 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.13 |
| HSL | 344.1º | 0.63% | 0.64% | - |
| HSV(B) | 344.1º | 0.53% | 0.87% | - |
| XYZ | 39.14 | 27.02 | 26.07 | - |
| YUV | 142.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 135 | 0 | 0.53 | 0.39 | 0.13 | 344.1 | 0.63 | 0.64 |
| Hex | DD | 68 | 87 | 0 | 35 | 27 | D | 158 | 3F | 40 |
| Octal | 335 | 150 | 207 | 0 | 65 | 47 | 15 | 530 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10000111 | 0 | 110101 | 100111 | 1101 | 101011000 | 111111 | 1000000 |
Color Harmonies of #DD6887
Complementary color
Monochromatic Colors of #DD6887
Black with #DD6887
Text Example
Text Example
White with #DD6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6887; }
p { color: rgb(221,104,135); }
H1.HeaderClassName
{
color: #DD6887;
}
.AnyTagClassName
{
color: #DD6887;
}
</style>
background-color css
<style>
a { background-color: #DD6887; }
a { background-color: rgb(221,104,135); }
div.DivClassName
{
background-color: #DD6887;
}
.BgClassName
{
background-color: #DD6887;
}
</style>
border-color css
<style>
span { border-color: #DD6887; }
span { border-color: rgb(221,104,135); }
td.TdClassName
{
border-color: #DD6887;
}
.TagClassName
{
border-color: #DD6887;
}
</style>