Shades of Deep Blush #DB6088
Tints of Deep Blush #DB6088
RGB
CMYK
RGB Variations
Color information
#DB6088 (or 0xDB6088) is known color: Deep Blush. HEX triplet: DB, 60 and 88. RGB value is (219,96,136). Sum of RGB (Red+Green+Blue) = 219+96+136=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6088 is #249F77. Grayscale: #898989. Windows color (decimal): -2400120 or 8937691. OLE color: 8937691.
HSL color Cylindrical-coordinate representation of color #DB6088: hue angle of 340.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6088 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 136 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.14 |
| HSL | 340.49º | 0.63% | 0.62% | - |
| HSV(B) | 340.49º | 0.56% | 0.86% | - |
| XYZ | 37.84 | 25.2 | 26.16 | - |
| YUV | 137.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 136 | 0 | 0.56 | 0.38 | 0.14 | 340.49 | 0.63 | 0.62 |
| Hex | DB | 60 | 88 | 0 | 38 | 26 | E | 154 | 3F | 3E |
| Octal | 333 | 140 | 210 | 0 | 70 | 46 | 16 | 524 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10001000 | 0 | 111000 | 100110 | 1110 | 101010100 | 111111 | 111110 |
Color Harmonies of #DB6088
Complementary color
Monochromatic Colors of #DB6088
Black with #DB6088
Text Example
Text Example
White with #DB6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6088; }
p { color: rgb(219,96,136); }
H1.HeaderClassName
{
color: #DB6088;
}
.AnyTagClassName
{
color: #DB6088;
}
</style>
background-color css
<style>
a { background-color: #DB6088; }
a { background-color: rgb(219,96,136); }
div.DivClassName
{
background-color: #DB6088;
}
.BgClassName
{
background-color: #DB6088;
}
</style>
border-color css
<style>
span { border-color: #DB6088; }
span { border-color: rgb(219,96,136); }
td.TdClassName
{
border-color: #DB6088;
}
.TagClassName
{
border-color: #DB6088;
}
</style>