Shades of Deep Blush #DD6888
Tints of Deep Blush #DD6888
RGB
CMYK
RGB Variations
Color information
#DD6888 (or 0xDD6888) is known color: Deep Blush. HEX triplet: DD, 68 and 88. RGB value is (221,104,136). Sum of RGB (Red+Green+Blue) = 221+104+136=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6888 is #229777. Grayscale: #8E8E8E. Windows color (decimal): -2267000 or 8939741. OLE color: 8939741.
HSL color Cylindrical-coordinate representation of color #DD6888: hue angle of 343.59º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6888 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 136 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.13 |
| HSL | 343.59º | 0.63% | 0.64% | - |
| HSV(B) | 343.59º | 0.53% | 0.87% | - |
| XYZ | 39.21 | 27.05 | 26.45 | - |
| YUV | 142.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 136 | 0 | 0.53 | 0.38 | 0.13 | 343.59 | 0.63 | 0.64 |
| Hex | DD | 68 | 88 | 0 | 35 | 26 | D | 158 | 3F | 40 |
| Octal | 335 | 150 | 210 | 0 | 65 | 46 | 15 | 530 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10001000 | 0 | 110101 | 100110 | 1101 | 101011000 | 111111 | 1000000 |
Color Harmonies of #DD6888
Complementary color
Monochromatic Colors of #DD6888
Black with #DD6888
Text Example
Text Example
White with #DD6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6888; }
p { color: rgb(221,104,136); }
H1.HeaderClassName
{
color: #DD6888;
}
.AnyTagClassName
{
color: #DD6888;
}
</style>
background-color css
<style>
a { background-color: #DD6888; }
a { background-color: rgb(221,104,136); }
div.DivClassName
{
background-color: #DD6888;
}
.BgClassName
{
background-color: #DD6888;
}
</style>
border-color css
<style>
span { border-color: #DD6888; }
span { border-color: rgb(221,104,136); }
td.TdClassName
{
border-color: #DD6888;
}
.TagClassName
{
border-color: #DD6888;
}
</style>