Shades of Deep Blush #DD6187
Tints of Deep Blush #DD6187
RGB
CMYK
RGB Variations
Color information
#DD6187 (or 0xDD6187) is known color: Deep Blush. HEX triplet: DD, 61 and 87. RGB value is (221,97,135). Sum of RGB (Red+Green+Blue) = 221+97+135=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6187 is #229E78. Grayscale: #8A8A8A. Windows color (decimal): -2268793 or 8872413. OLE color: 8872413.
HSL color Cylindrical-coordinate representation of color #DD6187: hue angle of 341.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6187 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 135 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.13 |
| HSL | 341.61º | 0.65% | 0.62% | - |
| HSV(B) | 341.61º | 0.56% | 0.87% | - |
| XYZ | 38.47 | 25.67 | 25.85 | - |
| YUV | 138.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 135 | 0 | 0.56 | 0.39 | 0.13 | 341.61 | 0.65 | 0.62 |
| Hex | DD | 61 | 87 | 0 | 38 | 27 | D | 156 | 41 | 3E |
| Octal | 335 | 141 | 207 | 0 | 70 | 47 | 15 | 526 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10000111 | 0 | 111000 | 100111 | 1101 | 101010110 | 1000001 | 111110 |
Color Harmonies of #DD6187
Complementary color
Monochromatic Colors of #DD6187
Black with #DD6187
Text Example
Text Example
White with #DD6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6187; }
p { color: rgb(221,97,135); }
H1.HeaderClassName
{
color: #DD6187;
}
.AnyTagClassName
{
color: #DD6187;
}
</style>
background-color css
<style>
a { background-color: #DD6187; }
a { background-color: rgb(221,97,135); }
div.DivClassName
{
background-color: #DD6187;
}
.BgClassName
{
background-color: #DD6187;
}
</style>
border-color css
<style>
span { border-color: #DD6187; }
span { border-color: rgb(221,97,135); }
td.TdClassName
{
border-color: #DD6187;
}
.TagClassName
{
border-color: #DD6187;
}
</style>