Shades of Deep Blush #DB6A89
Tints of Deep Blush #DB6A89
RGB
CMYK
RGB Variations
Color information
#DB6A89 (or 0xDB6A89) is known color: Deep Blush. HEX triplet: DB, 6A and 89. RGB value is (219,106,137). Sum of RGB (Red+Green+Blue) = 219+106+137=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A89 is #249576. Grayscale: #8F8F8F. Windows color (decimal): -2397559 or 9005787. OLE color: 9005787.
HSL color Cylindrical-coordinate representation of color #DB6A89: hue angle of 343.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A89 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 137 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.14 |
| HSL | 343.54º | 0.61% | 0.64% | - |
| HSV(B) | 343.54º | 0.52% | 0.86% | - |
| XYZ | 38.88 | 27.17 | 26.86 | - |
| YUV | 143.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 137 | 0 | 0.52 | 0.37 | 0.14 | 343.54 | 0.61 | 0.64 |
| Hex | DB | 6A | 89 | 0 | 34 | 25 | E | 158 | 3D | 40 |
| Octal | 333 | 152 | 211 | 0 | 64 | 45 | 16 | 530 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10001001 | 0 | 110100 | 100101 | 1110 | 101011000 | 111101 | 1000000 |
Color Harmonies of #DB6A89
Complementary color
Monochromatic Colors of #DB6A89
Black with #DB6A89
Text Example
Text Example
White with #DB6A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A89; }
p { color: rgb(219,106,137); }
H1.HeaderClassName
{
color: #DB6A89;
}
.AnyTagClassName
{
color: #DB6A89;
}
</style>
background-color css
<style>
a { background-color: #DB6A89; }
a { background-color: rgb(219,106,137); }
div.DivClassName
{
background-color: #DB6A89;
}
.BgClassName
{
background-color: #DB6A89;
}
</style>
border-color css
<style>
span { border-color: #DB6A89; }
span { border-color: rgb(219,106,137); }
td.TdClassName
{
border-color: #DB6A89;
}
.TagClassName
{
border-color: #DB6A89;
}
</style>