Shades of Deep Blush #DB6787
Tints of Deep Blush #DB6787
RGB
CMYK
RGB Variations
Color information
#DB6787 (or 0xDB6787) is known color: Deep Blush. HEX triplet: DB, 67 and 87. RGB value is (219,103,135). Sum of RGB (Red+Green+Blue) = 219+103+135=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6787 is #249878. Grayscale: #8D8D8D. Windows color (decimal): -2398329 or 8873947. OLE color: 8873947.
HSL color Cylindrical-coordinate representation of color #DB6787: hue angle of 343.45º degrees, saturation: 0.62, 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 #DB6787 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 135 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.14 |
| HSL | 343.45º | 0.62% | 0.63% | - |
| HSV(B) | 343.45º | 0.53% | 0.86% | - |
| XYZ | 38.44 | 26.51 | 26.01 | - |
| YUV | 141.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 135 | 0 | 0.53 | 0.38 | 0.14 | 343.45 | 0.62 | 0.63 |
| Hex | DB | 67 | 87 | 0 | 35 | 26 | E | 157 | 3E | 3F |
| Octal | 333 | 147 | 207 | 0 | 65 | 46 | 16 | 527 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10000111 | 0 | 110101 | 100110 | 1110 | 101010111 | 111110 | 111111 |
Color Harmonies of #DB6787
Complementary color
Monochromatic Colors of #DB6787
Black with #DB6787
Text Example
Text Example
White with #DB6787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6787; }
p { color: rgb(219,103,135); }
H1.HeaderClassName
{
color: #DB6787;
}
.AnyTagClassName
{
color: #DB6787;
}
</style>
background-color css
<style>
a { background-color: #DB6787; }
a { background-color: rgb(219,103,135); }
div.DivClassName
{
background-color: #DB6787;
}
.BgClassName
{
background-color: #DB6787;
}
</style>
border-color css
<style>
span { border-color: #DB6787; }
span { border-color: rgb(219,103,135); }
td.TdClassName
{
border-color: #DB6787;
}
.TagClassName
{
border-color: #DB6787;
}
</style>