Shades of Deep Blush #DB6386
Tints of Deep Blush #DB6386
RGB
CMYK
RGB Variations
Color information
#DB6386 (or 0xDB6386) is known color: Deep Blush. HEX triplet: DB, 63 and 86. RGB value is (219,99,134). Sum of RGB (Red+Green+Blue) = 219+99+134=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6386 is #249C79. Grayscale: #8A8A8A. Windows color (decimal): -2399354 or 8807387. OLE color: 8807387.
HSL color Cylindrical-coordinate representation of color #DB6386: hue angle of 342.5º 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 #DB6386 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 134 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.14 |
| HSL | 342.5º | 0.63% | 0.62% | - |
| HSV(B) | 342.5º | 0.55% | 0.86% | - |
| XYZ | 37.98 | 25.7 | 25.51 | - |
| YUV | 138.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 134 | 0 | 0.55 | 0.39 | 0.14 | 342.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 86 | 0 | 37 | 27 | E | 156 | 3E | 3E |
| Octal | 333 | 143 | 206 | 0 | 67 | 47 | 16 | 526 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10000110 | 0 | 110111 | 100111 | 1110 | 101010110 | 111110 | 111110 |
Color Harmonies of #DB6386
Complementary color
Monochromatic Colors of #DB6386
Black with #DB6386
Text Example
Text Example
White with #DB6386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6386; }
p { color: rgb(219,99,134); }
H1.HeaderClassName
{
color: #DB6386;
}
.AnyTagClassName
{
color: #DB6386;
}
</style>
background-color css
<style>
a { background-color: #DB6386; }
a { background-color: rgb(219,99,134); }
div.DivClassName
{
background-color: #DB6386;
}
.BgClassName
{
background-color: #DB6386;
}
</style>
border-color css
<style>
span { border-color: #DB6386; }
span { border-color: rgb(219,99,134); }
td.TdClassName
{
border-color: #DB6386;
}
.TagClassName
{
border-color: #DB6386;
}
</style>