Shades of Deep Blush #DD778B
Tints of Deep Blush #DD778B
RGB
CMYK
RGB Variations
Color information
#DD778B (or 0xDD778B) is known color: Deep Blush. HEX triplet: DD, 77 and 8B. RGB value is (221,119,139). Sum of RGB (Red+Green+Blue) = 221+119+139=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD778B is #228874. Grayscale: #979797. Windows color (decimal): -2263157 or 9140189. OLE color: 9140189.
HSL color Cylindrical-coordinate representation of color #DD778B: hue angle of 348.24º 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 #DD778B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 139 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.13 |
| HSL | 348.24º | 0.6% | 0.67% | - |
| HSV(B) | 348.24º | 0.46% | 0.87% | - |
| XYZ | 41.08 | 30.43 | 28.13 | - |
| YUV | 151.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 139 | 0 | 0.46 | 0.37 | 0.13 | 348.24 | 0.6 | 0.67 |
| Hex | DD | 77 | 8B | 0 | 2E | 25 | D | 15C | 3C | 43 |
| Octal | 335 | 167 | 213 | 0 | 56 | 45 | 15 | 534 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10001011 | 0 | 101110 | 100101 | 1101 | 101011100 | 111100 | 1000011 |
Color Harmonies of #DD778B
Complementary color
Monochromatic Colors of #DD778B
Black with #DD778B
Text Example
Text Example
White with #DD778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD778B; }
p { color: rgb(221,119,139); }
H1.HeaderClassName
{
color: #DD778B;
}
.AnyTagClassName
{
color: #DD778B;
}
</style>
background-color css
<style>
a { background-color: #DD778B; }
a { background-color: rgb(221,119,139); }
div.DivClassName
{
background-color: #DD778B;
}
.BgClassName
{
background-color: #DD778B;
}
</style>
border-color css
<style>
span { border-color: #DD778B; }
span { border-color: rgb(221,119,139); }
td.TdClassName
{
border-color: #DD778B;
}
.TagClassName
{
border-color: #DD778B;
}
</style>