Shades of Deep Blush #DD6B86
Tints of Deep Blush #DD6B86
RGB
CMYK
RGB Variations
Color information
#DD6B86 (or 0xDD6B86) is known color: Deep Blush. HEX triplet: DD, 6B and 86. RGB value is (221,107,134). Sum of RGB (Red+Green+Blue) = 221+107+134=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B86 is #229479. Grayscale: #909090. Windows color (decimal): -2266234 or 8809437. OLE color: 8809437.
HSL color Cylindrical-coordinate representation of color #DD6B86: hue angle of 345.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B86 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 134 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.13 |
| HSL | 345.79º | 0.63% | 0.64% | - |
| HSV(B) | 345.79º | 0.52% | 0.87% | - |
| XYZ | 39.38 | 27.61 | 25.81 | - |
| YUV | 144.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 134 | 0 | 0.52 | 0.39 | 0.13 | 345.79 | 0.63 | 0.64 |
| Hex | DD | 6B | 86 | 0 | 34 | 27 | D | 15A | 3F | 40 |
| Octal | 335 | 153 | 206 | 0 | 64 | 47 | 15 | 532 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10000110 | 0 | 110100 | 100111 | 1101 | 101011010 | 111111 | 1000000 |
Color Harmonies of #DD6B86
Complementary color
Monochromatic Colors of #DD6B86
Black with #DD6B86
Text Example
Text Example
White with #DD6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B86; }
p { color: rgb(221,107,134); }
H1.HeaderClassName
{
color: #DD6B86;
}
.AnyTagClassName
{
color: #DD6B86;
}
</style>
background-color css
<style>
a { background-color: #DD6B86; }
a { background-color: rgb(221,107,134); }
div.DivClassName
{
background-color: #DD6B86;
}
.BgClassName
{
background-color: #DD6B86;
}
</style>
border-color css
<style>
span { border-color: #DD6B86; }
span { border-color: rgb(221,107,134); }
td.TdClassName
{
border-color: #DD6B86;
}
.TagClassName
{
border-color: #DD6B86;
}
</style>