Shades of Deep Blush #DD6E81
Tints of Deep Blush #DD6E81
RGB
CMYK
RGB Variations
Color information
#DD6E81 (or 0xDD6E81) is known color: Deep Blush. HEX triplet: DD, 6E and 81. RGB value is (221,110,129). Sum of RGB (Red+Green+Blue) = 221+110+129=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E81 is #22917E. Grayscale: #919191. Windows color (decimal): -2265471 or 8482525. OLE color: 8482525.
HSL color Cylindrical-coordinate representation of color #DD6E81: hue angle of 349.73º 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 #DD6E81 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 129 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.13 |
| HSL | 349.73º | 0.62% | 0.65% | - |
| HSV(B) | 349.73º | 0.5% | 0.87% | - |
| XYZ | 39.36 | 28.11 | 24.12 | - |
| YUV | 145.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 129 | 0 | 0.50 | 0.42 | 0.13 | 349.73 | 0.62 | 0.65 |
| Hex | DD | 6E | 81 | 0 | 32 | 2A | D | 15E | 3E | 41 |
| Octal | 335 | 156 | 201 | 0 | 62 | 52 | 15 | 536 | 76 | 101 |
| Binary | 11011101 | 1101110 | 10000001 | 0 | 110010 | 101010 | 1101 | 101011110 | 111110 | 1000001 |
Color Harmonies of #DD6E81
Complementary color
Monochromatic Colors of #DD6E81
Black with #DD6E81
Text Example
Text Example
White with #DD6E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E81; }
p { color: rgb(221,110,129); }
H1.HeaderClassName
{
color: #DD6E81;
}
.AnyTagClassName
{
color: #DD6E81;
}
</style>
background-color css
<style>
a { background-color: #DD6E81; }
a { background-color: rgb(221,110,129); }
div.DivClassName
{
background-color: #DD6E81;
}
.BgClassName
{
background-color: #DD6E81;
}
</style>
border-color css
<style>
span { border-color: #DD6E81; }
span { border-color: rgb(221,110,129); }
td.TdClassName
{
border-color: #DD6E81;
}
.TagClassName
{
border-color: #DD6E81;
}
</style>