Shades of Deep Blush #DB6789
Tints of Deep Blush #DB6789
RGB
CMYK
RGB Variations
Color information
#DB6789 (or 0xDB6789) is known color: Deep Blush. HEX triplet: DB, 67 and 89. RGB value is (219,103,137). Sum of RGB (Red+Green+Blue) = 219+103+137=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6789 is #249876. Grayscale: #8D8D8D. Windows color (decimal): -2398327 or 9005019. OLE color: 9005019.
HSL color Cylindrical-coordinate representation of color #DB6789: hue angle of 342.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6789 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 137 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 342.41º | 0.62% | 0.63% | - |
| HSV(B) | 342.41º | 0.53% | 0.86% | - |
| XYZ | 38.58 | 26.57 | 26.76 | - |
| YUV | 141.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 137 | 0 | 0.53 | 0.37 | 0.14 | 342.41 | 0.62 | 0.63 |
| Hex | DB | 67 | 89 | 0 | 35 | 25 | E | 156 | 3E | 3F |
| Octal | 333 | 147 | 211 | 0 | 65 | 45 | 16 | 526 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10001001 | 0 | 110101 | 100101 | 1110 | 101010110 | 111110 | 111111 |
Color Harmonies of #DB6789
Complementary color
Monochromatic Colors of #DB6789
Black with #DB6789
Text Example
Text Example
White with #DB6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6789; }
p { color: rgb(219,103,137); }
H1.HeaderClassName
{
color: #DB6789;
}
.AnyTagClassName
{
color: #DB6789;
}
</style>
background-color css
<style>
a { background-color: #DB6789; }
a { background-color: rgb(219,103,137); }
div.DivClassName
{
background-color: #DB6789;
}
.BgClassName
{
background-color: #DB6789;
}
</style>
border-color css
<style>
span { border-color: #DB6789; }
span { border-color: rgb(219,103,137); }
td.TdClassName
{
border-color: #DB6789;
}
.TagClassName
{
border-color: #DB6789;
}
</style>