Shades of Deep Blush #DB7383
Tints of Deep Blush #DB7383
RGB
CMYK
RGB Variations
Color information
#DB7383 (or 0xDB7383) is known color: Deep Blush. HEX triplet: DB, 73 and 83. RGB value is (219,115,131). Sum of RGB (Red+Green+Blue) = 219+115+131=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7383 is #248C7C. Grayscale: #939393. Windows color (decimal): -2395261 or 8614875. OLE color: 8614875.
HSL color Cylindrical-coordinate representation of color #DB7383: hue angle of 350.77º 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 #DB7383 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 131 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.14 |
| HSL | 350.77º | 0.59% | 0.65% | - |
| HSV(B) | 350.77º | 0.47% | 0.86% | - |
| XYZ | 39.44 | 28.96 | 24.98 | - |
| YUV | 147.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 131 | 0 | 0.47 | 0.40 | 0.14 | 350.77 | 0.59 | 0.65 |
| Hex | DB | 73 | 83 | 0 | 2F | 28 | E | 15F | 3B | 41 |
| Octal | 333 | 163 | 203 | 0 | 57 | 50 | 16 | 537 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10000011 | 0 | 101111 | 101000 | 1110 | 101011111 | 111011 | 1000001 |
Color Harmonies of #DB7383
Complementary color
Monochromatic Colors of #DB7383
Black with #DB7383
Text Example
Text Example
White with #DB7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7383; }
p { color: rgb(219,115,131); }
H1.HeaderClassName
{
color: #DB7383;
}
.AnyTagClassName
{
color: #DB7383;
}
</style>
background-color css
<style>
a { background-color: #DB7383; }
a { background-color: rgb(219,115,131); }
div.DivClassName
{
background-color: #DB7383;
}
.BgClassName
{
background-color: #DB7383;
}
</style>
border-color css
<style>
span { border-color: #DB7383; }
span { border-color: rgb(219,115,131); }
td.TdClassName
{
border-color: #DB7383;
}
.TagClassName
{
border-color: #DB7383;
}
</style>