Shades of Deep Blush #DD6986
Tints of Deep Blush #DD6986
RGB
CMYK
RGB Variations
Color information
#DD6986 (or 0xDD6986) is known color: Deep Blush. HEX triplet: DD, 69 and 86. RGB value is (221,105,134). Sum of RGB (Red+Green+Blue) = 221+105+134=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6986 is #229679. Grayscale: #8E8E8E. Windows color (decimal): -2266746 or 8808925. OLE color: 8808925.
HSL color Cylindrical-coordinate representation of color #DD6986: hue angle of 345º 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 #DD6986 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 134 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.13 |
| HSL | 345º | 0.63% | 0.64% | - |
| HSV(B) | 345º | 0.52% | 0.87% | - |
| XYZ | 39.17 | 27.2 | 25.74 | - |
| YUV | 142.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 134 | 0 | 0.52 | 0.39 | 0.13 | 345 | 0.63 | 0.64 |
| Hex | DD | 69 | 86 | 0 | 34 | 27 | D | 159 | 3F | 40 |
| Octal | 335 | 151 | 206 | 0 | 64 | 47 | 15 | 531 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10000110 | 0 | 110100 | 100111 | 1101 | 101011001 | 111111 | 1000000 |
Color Harmonies of #DD6986
Complementary color
Monochromatic Colors of #DD6986
Black with #DD6986
Text Example
Text Example
White with #DD6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6986; }
p { color: rgb(221,105,134); }
H1.HeaderClassName
{
color: #DD6986;
}
.AnyTagClassName
{
color: #DD6986;
}
</style>
background-color css
<style>
a { background-color: #DD6986; }
a { background-color: rgb(221,105,134); }
div.DivClassName
{
background-color: #DD6986;
}
.BgClassName
{
background-color: #DD6986;
}
</style>
border-color css
<style>
span { border-color: #DD6986; }
span { border-color: rgb(221,105,134); }
td.TdClassName
{
border-color: #DD6986;
}
.TagClassName
{
border-color: #DD6986;
}
</style>