Shades of Deep Blush #DD6185
Tints of Deep Blush #DD6185
RGB
CMYK
RGB Variations
Color information
#DD6185 (or 0xDD6185) is known color: Deep Blush. HEX triplet: DD, 61 and 85. RGB value is (221,97,133). Sum of RGB (Red+Green+Blue) = 221+97+133=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6185 is #229E7A. Grayscale: #8A8A8A. Windows color (decimal): -2268795 or 8741341. OLE color: 8741341.
HSL color Cylindrical-coordinate representation of color #DD6185: hue angle of 342.58º 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 #DD6185 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 133 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.13 |
| HSL | 342.58º | 0.65% | 0.62% | - |
| HSV(B) | 342.58º | 0.56% | 0.87% | - |
| XYZ | 38.33 | 25.61 | 25.11 | - |
| YUV | 138.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 133 | 0 | 0.56 | 0.40 | 0.13 | 342.58 | 0.65 | 0.62 |
| Hex | DD | 61 | 85 | 0 | 38 | 28 | D | 157 | 41 | 3E |
| Octal | 335 | 141 | 205 | 0 | 70 | 50 | 15 | 527 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10000101 | 0 | 111000 | 101000 | 1101 | 101010111 | 1000001 | 111110 |
Color Harmonies of #DD6185
Complementary color
Monochromatic Colors of #DD6185
Black with #DD6185
Text Example
Text Example
White with #DD6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6185; }
p { color: rgb(221,97,133); }
H1.HeaderClassName
{
color: #DD6185;
}
.AnyTagClassName
{
color: #DD6185;
}
</style>
background-color css
<style>
a { background-color: #DD6185; }
a { background-color: rgb(221,97,133); }
div.DivClassName
{
background-color: #DD6185;
}
.BgClassName
{
background-color: #DD6185;
}
</style>
border-color css
<style>
span { border-color: #DD6185; }
span { border-color: rgb(221,97,133); }
td.TdClassName
{
border-color: #DD6185;
}
.TagClassName
{
border-color: #DD6185;
}
</style>