Shades of Deep Blush #DB728B
Tints of Deep Blush #DB728B
RGB
CMYK
RGB Variations
Color information
#DB728B (or 0xDB728B) is known color: Deep Blush. HEX triplet: DB, 72 and 8B. RGB value is (219,114,139). Sum of RGB (Red+Green+Blue) = 219+114+139=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB728B is #248D74. Grayscale: #949494. Windows color (decimal): -2395509 or 9138907. OLE color: 9138907.
HSL color Cylindrical-coordinate representation of color #DB728B: hue angle of 345.71º degrees, saturation: 0.59, 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 #DB728B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 139 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.14 |
| HSL | 345.71º | 0.59% | 0.65% | - |
| HSV(B) | 345.71º | 0.48% | 0.86% | - |
| XYZ | 39.89 | 28.96 | 27.91 | - |
| YUV | 148.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 139 | 0 | 0.48 | 0.37 | 0.14 | 345.71 | 0.59 | 0.65 |
| Hex | DB | 72 | 8B | 0 | 30 | 25 | E | 15A | 3B | 41 |
| Octal | 333 | 162 | 213 | 0 | 60 | 45 | 16 | 532 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10001011 | 0 | 110000 | 100101 | 1110 | 101011010 | 111011 | 1000001 |
Color Harmonies of #DB728B
Complementary color
Monochromatic Colors of #DB728B
Black with #DB728B
Text Example
Text Example
White with #DB728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB728B; }
p { color: rgb(219,114,139); }
H1.HeaderClassName
{
color: #DB728B;
}
.AnyTagClassName
{
color: #DB728B;
}
</style>
background-color css
<style>
a { background-color: #DB728B; }
a { background-color: rgb(219,114,139); }
div.DivClassName
{
background-color: #DB728B;
}
.BgClassName
{
background-color: #DB728B;
}
</style>
border-color css
<style>
span { border-color: #DB728B; }
span { border-color: rgb(219,114,139); }
td.TdClassName
{
border-color: #DB728B;
}
.TagClassName
{
border-color: #DB728B;
}
</style>