Shades of Deep Blush #DD6882
Tints of Deep Blush #DD6882
RGB
CMYK
RGB Variations
Color information
#DD6882 (or 0xDD6882) is known color: Deep Blush. HEX triplet: DD, 68 and 82. RGB value is (221,104,130). Sum of RGB (Red+Green+Blue) = 221+104+130=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6882 is #22977D. Grayscale: #8D8D8D. Windows color (decimal): -2267006 or 8546525. OLE color: 8546525.
HSL color Cylindrical-coordinate representation of color #DD6882: hue angle of 346.67º 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 #DD6882 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 130 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.13 |
| HSL | 346.67º | 0.63% | 0.64% | - |
| HSV(B) | 346.67º | 0.53% | 0.87% | - |
| XYZ | 38.8 | 26.88 | 24.26 | - |
| YUV | 141.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 130 | 0 | 0.53 | 0.41 | 0.13 | 346.67 | 0.63 | 0.64 |
| Hex | DD | 68 | 82 | 0 | 35 | 29 | D | 15B | 3F | 40 |
| Octal | 335 | 150 | 202 | 0 | 65 | 51 | 15 | 533 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10000010 | 0 | 110101 | 101001 | 1101 | 101011011 | 111111 | 1000000 |
Color Harmonies of #DD6882
Complementary color
Monochromatic Colors of #DD6882
Black with #DD6882
Text Example
Text Example
White with #DD6882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6882; }
p { color: rgb(221,104,130); }
H1.HeaderClassName
{
color: #DD6882;
}
.AnyTagClassName
{
color: #DD6882;
}
</style>
background-color css
<style>
a { background-color: #DD6882; }
a { background-color: rgb(221,104,130); }
div.DivClassName
{
background-color: #DD6882;
}
.BgClassName
{
background-color: #DD6882;
}
</style>
border-color css
<style>
span { border-color: #DD6882; }
span { border-color: rgb(221,104,130); }
td.TdClassName
{
border-color: #DD6882;
}
.TagClassName
{
border-color: #DD6882;
}
</style>