Shades of Deep Blush #DB6888
Tints of Deep Blush #DB6888
RGB
CMYK
RGB Variations
Color information
#DB6888 (or 0xDB6888) is known color: Deep Blush. HEX triplet: DB, 68 and 88. RGB value is (219,104,136). Sum of RGB (Red+Green+Blue) = 219+104+136=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6888 is #249777. Grayscale: #8E8E8E. Windows color (decimal): -2398072 or 8939739. OLE color: 8939739.
HSL color Cylindrical-coordinate representation of color #DB6888: hue angle of 343.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6888 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 136 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.14 |
| HSL | 343.3º | 0.61% | 0.63% | - |
| HSV(B) | 343.3º | 0.53% | 0.86% | - |
| XYZ | 38.61 | 26.74 | 26.42 | - |
| YUV | 142.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 136 | 0 | 0.53 | 0.38 | 0.14 | 343.3 | 0.61 | 0.63 |
| Hex | DB | 68 | 88 | 0 | 35 | 26 | E | 157 | 3D | 3F |
| Octal | 333 | 150 | 210 | 0 | 65 | 46 | 16 | 527 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10001000 | 0 | 110101 | 100110 | 1110 | 101010111 | 111101 | 111111 |
Color Harmonies of #DB6888
Complementary color
Monochromatic Colors of #DB6888
Black with #DB6888
Text Example
Text Example
White with #DB6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6888; }
p { color: rgb(219,104,136); }
H1.HeaderClassName
{
color: #DB6888;
}
.AnyTagClassName
{
color: #DB6888;
}
</style>
background-color css
<style>
a { background-color: #DB6888; }
a { background-color: rgb(219,104,136); }
div.DivClassName
{
background-color: #DB6888;
}
.BgClassName
{
background-color: #DB6888;
}
</style>
border-color css
<style>
span { border-color: #DB6888; }
span { border-color: rgb(219,104,136); }
td.TdClassName
{
border-color: #DB6888;
}
.TagClassName
{
border-color: #DB6888;
}
</style>