Shades of Deep Blush #DB7888
Tints of Deep Blush #DB7888
RGB
CMYK
RGB Variations
Color information
#DB7888 (or 0xDB7888) is known color: Deep Blush. HEX triplet: DB, 78 and 88. RGB value is (219,120,136). Sum of RGB (Red+Green+Blue) = 219+120+136=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7888 is #248777. Grayscale: #979797. Windows color (decimal): -2393976 or 8943835. OLE color: 8943835.
HSL color Cylindrical-coordinate representation of color #DB7888: hue angle of 350.3º 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 #DB7888 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 136 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.14 |
| HSL | 350.3º | 0.58% | 0.66% | - |
| HSV(B) | 350.3º | 0.45% | 0.86% | - |
| XYZ | 40.37 | 30.27 | 27.01 | - |
| YUV | 151.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 136 | 0 | 0.45 | 0.38 | 0.14 | 350.3 | 0.58 | 0.66 |
| Hex | DB | 78 | 88 | 0 | 2D | 26 | E | 15E | 3A | 42 |
| Octal | 333 | 170 | 210 | 0 | 55 | 46 | 16 | 536 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10001000 | 0 | 101101 | 100110 | 1110 | 101011110 | 111010 | 1000010 |
Color Harmonies of #DB7888
Complementary color
Monochromatic Colors of #DB7888
Black with #DB7888
Text Example
Text Example
White with #DB7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7888; }
p { color: rgb(219,120,136); }
H1.HeaderClassName
{
color: #DB7888;
}
.AnyTagClassName
{
color: #DB7888;
}
</style>
background-color css
<style>
a { background-color: #DB7888; }
a { background-color: rgb(219,120,136); }
div.DivClassName
{
background-color: #DB7888;
}
.BgClassName
{
background-color: #DB7888;
}
</style>
border-color css
<style>
span { border-color: #DB7888; }
span { border-color: rgb(219,120,136); }
td.TdClassName
{
border-color: #DB7888;
}
.TagClassName
{
border-color: #DB7888;
}
</style>