Shades of Deep Blush #DB7183
Tints of Deep Blush #DB7183
RGB
CMYK
RGB Variations
Color information
#DB7183 (or 0xDB7183) is known color: Deep Blush. HEX triplet: DB, 71 and 83. RGB value is (219,113,131). Sum of RGB (Red+Green+Blue) = 219+113+131=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7183 is #248E7C. Grayscale: #929292. Windows color (decimal): -2395773 or 8614363. OLE color: 8614363.
HSL color Cylindrical-coordinate representation of color #DB7183: hue angle of 349.81º 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 #DB7183 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 131 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.14 |
| HSL | 349.81º | 0.6% | 0.65% | - |
| HSV(B) | 349.81º | 0.48% | 0.86% | - |
| XYZ | 39.22 | 28.51 | 24.91 | - |
| YUV | 146.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 131 | 0 | 0.48 | 0.40 | 0.14 | 349.81 | 0.6 | 0.65 |
| Hex | DB | 71 | 83 | 0 | 30 | 28 | E | 15E | 3C | 41 |
| Octal | 333 | 161 | 203 | 0 | 60 | 50 | 16 | 536 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10000011 | 0 | 110000 | 101000 | 1110 | 101011110 | 111100 | 1000001 |
Color Harmonies of #DB7183
Complementary color
Monochromatic Colors of #DB7183
Black with #DB7183
Text Example
Text Example
White with #DB7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7183; }
p { color: rgb(219,113,131); }
H1.HeaderClassName
{
color: #DB7183;
}
.AnyTagClassName
{
color: #DB7183;
}
</style>
background-color css
<style>
a { background-color: #DB7183; }
a { background-color: rgb(219,113,131); }
div.DivClassName
{
background-color: #DB7183;
}
.BgClassName
{
background-color: #DB7183;
}
</style>
border-color css
<style>
span { border-color: #DB7183; }
span { border-color: rgb(219,113,131); }
td.TdClassName
{
border-color: #DB7183;
}
.TagClassName
{
border-color: #DB7183;
}
</style>