Shades of Deep Blush #DB788B
Tints of Deep Blush #DB788B
RGB
CMYK
RGB Variations
Color information
#DB788B (or 0xDB788B) is known color: Deep Blush. HEX triplet: DB, 78 and 8B. RGB value is (219,120,139). Sum of RGB (Red+Green+Blue) = 219+120+139=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB788B is #248774. Grayscale: #979797. Windows color (decimal): -2393973 or 9140443. OLE color: 9140443.
HSL color Cylindrical-coordinate representation of color #DB788B: hue angle of 348.48º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB788B is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 139 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.14 |
| HSL | 348.48º | 0.58% | 0.66% | - |
| HSV(B) | 348.48º | 0.45% | 0.86% | - |
| XYZ | 40.59 | 30.36 | 28.15 | - |
| YUV | 151.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 139 | 0 | 0.45 | 0.37 | 0.14 | 348.48 | 0.58 | 0.66 |
| Hex | DB | 78 | 8B | 0 | 2D | 25 | E | 15C | 3A | 42 |
| Octal | 333 | 170 | 213 | 0 | 55 | 45 | 16 | 534 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10001011 | 0 | 101101 | 100101 | 1110 | 101011100 | 111010 | 1000010 |
Color Harmonies of #DB788B
Complementary color
Monochromatic Colors of #DB788B
Black with #DB788B
Text Example
Text Example
White with #DB788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB788B; }
p { color: rgb(219,120,139); }
H1.HeaderClassName
{
color: #DB788B;
}
.AnyTagClassName
{
color: #DB788B;
}
</style>
background-color css
<style>
a { background-color: #DB788B; }
a { background-color: rgb(219,120,139); }
div.DivClassName
{
background-color: #DB788B;
}
.BgClassName
{
background-color: #DB788B;
}
</style>
border-color css
<style>
span { border-color: #DB788B; }
span { border-color: rgb(219,120,139); }
td.TdClassName
{
border-color: #DB788B;
}
.TagClassName
{
border-color: #DB788B;
}
</style>