Shades of Deep Blush #DB6387
Tints of Deep Blush #DB6387
RGB
CMYK
RGB Variations
Color information
#DB6387 (or 0xDB6387) is known color: Deep Blush. HEX triplet: DB, 63 and 87. RGB value is (219,99,135). Sum of RGB (Red+Green+Blue) = 219+99+135=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6387 is #249C78. Grayscale: #8A8A8A. Windows color (decimal): -2399353 or 8872923. OLE color: 8872923.
HSL color Cylindrical-coordinate representation of color #DB6387: hue angle of 342º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6387 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 135 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.14 |
| HSL | 342º | 0.63% | 0.62% | - |
| HSV(B) | 342º | 0.55% | 0.86% | - |
| XYZ | 38.05 | 25.73 | 25.88 | - |
| YUV | 138.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 135 | 0 | 0.55 | 0.38 | 0.14 | 342 | 0.63 | 0.62 |
| Hex | DB | 63 | 87 | 0 | 37 | 26 | E | 156 | 3E | 3E |
| Octal | 333 | 143 | 207 | 0 | 67 | 46 | 16 | 526 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10000111 | 0 | 110111 | 100110 | 1110 | 101010110 | 111110 | 111110 |
Color Harmonies of #DB6387
Complementary color
Monochromatic Colors of #DB6387
Black with #DB6387
Text Example
Text Example
White with #DB6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6387; }
p { color: rgb(219,99,135); }
H1.HeaderClassName
{
color: #DB6387;
}
.AnyTagClassName
{
color: #DB6387;
}
</style>
background-color css
<style>
a { background-color: #DB6387; }
a { background-color: rgb(219,99,135); }
div.DivClassName
{
background-color: #DB6387;
}
.BgClassName
{
background-color: #DB6387;
}
</style>
border-color css
<style>
span { border-color: #DB6387; }
span { border-color: rgb(219,99,135); }
td.TdClassName
{
border-color: #DB6387;
}
.TagClassName
{
border-color: #DB6387;
}
</style>