Shades of Deep Blush #DB6F89
Tints of Deep Blush #DB6F89
RGB
CMYK
RGB Variations
Color information
#DB6F89 (or 0xDB6F89) is known color: Deep Blush. HEX triplet: DB, 6F and 89. RGB value is (219,111,137). Sum of RGB (Red+Green+Blue) = 219+111+137=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F89 is #249076. Grayscale: #929292. Windows color (decimal): -2396279 or 9007067. OLE color: 9007067.
HSL color Cylindrical-coordinate representation of color #DB6F89: hue angle of 345.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F89 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 137 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.14 |
| HSL | 345.56º | 0.6% | 0.65% | - |
| HSV(B) | 345.56º | 0.49% | 0.86% | - |
| XYZ | 39.41 | 28.24 | 27.04 | - |
| YUV | 146.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 137 | 0 | 0.49 | 0.37 | 0.14 | 345.56 | 0.6 | 0.65 |
| Hex | DB | 6F | 89 | 0 | 31 | 25 | E | 15A | 3C | 41 |
| Octal | 333 | 157 | 211 | 0 | 61 | 45 | 16 | 532 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10001001 | 0 | 110001 | 100101 | 1110 | 101011010 | 111100 | 1000001 |
Color Harmonies of #DB6F89
Complementary color
Monochromatic Colors of #DB6F89
Black with #DB6F89
Text Example
Text Example
White with #DB6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F89; }
p { color: rgb(219,111,137); }
H1.HeaderClassName
{
color: #DB6F89;
}
.AnyTagClassName
{
color: #DB6F89;
}
</style>
background-color css
<style>
a { background-color: #DB6F89; }
a { background-color: rgb(219,111,137); }
div.DivClassName
{
background-color: #DB6F89;
}
.BgClassName
{
background-color: #DB6F89;
}
</style>
border-color css
<style>
span { border-color: #DB6F89; }
span { border-color: rgb(219,111,137); }
td.TdClassName
{
border-color: #DB6F89;
}
.TagClassName
{
border-color: #DB6F89;
}
</style>