Shades of Deep Blush #DD6E82
Tints of Deep Blush #DD6E82
RGB
CMYK
RGB Variations
Color information
#DD6E82 (or 0xDD6E82) is known color: Deep Blush. HEX triplet: DD, 6E and 82. RGB value is (221,110,130). Sum of RGB (Red+Green+Blue) = 221+110+130=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E82 is #22917D. Grayscale: #919191. Windows color (decimal): -2265470 or 8548061. OLE color: 8548061.
HSL color Cylindrical-coordinate representation of color #DD6E82: hue angle of 349.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6E82 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 130 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.13 |
| HSL | 349.19º | 0.62% | 0.65% | - |
| HSV(B) | 349.19º | 0.5% | 0.87% | - |
| XYZ | 39.42 | 28.14 | 24.47 | - |
| YUV | 145.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 130 | 0 | 0.50 | 0.41 | 0.13 | 349.19 | 0.62 | 0.65 |
| Hex | DD | 6E | 82 | 0 | 32 | 29 | D | 15D | 3E | 41 |
| Octal | 335 | 156 | 202 | 0 | 62 | 51 | 15 | 535 | 76 | 101 |
| Binary | 11011101 | 1101110 | 10000010 | 0 | 110010 | 101001 | 1101 | 101011101 | 111110 | 1000001 |
Color Harmonies of #DD6E82
Complementary color
Monochromatic Colors of #DD6E82
Black with #DD6E82
Text Example
Text Example
White with #DD6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E82; }
p { color: rgb(221,110,130); }
H1.HeaderClassName
{
color: #DD6E82;
}
.AnyTagClassName
{
color: #DD6E82;
}
</style>
background-color css
<style>
a { background-color: #DD6E82; }
a { background-color: rgb(221,110,130); }
div.DivClassName
{
background-color: #DD6E82;
}
.BgClassName
{
background-color: #DD6E82;
}
</style>
border-color css
<style>
span { border-color: #DD6E82; }
span { border-color: rgb(221,110,130); }
td.TdClassName
{
border-color: #DD6E82;
}
.TagClassName
{
border-color: #DD6E82;
}
</style>