Shades of Deep Blush #DD6886
Tints of Deep Blush #DD6886
RGB
CMYK
RGB Variations
Color information
#DD6886 (or 0xDD6886) is known color: Deep Blush. HEX triplet: DD, 68 and 86. RGB value is (221,104,134). Sum of RGB (Red+Green+Blue) = 221+104+134=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6886 is #229779. Grayscale: #8E8E8E. Windows color (decimal): -2267002 or 8808669. OLE color: 8808669.
HSL color Cylindrical-coordinate representation of color #DD6886: hue angle of 344.62º 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 #DD6886 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 134 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.13 |
| HSL | 344.62º | 0.63% | 0.64% | - |
| HSV(B) | 344.62º | 0.53% | 0.87% | - |
| XYZ | 39.07 | 26.99 | 25.71 | - |
| YUV | 142.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 134 | 0 | 0.53 | 0.39 | 0.13 | 344.62 | 0.63 | 0.64 |
| Hex | DD | 68 | 86 | 0 | 35 | 27 | D | 159 | 3F | 40 |
| Octal | 335 | 150 | 206 | 0 | 65 | 47 | 15 | 531 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10000110 | 0 | 110101 | 100111 | 1101 | 101011001 | 111111 | 1000000 |
Color Harmonies of #DD6886
Complementary color
Monochromatic Colors of #DD6886
Black with #DD6886
Text Example
Text Example
White with #DD6886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6886; }
p { color: rgb(221,104,134); }
H1.HeaderClassName
{
color: #DD6886;
}
.AnyTagClassName
{
color: #DD6886;
}
</style>
background-color css
<style>
a { background-color: #DD6886; }
a { background-color: rgb(221,104,134); }
div.DivClassName
{
background-color: #DD6886;
}
.BgClassName
{
background-color: #DD6886;
}
</style>
border-color css
<style>
span { border-color: #DD6886; }
span { border-color: rgb(221,104,134); }
td.TdClassName
{
border-color: #DD6886;
}
.TagClassName
{
border-color: #DD6886;
}
</style>