Shades of Deep Blush #DD6586
Tints of Deep Blush #DD6586
RGB
CMYK
RGB Variations
Color information
#DD6586 (or 0xDD6586) is known color: Deep Blush. HEX triplet: DD, 65 and 86. RGB value is (221,101,134). Sum of RGB (Red+Green+Blue) = 221+101+134=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6586 is #229A79. Grayscale: #8C8C8C. Windows color (decimal): -2267770 or 8807901. OLE color: 8807901.
HSL color Cylindrical-coordinate representation of color #DD6586: hue angle of 343.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6586 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 134 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.13 |
| HSL | 343.5º | 0.64% | 0.63% | - |
| HSV(B) | 343.5º | 0.54% | 0.87% | - |
| XYZ | 38.78 | 26.4 | 25.61 | - |
| YUV | 140.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 134 | 0 | 0.54 | 0.39 | 0.13 | 343.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 86 | 0 | 36 | 27 | D | 158 | 40 | 3F |
| Octal | 335 | 145 | 206 | 0 | 66 | 47 | 15 | 530 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10000110 | 0 | 110110 | 100111 | 1101 | 101011000 | 1000000 | 111111 |
Color Harmonies of #DD6586
Complementary color
Monochromatic Colors of #DD6586
Black with #DD6586
Text Example
Text Example
White with #DD6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6586; }
p { color: rgb(221,101,134); }
H1.HeaderClassName
{
color: #DD6586;
}
.AnyTagClassName
{
color: #DD6586;
}
</style>
background-color css
<style>
a { background-color: #DD6586; }
a { background-color: rgb(221,101,134); }
div.DivClassName
{
background-color: #DD6586;
}
.BgClassName
{
background-color: #DD6586;
}
</style>
border-color css
<style>
span { border-color: #DD6586; }
span { border-color: rgb(221,101,134); }
td.TdClassName
{
border-color: #DD6586;
}
.TagClassName
{
border-color: #DD6586;
}
</style>