Shades of Deep Blush #DB6C88
Tints of Deep Blush #DB6C88
RGB
CMYK
RGB Variations
Color information
#DB6C88 (or 0xDB6C88) is known color: Deep Blush. HEX triplet: DB, 6C and 88. RGB value is (219,108,136). Sum of RGB (Red+Green+Blue) = 219+108+136=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C88 is #249377. Grayscale: #909090. Windows color (decimal): -2397048 or 8940763. OLE color: 8940763.
HSL color Cylindrical-coordinate representation of color #DB6C88: hue angle of 344.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C88 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 136 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.14 |
| HSL | 344.86º | 0.61% | 0.64% | - |
| HSV(B) | 344.86º | 0.51% | 0.86% | - |
| XYZ | 39.02 | 27.56 | 26.56 | - |
| YUV | 144.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 136 | 0 | 0.51 | 0.38 | 0.14 | 344.86 | 0.61 | 0.64 |
| Hex | DB | 6C | 88 | 0 | 33 | 26 | E | 159 | 3D | 40 |
| Octal | 333 | 154 | 210 | 0 | 63 | 46 | 16 | 531 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10001000 | 0 | 110011 | 100110 | 1110 | 101011001 | 111101 | 1000000 |
Color Harmonies of #DB6C88
Complementary color
Monochromatic Colors of #DB6C88
Black with #DB6C88
Text Example
Text Example
White with #DB6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C88; }
p { color: rgb(219,108,136); }
H1.HeaderClassName
{
color: #DB6C88;
}
.AnyTagClassName
{
color: #DB6C88;
}
</style>
background-color css
<style>
a { background-color: #DB6C88; }
a { background-color: rgb(219,108,136); }
div.DivClassName
{
background-color: #DB6C88;
}
.BgClassName
{
background-color: #DB6C88;
}
</style>
border-color css
<style>
span { border-color: #DB6C88; }
span { border-color: rgb(219,108,136); }
td.TdClassName
{
border-color: #DB6C88;
}
.TagClassName
{
border-color: #DB6C88;
}
</style>