Shades of Deep Blush #DB7188
Tints of Deep Blush #DB7188
RGB
CMYK
RGB Variations
Color information
#DB7188 (or 0xDB7188) is known color: Deep Blush. HEX triplet: DB, 71 and 88. RGB value is (219,113,136). Sum of RGB (Red+Green+Blue) = 219+113+136=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7188 is #248E77. Grayscale: #939393. Windows color (decimal): -2395768 or 8942043. OLE color: 8942043.
HSL color Cylindrical-coordinate representation of color #DB7188: hue angle of 346.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7188 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 136 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.14 |
| HSL | 346.98º | 0.6% | 0.65% | - |
| HSV(B) | 346.98º | 0.48% | 0.86% | - |
| XYZ | 39.56 | 28.65 | 26.74 | - |
| YUV | 147.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 136 | 0 | 0.48 | 0.38 | 0.14 | 346.98 | 0.6 | 0.65 |
| Hex | DB | 71 | 88 | 0 | 30 | 26 | E | 15B | 3C | 41 |
| Octal | 333 | 161 | 210 | 0 | 60 | 46 | 16 | 533 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10001000 | 0 | 110000 | 100110 | 1110 | 101011011 | 111100 | 1000001 |
Color Harmonies of #DB7188
Complementary color
Monochromatic Colors of #DB7188
Black with #DB7188
Text Example
Text Example
White with #DB7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7188; }
p { color: rgb(219,113,136); }
H1.HeaderClassName
{
color: #DB7188;
}
.AnyTagClassName
{
color: #DB7188;
}
</style>
background-color css
<style>
a { background-color: #DB7188; }
a { background-color: rgb(219,113,136); }
div.DivClassName
{
background-color: #DB7188;
}
.BgClassName
{
background-color: #DB7188;
}
</style>
border-color css
<style>
span { border-color: #DB7188; }
span { border-color: rgb(219,113,136); }
td.TdClassName
{
border-color: #DB7188;
}
.TagClassName
{
border-color: #DB7188;
}
</style>