Shades of Deep Blush #DB7386
Tints of Deep Blush #DB7386
RGB
CMYK
RGB Variations
Color information
#DB7386 (or 0xDB7386) is known color: Deep Blush. HEX triplet: DB, 73 and 86. RGB value is (219,115,134). Sum of RGB (Red+Green+Blue) = 219+115+134=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7386 is #248C79. Grayscale: #949494. Windows color (decimal): -2395258 or 8811483. OLE color: 8811483.
HSL color Cylindrical-coordinate representation of color #DB7386: hue angle of 349.04º 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 #DB7386 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 134 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.14 |
| HSL | 349.04º | 0.59% | 0.65% | - |
| HSV(B) | 349.04º | 0.47% | 0.86% | - |
| XYZ | 39.65 | 29.04 | 26.07 | - |
| YUV | 148.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 134 | 0 | 0.47 | 0.39 | 0.14 | 349.04 | 0.59 | 0.65 |
| Hex | DB | 73 | 86 | 0 | 2F | 27 | E | 15D | 3B | 41 |
| Octal | 333 | 163 | 206 | 0 | 57 | 47 | 16 | 535 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10000110 | 0 | 101111 | 100111 | 1110 | 101011101 | 111011 | 1000001 |
Color Harmonies of #DB7386
Complementary color
Monochromatic Colors of #DB7386
Black with #DB7386
Text Example
Text Example
White with #DB7386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7386; }
p { color: rgb(219,115,134); }
H1.HeaderClassName
{
color: #DB7386;
}
.AnyTagClassName
{
color: #DB7386;
}
</style>
background-color css
<style>
a { background-color: #DB7386; }
a { background-color: rgb(219,115,134); }
div.DivClassName
{
background-color: #DB7386;
}
.BgClassName
{
background-color: #DB7386;
}
</style>
border-color css
<style>
span { border-color: #DB7386; }
span { border-color: rgb(219,115,134); }
td.TdClassName
{
border-color: #DB7386;
}
.TagClassName
{
border-color: #DB7386;
}
</style>