Shades of Deep Blush #DD6E85
Tints of Deep Blush #DD6E85
RGB
CMYK
RGB Variations
Color information
#DD6E85 (or 0xDD6E85) is known color: Deep Blush. HEX triplet: DD, 6E and 85. RGB value is (221,110,133). Sum of RGB (Red+Green+Blue) = 221+110+133=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E85 is #22917A. Grayscale: #919191. Windows color (decimal): -2265467 or 8744669. OLE color: 8744669.
HSL color Cylindrical-coordinate representation of color #DD6E85: hue angle of 347.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6E85 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 133 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.13 |
| HSL | 347.57º | 0.62% | 0.65% | - |
| HSV(B) | 347.57º | 0.5% | 0.87% | - |
| XYZ | 39.63 | 28.22 | 25.55 | - |
| YUV | 145.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 133 | 0 | 0.50 | 0.40 | 0.13 | 347.57 | 0.62 | 0.65 |
| Hex | DD | 6E | 85 | 0 | 32 | 28 | D | 15C | 3E | 41 |
| Octal | 335 | 156 | 205 | 0 | 62 | 50 | 15 | 534 | 76 | 101 |
| Binary | 11011101 | 1101110 | 10000101 | 0 | 110010 | 101000 | 1101 | 101011100 | 111110 | 1000001 |
Color Harmonies of #DD6E85
Complementary color
Monochromatic Colors of #DD6E85
Black with #DD6E85
Text Example
Text Example
White with #DD6E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E85; }
p { color: rgb(221,110,133); }
H1.HeaderClassName
{
color: #DD6E85;
}
.AnyTagClassName
{
color: #DD6E85;
}
</style>
background-color css
<style>
a { background-color: #DD6E85; }
a { background-color: rgb(221,110,133); }
div.DivClassName
{
background-color: #DD6E85;
}
.BgClassName
{
background-color: #DD6E85;
}
</style>
border-color css
<style>
span { border-color: #DD6E85; }
span { border-color: rgb(221,110,133); }
td.TdClassName
{
border-color: #DD6E85;
}
.TagClassName
{
border-color: #DD6E85;
}
</style>