Shades of Deep Blush #DD778E
Tints of Deep Blush #DD778E
RGB
CMYK
RGB Variations
Color information
#DD778E (or 0xDD778E) is known color: Deep Blush. HEX triplet: DD, 77 and 8E. RGB value is (221,119,142). Sum of RGB (Red+Green+Blue) = 221+119+142=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD778E is #228871. Grayscale: #989898. Windows color (decimal): -2263154 or 9336797. OLE color: 9336797.
HSL color Cylindrical-coordinate representation of color #DD778E: hue angle of 346.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 #DD778E is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 142 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.13 |
| HSL | 346.47º | 0.6% | 0.67% | - |
| HSV(B) | 346.47º | 0.46% | 0.87% | - |
| XYZ | 41.3 | 30.52 | 29.31 | - |
| YUV | 152.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 142 | 0 | 0.46 | 0.36 | 0.13 | 346.47 | 0.6 | 0.67 |
| Hex | DD | 77 | 8E | 0 | 2E | 24 | D | 15A | 3C | 43 |
| Octal | 335 | 167 | 216 | 0 | 56 | 44 | 15 | 532 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10001110 | 0 | 101110 | 100100 | 1101 | 101011010 | 111100 | 1000011 |
Color Harmonies of #DD778E
Complementary color
Monochromatic Colors of #DD778E
Black with #DD778E
Text Example
Text Example
White with #DD778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD778E; }
p { color: rgb(221,119,142); }
H1.HeaderClassName
{
color: #DD778E;
}
.AnyTagClassName
{
color: #DD778E;
}
</style>
background-color css
<style>
a { background-color: #DD778E; }
a { background-color: rgb(221,119,142); }
div.DivClassName
{
background-color: #DD778E;
}
.BgClassName
{
background-color: #DD778E;
}
</style>
border-color css
<style>
span { border-color: #DD778E; }
span { border-color: rgb(221,119,142); }
td.TdClassName
{
border-color: #DD778E;
}
.TagClassName
{
border-color: #DD778E;
}
</style>