Shades of Deep Blush #DB6889
Tints of Deep Blush #DB6889
RGB
CMYK
RGB Variations
Color information
#DB6889 (or 0xDB6889) is known color: Deep Blush. HEX triplet: DB, 68 and 89. RGB value is (219,104,137). Sum of RGB (Red+Green+Blue) = 219+104+137=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6889 is #249776. Grayscale: #8E8E8E. Windows color (decimal): -2398071 or 9005275. OLE color: 9005275.
HSL color Cylindrical-coordinate representation of color #DB6889: hue angle of 342.78º degrees, saturation: 0.61, 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 #DB6889 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 137 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 342.78º | 0.61% | 0.63% | - |
| HSV(B) | 342.78º | 0.53% | 0.86% | - |
| XYZ | 38.68 | 26.77 | 26.79 | - |
| YUV | 142.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 137 | 0 | 0.53 | 0.37 | 0.14 | 342.78 | 0.61 | 0.63 |
| Hex | DB | 68 | 89 | 0 | 35 | 25 | E | 157 | 3D | 3F |
| Octal | 333 | 150 | 211 | 0 | 65 | 45 | 16 | 527 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10001001 | 0 | 110101 | 100101 | 1110 | 101010111 | 111101 | 111111 |
Color Harmonies of #DB6889
Complementary color
Monochromatic Colors of #DB6889
Black with #DB6889
Text Example
Text Example
White with #DB6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6889; }
p { color: rgb(219,104,137); }
H1.HeaderClassName
{
color: #DB6889;
}
.AnyTagClassName
{
color: #DB6889;
}
</style>
background-color css
<style>
a { background-color: #DB6889; }
a { background-color: rgb(219,104,137); }
div.DivClassName
{
background-color: #DB6889;
}
.BgClassName
{
background-color: #DB6889;
}
</style>
border-color css
<style>
span { border-color: #DB6889; }
span { border-color: rgb(219,104,137); }
td.TdClassName
{
border-color: #DB6889;
}
.TagClassName
{
border-color: #DB6889;
}
</style>