Shades of Deep Blush #DB6A7E
Tints of Deep Blush #DB6A7E
RGB
CMYK
RGB Variations
Color information
#DB6A7E (or 0xDB6A7E) is known color: Deep Blush. HEX triplet: DB, 6A and 7E. RGB value is (219,106,126). Sum of RGB (Red+Green+Blue) = 219+106+126=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A7E is #249581. Grayscale: #8E8E8E. Windows color (decimal): -2397570 or 8284891. OLE color: 8284891.
HSL color Cylindrical-coordinate representation of color #DB6A7E: hue angle of 349.38º 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 #DB6A7E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 126 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.14 |
| HSL | 349.38º | 0.61% | 0.64% | - |
| HSV(B) | 349.38º | 0.52% | 0.86% | - |
| XYZ | 38.13 | 26.87 | 22.92 | - |
| YUV | 142.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 126 | 0 | 0.52 | 0.42 | 0.14 | 349.38 | 0.61 | 0.64 |
| Hex | DB | 6A | 7E | 0 | 34 | 2A | E | 15D | 3D | 40 |
| Octal | 333 | 152 | 176 | 0 | 64 | 52 | 16 | 535 | 75 | 100 |
| Binary | 11011011 | 1101010 | 1111110 | 0 | 110100 | 101010 | 1110 | 101011101 | 111101 | 1000000 |
Color Harmonies of #DB6A7E
Complementary color
Monochromatic Colors of #DB6A7E
Black with #DB6A7E
Text Example
Text Example
White with #DB6A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A7E; }
p { color: rgb(219,106,126); }
H1.HeaderClassName
{
color: #DB6A7E;
}
.AnyTagClassName
{
color: #DB6A7E;
}
</style>
background-color css
<style>
a { background-color: #DB6A7E; }
a { background-color: rgb(219,106,126); }
div.DivClassName
{
background-color: #DB6A7E;
}
.BgClassName
{
background-color: #DB6A7E;
}
</style>
border-color css
<style>
span { border-color: #DB6A7E; }
span { border-color: rgb(219,106,126); }
td.TdClassName
{
border-color: #DB6A7E;
}
.TagClassName
{
border-color: #DB6A7E;
}
</style>