Shades of Deep Blush #DD7E83
Tints of Deep Blush #DD7E83
RGB
CMYK
RGB Variations
Color information
#DD7E83 (or 0xDD7E83) is known color: Deep Blush. HEX triplet: DD, 7E and 83. RGB value is (221,126,131). Sum of RGB (Red+Green+Blue) = 221+126+131=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E83 is #22817C. Grayscale: #9B9B9B. Windows color (decimal): -2261373 or 8617693. OLE color: 8617693.
HSL color Cylindrical-coordinate representation of color #DD7E83: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7E83 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 131 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 356.84º | 0.58% | 0.68% | - |
| HSV(B) | 356.84º | 0.43% | 0.87% | - |
| XYZ | 41.38 | 31.93 | 25.46 | - |
| YUV | 154.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 131 | 0 | 0.43 | 0.41 | 0.13 | 356.84 | 0.58 | 0.68 |
| Hex | DD | 7E | 83 | 0 | 2B | 29 | D | 165 | 3A | 44 |
| Octal | 335 | 176 | 203 | 0 | 53 | 51 | 15 | 545 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10000011 | 0 | 101011 | 101001 | 1101 | 101100101 | 111010 | 1000100 |
Color Harmonies of #DD7E83
Complementary color
Monochromatic Colors of #DD7E83
Black with #DD7E83
Text Example
Text Example
White with #DD7E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E83; }
p { color: rgb(221,126,131); }
H1.HeaderClassName
{
color: #DD7E83;
}
.AnyTagClassName
{
color: #DD7E83;
}
</style>
background-color css
<style>
a { background-color: #DD7E83; }
a { background-color: rgb(221,126,131); }
div.DivClassName
{
background-color: #DD7E83;
}
.BgClassName
{
background-color: #DD7E83;
}
</style>
border-color css
<style>
span { border-color: #DD7E83; }
span { border-color: rgb(221,126,131); }
td.TdClassName
{
border-color: #DD7E83;
}
.TagClassName
{
border-color: #DD7E83;
}
</style>