Shades of Deep Blush #DB6B89
Tints of Deep Blush #DB6B89
RGB
CMYK
RGB Variations
Color information
#DB6B89 (or 0xDB6B89) is known color: Deep Blush. HEX triplet: DB, 6B and 89. RGB value is (219,107,137). Sum of RGB (Red+Green+Blue) = 219+107+137=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B89 is #249476. Grayscale: #8F8F8F. Windows color (decimal): -2397303 or 9006043. OLE color: 9006043.
HSL color Cylindrical-coordinate representation of color #DB6B89: hue angle of 343.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B89 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 137 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.14 |
| HSL | 343.93º | 0.61% | 0.64% | - |
| HSV(B) | 343.93º | 0.51% | 0.86% | - |
| XYZ | 38.99 | 27.38 | 26.9 | - |
| YUV | 143.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 137 | 0 | 0.51 | 0.37 | 0.14 | 343.93 | 0.61 | 0.64 |
| Hex | DB | 6B | 89 | 0 | 33 | 25 | E | 158 | 3D | 40 |
| Octal | 333 | 153 | 211 | 0 | 63 | 45 | 16 | 530 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10001001 | 0 | 110011 | 100101 | 1110 | 101011000 | 111101 | 1000000 |
Color Harmonies of #DB6B89
Complementary color
Monochromatic Colors of #DB6B89
Black with #DB6B89
Text Example
Text Example
White with #DB6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B89; }
p { color: rgb(219,107,137); }
H1.HeaderClassName
{
color: #DB6B89;
}
.AnyTagClassName
{
color: #DB6B89;
}
</style>
background-color css
<style>
a { background-color: #DB6B89; }
a { background-color: rgb(219,107,137); }
div.DivClassName
{
background-color: #DB6B89;
}
.BgClassName
{
background-color: #DB6B89;
}
</style>
border-color css
<style>
span { border-color: #DB6B89; }
span { border-color: rgb(219,107,137); }
td.TdClassName
{
border-color: #DB6B89;
}
.TagClassName
{
border-color: #DB6B89;
}
</style>