Shades of Deep Blush #DB6D89
Tints of Deep Blush #DB6D89
RGB
CMYK
RGB Variations
Color information
#DB6D89 (or 0xDB6D89) is known color: Deep Blush. HEX triplet: DB, 6D and 89. RGB value is (219,109,137). Sum of RGB (Red+Green+Blue) = 219+109+137=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D89 is #249276. Grayscale: #919191. Windows color (decimal): -2396791 or 9006555. OLE color: 9006555.
HSL color Cylindrical-coordinate representation of color #DB6D89: hue angle of 344.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D89 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 137 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.14 |
| HSL | 344.73º | 0.6% | 0.64% | - |
| HSV(B) | 344.73º | 0.5% | 0.86% | - |
| XYZ | 39.2 | 27.8 | 26.97 | - |
| YUV | 145.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 137 | 0 | 0.50 | 0.37 | 0.14 | 344.73 | 0.6 | 0.64 |
| Hex | DB | 6D | 89 | 0 | 32 | 25 | E | 159 | 3C | 40 |
| Octal | 333 | 155 | 211 | 0 | 62 | 45 | 16 | 531 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10001001 | 0 | 110010 | 100101 | 1110 | 101011001 | 111100 | 1000000 |
Color Harmonies of #DB6D89
Complementary color
Monochromatic Colors of #DB6D89
Black with #DB6D89
Text Example
Text Example
White with #DB6D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D89; }
p { color: rgb(219,109,137); }
H1.HeaderClassName
{
color: #DB6D89;
}
.AnyTagClassName
{
color: #DB6D89;
}
</style>
background-color css
<style>
a { background-color: #DB6D89; }
a { background-color: rgb(219,109,137); }
div.DivClassName
{
background-color: #DB6D89;
}
.BgClassName
{
background-color: #DB6D89;
}
</style>
border-color css
<style>
span { border-color: #DB6D89; }
span { border-color: rgb(219,109,137); }
td.TdClassName
{
border-color: #DB6D89;
}
.TagClassName
{
border-color: #DB6D89;
}
</style>