Shades of Deep Blush #DD7883
Tints of Deep Blush #DD7883
RGB
CMYK
RGB Variations
Color information
#DD7883 (or 0xDD7883) is known color: Deep Blush. HEX triplet: DD, 78 and 83. RGB value is (221,120,131). Sum of RGB (Red+Green+Blue) = 221+120+131=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7883 is #22877C. Grayscale: #979797. Windows color (decimal): -2262909 or 8616157. OLE color: 8616157.
HSL color Cylindrical-coordinate representation of color #DD7883: hue angle of 353.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7883 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 131 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.13 |
| HSL | 353.47º | 0.6% | 0.67% | - |
| HSV(B) | 353.47º | 0.46% | 0.87% | - |
| XYZ | 40.63 | 30.44 | 25.21 | - |
| YUV | 151.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 131 | 0 | 0.46 | 0.41 | 0.13 | 353.47 | 0.6 | 0.67 |
| Hex | DD | 78 | 83 | 0 | 2E | 29 | D | 161 | 3C | 43 |
| Octal | 335 | 170 | 203 | 0 | 56 | 51 | 15 | 541 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10000011 | 0 | 101110 | 101001 | 1101 | 101100001 | 111100 | 1000011 |
Color Harmonies of #DD7883
Complementary color
Monochromatic Colors of #DD7883
Black with #DD7883
Text Example
Text Example
White with #DD7883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7883; }
p { color: rgb(221,120,131); }
H1.HeaderClassName
{
color: #DD7883;
}
.AnyTagClassName
{
color: #DD7883;
}
</style>
background-color css
<style>
a { background-color: #DD7883; }
a { background-color: rgb(221,120,131); }
div.DivClassName
{
background-color: #DD7883;
}
.BgClassName
{
background-color: #DD7883;
}
</style>
border-color css
<style>
span { border-color: #DD7883; }
span { border-color: rgb(221,120,131); }
td.TdClassName
{
border-color: #DD7883;
}
.TagClassName
{
border-color: #DD7883;
}
</style>