Shades of Deep Blush #DB7387
Tints of Deep Blush #DB7387
RGB
CMYK
RGB Variations
Color information
#DB7387 (or 0xDB7387) is known color: Deep Blush. HEX triplet: DB, 73 and 87. RGB value is (219,115,135). Sum of RGB (Red+Green+Blue) = 219+115+135=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7387 is #248C78. Grayscale: #949494. Windows color (decimal): -2395257 or 8877019. OLE color: 8877019.
HSL color Cylindrical-coordinate representation of color #DB7387: hue angle of 348.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7387 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 135 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.14 |
| HSL | 348.46º | 0.59% | 0.65% | - |
| HSV(B) | 348.46º | 0.47% | 0.86% | - |
| XYZ | 39.72 | 29.07 | 26.44 | - |
| YUV | 148.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 135 | 0 | 0.47 | 0.38 | 0.14 | 348.46 | 0.59 | 0.65 |
| Hex | DB | 73 | 87 | 0 | 2F | 26 | E | 15C | 3B | 41 |
| Octal | 333 | 163 | 207 | 0 | 57 | 46 | 16 | 534 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10000111 | 0 | 101111 | 100110 | 1110 | 101011100 | 111011 | 1000001 |
Color Harmonies of #DB7387
Complementary color
Monochromatic Colors of #DB7387
Black with #DB7387
Text Example
Text Example
White with #DB7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7387; }
p { color: rgb(219,115,135); }
H1.HeaderClassName
{
color: #DB7387;
}
.AnyTagClassName
{
color: #DB7387;
}
</style>
background-color css
<style>
a { background-color: #DB7387; }
a { background-color: rgb(219,115,135); }
div.DivClassName
{
background-color: #DB7387;
}
.BgClassName
{
background-color: #DB7387;
}
</style>
border-color css
<style>
span { border-color: #DB7387; }
span { border-color: rgb(219,115,135); }
td.TdClassName
{
border-color: #DB7387;
}
.TagClassName
{
border-color: #DB7387;
}
</style>