Shades of Deep Blush #DB7787
Tints of Deep Blush #DB7787
RGB
CMYK
RGB Variations
Color information
#DB7787 (or 0xDB7787) is known color: Deep Blush. HEX triplet: DB, 77 and 87. RGB value is (219,119,135). Sum of RGB (Red+Green+Blue) = 219+119+135=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7787 is #248878. Grayscale: #969696. Windows color (decimal): -2394233 or 8878043. OLE color: 8878043.
HSL color Cylindrical-coordinate representation of color #DB7787: hue angle of 350.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7787 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 135 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.14 |
| HSL | 350.4º | 0.58% | 0.66% | - |
| HSV(B) | 350.4º | 0.46% | 0.86% | - |
| XYZ | 40.18 | 30 | 26.59 | - |
| YUV | 150.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 135 | 0 | 0.46 | 0.38 | 0.14 | 350.4 | 0.58 | 0.66 |
| Hex | DB | 77 | 87 | 0 | 2E | 26 | E | 15E | 3A | 42 |
| Octal | 333 | 167 | 207 | 0 | 56 | 46 | 16 | 536 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10000111 | 0 | 101110 | 100110 | 1110 | 101011110 | 111010 | 1000010 |
Color Harmonies of #DB7787
Complementary color
Monochromatic Colors of #DB7787
Black with #DB7787
Text Example
Text Example
White with #DB7787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7787; }
p { color: rgb(219,119,135); }
H1.HeaderClassName
{
color: #DB7787;
}
.AnyTagClassName
{
color: #DB7787;
}
</style>
background-color css
<style>
a { background-color: #DB7787; }
a { background-color: rgb(219,119,135); }
div.DivClassName
{
background-color: #DB7787;
}
.BgClassName
{
background-color: #DB7787;
}
</style>
border-color css
<style>
span { border-color: #DB7787; }
span { border-color: rgb(219,119,135); }
td.TdClassName
{
border-color: #DB7787;
}
.TagClassName
{
border-color: #DB7787;
}
</style>