Shades of Deep Blush #DD788C
Tints of Deep Blush #DD788C
RGB
CMYK
RGB Variations
Color information
#DD788C (or 0xDD788C) is known color: Deep Blush. HEX triplet: DD, 78 and 8C. RGB value is (221,120,140). Sum of RGB (Red+Green+Blue) = 221+120+140=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD788C is #228773. Grayscale: #989898. Windows color (decimal): -2262900 or 9205981. OLE color: 9205981.
HSL color Cylindrical-coordinate representation of color #DD788C: hue angle of 348.12º 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 #DD788C is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 140 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.13 |
| HSL | 348.12º | 0.6% | 0.67% | - |
| HSV(B) | 348.12º | 0.46% | 0.87% | - |
| XYZ | 41.27 | 30.7 | 28.56 | - |
| YUV | 152.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 140 | 0 | 0.46 | 0.37 | 0.13 | 348.12 | 0.6 | 0.67 |
| Hex | DD | 78 | 8C | 0 | 2E | 25 | D | 15C | 3C | 43 |
| Octal | 335 | 170 | 214 | 0 | 56 | 45 | 15 | 534 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10001100 | 0 | 101110 | 100101 | 1101 | 101011100 | 111100 | 1000011 |
Color Harmonies of #DD788C
Complementary color
Monochromatic Colors of #DD788C
Black with #DD788C
Text Example
Text Example
White with #DD788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD788C; }
p { color: rgb(221,120,140); }
H1.HeaderClassName
{
color: #DD788C;
}
.AnyTagClassName
{
color: #DD788C;
}
</style>
background-color css
<style>
a { background-color: #DD788C; }
a { background-color: rgb(221,120,140); }
div.DivClassName
{
background-color: #DD788C;
}
.BgClassName
{
background-color: #DD788C;
}
</style>
border-color css
<style>
span { border-color: #DD788C; }
span { border-color: rgb(221,120,140); }
td.TdClassName
{
border-color: #DD788C;
}
.TagClassName
{
border-color: #DD788C;
}
</style>