Shades of Deep Blush #DD778A
Tints of Deep Blush #DD778A
RGB
CMYK
RGB Variations
Color information
#DD778A (or 0xDD778A) is known color: Deep Blush. HEX triplet: DD, 77 and 8A. RGB value is (221,119,138). Sum of RGB (Red+Green+Blue) = 221+119+138=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD778A is #228875. Grayscale: #979797. Windows color (decimal): -2263158 or 9074653. OLE color: 9074653.
HSL color Cylindrical-coordinate representation of color #DD778A: hue angle of 348.82º 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 #DD778A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 138 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.13 |
| HSL | 348.82º | 0.6% | 0.67% | - |
| HSV(B) | 348.82º | 0.46% | 0.87% | - |
| XYZ | 41 | 30.4 | 27.75 | - |
| YUV | 151.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 138 | 0 | 0.46 | 0.38 | 0.13 | 348.82 | 0.6 | 0.67 |
| Hex | DD | 77 | 8A | 0 | 2E | 26 | D | 15D | 3C | 43 |
| Octal | 335 | 167 | 212 | 0 | 56 | 46 | 15 | 535 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10001010 | 0 | 101110 | 100110 | 1101 | 101011101 | 111100 | 1000011 |
Color Harmonies of #DD778A
Complementary color
Monochromatic Colors of #DD778A
Black with #DD778A
Text Example
Text Example
White with #DD778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD778A; }
p { color: rgb(221,119,138); }
H1.HeaderClassName
{
color: #DD778A;
}
.AnyTagClassName
{
color: #DD778A;
}
</style>
background-color css
<style>
a { background-color: #DD778A; }
a { background-color: rgb(221,119,138); }
div.DivClassName
{
background-color: #DD778A;
}
.BgClassName
{
background-color: #DD778A;
}
</style>
border-color css
<style>
span { border-color: #DD778A; }
span { border-color: rgb(221,119,138); }
td.TdClassName
{
border-color: #DD778A;
}
.TagClassName
{
border-color: #DD778A;
}
</style>