Shades of Deep Blush #DD6B87
Tints of Deep Blush #DD6B87
RGB
CMYK
RGB Variations
Color information
#DD6B87 (or 0xDD6B87) is known color: Deep Blush. HEX triplet: DD, 6B and 87. RGB value is (221,107,135). Sum of RGB (Red+Green+Blue) = 221+107+135=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B87 is #229478. Grayscale: #909090. Windows color (decimal): -2266233 or 8874973. OLE color: 8874973.
HSL color Cylindrical-coordinate representation of color #DD6B87: hue angle of 345.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B87 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 135 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.13 |
| HSL | 345.26º | 0.63% | 0.64% | - |
| HSV(B) | 345.26º | 0.52% | 0.87% | - |
| XYZ | 39.45 | 27.64 | 26.18 | - |
| YUV | 144.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 135 | 0 | 0.52 | 0.39 | 0.13 | 345.26 | 0.63 | 0.64 |
| Hex | DD | 6B | 87 | 0 | 34 | 27 | D | 159 | 3F | 40 |
| Octal | 335 | 153 | 207 | 0 | 64 | 47 | 15 | 531 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10000111 | 0 | 110100 | 100111 | 1101 | 101011001 | 111111 | 1000000 |
Color Harmonies of #DD6B87
Complementary color
Monochromatic Colors of #DD6B87
Black with #DD6B87
Text Example
Text Example
White with #DD6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B87; }
p { color: rgb(221,107,135); }
H1.HeaderClassName
{
color: #DD6B87;
}
.AnyTagClassName
{
color: #DD6B87;
}
</style>
background-color css
<style>
a { background-color: #DD6B87; }
a { background-color: rgb(221,107,135); }
div.DivClassName
{
background-color: #DD6B87;
}
.BgClassName
{
background-color: #DD6B87;
}
</style>
border-color css
<style>
span { border-color: #DD6B87; }
span { border-color: rgb(221,107,135); }
td.TdClassName
{
border-color: #DD6B87;
}
.TagClassName
{
border-color: #DD6B87;
}
</style>