Shades of Deep Blush #DD7783
Tints of Deep Blush #DD7783
RGB
CMYK
RGB Variations
Color information
#DD7783 (or 0xDD7783) is known color: Deep Blush. HEX triplet: DD, 77 and 83. RGB value is (221,119,131). Sum of RGB (Red+Green+Blue) = 221+119+131=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7783 is #22887C. Grayscale: #969696. Windows color (decimal): -2263165 or 8615901. OLE color: 8615901.
HSL color Cylindrical-coordinate representation of color #DD7783: hue angle of 352.94º 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 #DD7783 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 131 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.13 |
| HSL | 352.94º | 0.6% | 0.67% | - |
| HSV(B) | 352.94º | 0.46% | 0.87% | - |
| XYZ | 40.51 | 30.2 | 25.17 | - |
| YUV | 150.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 131 | 0 | 0.46 | 0.41 | 0.13 | 352.94 | 0.6 | 0.67 |
| Hex | DD | 77 | 83 | 0 | 2E | 29 | D | 161 | 3C | 43 |
| Octal | 335 | 167 | 203 | 0 | 56 | 51 | 15 | 541 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10000011 | 0 | 101110 | 101001 | 1101 | 101100001 | 111100 | 1000011 |
Color Harmonies of #DD7783
Complementary color
Monochromatic Colors of #DD7783
Black with #DD7783
Text Example
Text Example
White with #DD7783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7783; }
p { color: rgb(221,119,131); }
H1.HeaderClassName
{
color: #DD7783;
}
.AnyTagClassName
{
color: #DD7783;
}
</style>
background-color css
<style>
a { background-color: #DD7783; }
a { background-color: rgb(221,119,131); }
div.DivClassName
{
background-color: #DD7783;
}
.BgClassName
{
background-color: #DD7783;
}
</style>
border-color css
<style>
span { border-color: #DD7783; }
span { border-color: rgb(221,119,131); }
td.TdClassName
{
border-color: #DD7783;
}
.TagClassName
{
border-color: #DD7783;
}
</style>