Shades of Deep Blush #DB7586
Tints of Deep Blush #DB7586
RGB
CMYK
RGB Variations
Color information
#DB7586 (or 0xDB7586) is known color: Deep Blush. HEX triplet: DB, 75 and 86. RGB value is (219,117,134). Sum of RGB (Red+Green+Blue) = 219+117+134=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7586 is #248A79. Grayscale: #959595. Windows color (decimal): -2394746 or 8811995. OLE color: 8811995.
HSL color Cylindrical-coordinate representation of color #DB7586: hue angle of 350º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7586 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 134 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.14 |
| HSL | 350º | 0.59% | 0.66% | - |
| HSV(B) | 350º | 0.47% | 0.86% | - |
| XYZ | 39.88 | 29.5 | 26.15 | - |
| YUV | 149.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 134 | 0 | 0.47 | 0.39 | 0.14 | 350 | 0.59 | 0.66 |
| Hex | DB | 75 | 86 | 0 | 2F | 27 | E | 15E | 3B | 42 |
| Octal | 333 | 165 | 206 | 0 | 57 | 47 | 16 | 536 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10000110 | 0 | 101111 | 100111 | 1110 | 101011110 | 111011 | 1000010 |
Color Harmonies of #DB7586
Complementary color
Monochromatic Colors of #DB7586
Black with #DB7586
Text Example
Text Example
White with #DB7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7586; }
p { color: rgb(219,117,134); }
H1.HeaderClassName
{
color: #DB7586;
}
.AnyTagClassName
{
color: #DB7586;
}
</style>
background-color css
<style>
a { background-color: #DB7586; }
a { background-color: rgb(219,117,134); }
div.DivClassName
{
background-color: #DB7586;
}
.BgClassName
{
background-color: #DB7586;
}
</style>
border-color css
<style>
span { border-color: #DB7586; }
span { border-color: rgb(219,117,134); }
td.TdClassName
{
border-color: #DB7586;
}
.TagClassName
{
border-color: #DB7586;
}
</style>