Shades of Deep Blush #DD6884
Tints of Deep Blush #DD6884
RGB
CMYK
RGB Variations
Color information
#DD6884 (or 0xDD6884) is known color: Deep Blush. HEX triplet: DD, 68 and 84. RGB value is (221,104,132). Sum of RGB (Red+Green+Blue) = 221+104+132=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6884 is #22977B. Grayscale: #8E8E8E. Windows color (decimal): -2267004 or 8677597. OLE color: 8677597.
HSL color Cylindrical-coordinate representation of color #DD6884: hue angle of 345.64º 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 #DD6884 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 132 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.13 |
| HSL | 345.64º | 0.63% | 0.64% | - |
| HSV(B) | 345.64º | 0.53% | 0.87% | - |
| XYZ | 38.93 | 26.94 | 24.98 | - |
| YUV | 142.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 132 | 0 | 0.53 | 0.40 | 0.13 | 345.64 | 0.63 | 0.64 |
| Hex | DD | 68 | 84 | 0 | 35 | 28 | D | 15A | 3F | 40 |
| Octal | 335 | 150 | 204 | 0 | 65 | 50 | 15 | 532 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10000100 | 0 | 110101 | 101000 | 1101 | 101011010 | 111111 | 1000000 |
Color Harmonies of #DD6884
Complementary color
Monochromatic Colors of #DD6884
Black with #DD6884
Text Example
Text Example
White with #DD6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6884; }
p { color: rgb(221,104,132); }
H1.HeaderClassName
{
color: #DD6884;
}
.AnyTagClassName
{
color: #DD6884;
}
</style>
background-color css
<style>
a { background-color: #DD6884; }
a { background-color: rgb(221,104,132); }
div.DivClassName
{
background-color: #DD6884;
}
.BgClassName
{
background-color: #DD6884;
}
</style>
border-color css
<style>
span { border-color: #DD6884; }
span { border-color: rgb(221,104,132); }
td.TdClassName
{
border-color: #DD6884;
}
.TagClassName
{
border-color: #DD6884;
}
</style>