Shades of Deep Blush #DB6D8A
Tints of Deep Blush #DB6D8A
RGB
CMYK
RGB Variations
Color information
#DB6D8A (or 0xDB6D8A) is known color: Deep Blush. HEX triplet: DB, 6D and 8A. RGB value is (219,109,138). Sum of RGB (Red+Green+Blue) = 219+109+138=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D8A is #249275. Grayscale: #919191. Windows color (decimal): -2396790 or 9072091. OLE color: 9072091.
HSL color Cylindrical-coordinate representation of color #DB6D8A: hue angle of 344.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D8A is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 138 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.14 |
| HSL | 344.18º | 0.6% | 0.64% | - |
| HSV(B) | 344.18º | 0.5% | 0.86% | - |
| XYZ | 39.27 | 27.83 | 27.35 | - |
| YUV | 145.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 138 | 0 | 0.50 | 0.37 | 0.14 | 344.18 | 0.6 | 0.64 |
| Hex | DB | 6D | 8A | 0 | 32 | 25 | E | 158 | 3C | 40 |
| Octal | 333 | 155 | 212 | 0 | 62 | 45 | 16 | 530 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10001010 | 0 | 110010 | 100101 | 1110 | 101011000 | 111100 | 1000000 |
Color Harmonies of #DB6D8A
Complementary color
Monochromatic Colors of #DB6D8A
Black with #DB6D8A
Text Example
Text Example
White with #DB6D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D8A; }
p { color: rgb(219,109,138); }
H1.HeaderClassName
{
color: #DB6D8A;
}
.AnyTagClassName
{
color: #DB6D8A;
}
</style>
background-color css
<style>
a { background-color: #DB6D8A; }
a { background-color: rgb(219,109,138); }
div.DivClassName
{
background-color: #DB6D8A;
}
.BgClassName
{
background-color: #DB6D8A;
}
</style>
border-color css
<style>
span { border-color: #DB6D8A; }
span { border-color: rgb(219,109,138); }
td.TdClassName
{
border-color: #DB6D8A;
}
.TagClassName
{
border-color: #DB6D8A;
}
</style>