Shades of Deep Blush #DD6C88
Tints of Deep Blush #DD6C88
RGB
CMYK
RGB Variations
Color information
#DD6C88 (or 0xDD6C88) is known color: Deep Blush. HEX triplet: DD, 6C and 88. RGB value is (221,108,136). Sum of RGB (Red+Green+Blue) = 221+108+136=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C88 is #229377. Grayscale: #909090. Windows color (decimal): -2265976 or 8940765. OLE color: 8940765.
HSL color Cylindrical-coordinate representation of color #DD6C88: hue angle of 345.13º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6C88 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 136 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.13 |
| HSL | 345.13º | 0.62% | 0.65% | - |
| HSV(B) | 345.13º | 0.51% | 0.87% | - |
| XYZ | 39.63 | 27.87 | 26.58 | - |
| YUV | 144.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 136 | 0 | 0.51 | 0.38 | 0.13 | 345.13 | 0.62 | 0.65 |
| Hex | DD | 6C | 88 | 0 | 33 | 26 | D | 159 | 3E | 41 |
| Octal | 335 | 154 | 210 | 0 | 63 | 46 | 15 | 531 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10001000 | 0 | 110011 | 100110 | 1101 | 101011001 | 111110 | 1000001 |
Color Harmonies of #DD6C88
Complementary color
Monochromatic Colors of #DD6C88
Black with #DD6C88
Text Example
Text Example
White with #DD6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C88; }
p { color: rgb(221,108,136); }
H1.HeaderClassName
{
color: #DD6C88;
}
.AnyTagClassName
{
color: #DD6C88;
}
</style>
background-color css
<style>
a { background-color: #DD6C88; }
a { background-color: rgb(221,108,136); }
div.DivClassName
{
background-color: #DD6C88;
}
.BgClassName
{
background-color: #DD6C88;
}
</style>
border-color css
<style>
span { border-color: #DD6C88; }
span { border-color: rgb(221,108,136); }
td.TdClassName
{
border-color: #DD6C88;
}
.TagClassName
{
border-color: #DD6C88;
}
</style>