Shades of Deep Blush #DB6187
Tints of Deep Blush #DB6187
RGB
CMYK
RGB Variations
Color information
#DB6187 (or 0xDB6187) is known color: Deep Blush. HEX triplet: DB, 61 and 87. RGB value is (219,97,135). Sum of RGB (Red+Green+Blue) = 219+97+135=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6187 is #249E78. Grayscale: #898989. Windows color (decimal): -2399865 or 8872411. OLE color: 8872411.
HSL color Cylindrical-coordinate representation of color #DB6187: hue angle of 341.31º 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 #DB6187 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 135 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.14 |
| HSL | 341.31º | 0.63% | 0.62% | - |
| HSV(B) | 341.31º | 0.56% | 0.86% | - |
| XYZ | 37.86 | 25.36 | 25.82 | - |
| YUV | 137.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 135 | 0 | 0.56 | 0.38 | 0.14 | 341.31 | 0.63 | 0.62 |
| Hex | DB | 61 | 87 | 0 | 38 | 26 | E | 155 | 3F | 3E |
| Octal | 333 | 141 | 207 | 0 | 70 | 46 | 16 | 525 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10000111 | 0 | 111000 | 100110 | 1110 | 101010101 | 111111 | 111110 |
Color Harmonies of #DB6187
Complementary color
Monochromatic Colors of #DB6187
Black with #DB6187
Text Example
Text Example
White with #DB6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6187; }
p { color: rgb(219,97,135); }
H1.HeaderClassName
{
color: #DB6187;
}
.AnyTagClassName
{
color: #DB6187;
}
</style>
background-color css
<style>
a { background-color: #DB6187; }
a { background-color: rgb(219,97,135); }
div.DivClassName
{
background-color: #DB6187;
}
.BgClassName
{
background-color: #DB6187;
}
</style>
border-color css
<style>
span { border-color: #DB6187; }
span { border-color: rgb(219,97,135); }
td.TdClassName
{
border-color: #DB6187;
}
.TagClassName
{
border-color: #DB6187;
}
</style>