Shades of Deep Blush #DB6D8B
Tints of Deep Blush #DB6D8B
RGB
CMYK
RGB Variations
Color information
#DB6D8B (or 0xDB6D8B) is known color: Deep Blush. HEX triplet: DB, 6D and 8B. RGB value is (219,109,139). Sum of RGB (Red+Green+Blue) = 219+109+139=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D8B is #249274. Grayscale: #919191. Windows color (decimal): -2396789 or 9137627. OLE color: 9137627.
HSL color Cylindrical-coordinate representation of color #DB6D8B: hue angle of 343.64º 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 #DB6D8B is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 139 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.14 |
| HSL | 343.64º | 0.6% | 0.64% | - |
| HSV(B) | 343.64º | 0.5% | 0.86% | - |
| XYZ | 39.34 | 27.86 | 27.73 | - |
| YUV | 145.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 139 | 0 | 0.50 | 0.37 | 0.14 | 343.64 | 0.6 | 0.64 |
| Hex | DB | 6D | 8B | 0 | 32 | 25 | E | 158 | 3C | 40 |
| Octal | 333 | 155 | 213 | 0 | 62 | 45 | 16 | 530 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10001011 | 0 | 110010 | 100101 | 1110 | 101011000 | 111100 | 1000000 |
Color Harmonies of #DB6D8B
Complementary color
Monochromatic Colors of #DB6D8B
Black with #DB6D8B
Text Example
Text Example
White with #DB6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D8B; }
p { color: rgb(219,109,139); }
H1.HeaderClassName
{
color: #DB6D8B;
}
.AnyTagClassName
{
color: #DB6D8B;
}
</style>
background-color css
<style>
a { background-color: #DB6D8B; }
a { background-color: rgb(219,109,139); }
div.DivClassName
{
background-color: #DB6D8B;
}
.BgClassName
{
background-color: #DB6D8B;
}
</style>
border-color css
<style>
span { border-color: #DB6D8B; }
span { border-color: rgb(219,109,139); }
td.TdClassName
{
border-color: #DB6D8B;
}
.TagClassName
{
border-color: #DB6D8B;
}
</style>