Shades of Deep Blush #DB6388
Tints of Deep Blush #DB6388
RGB
CMYK
RGB Variations
Color information
#DB6388 (or 0xDB6388) is known color: Deep Blush. HEX triplet: DB, 63 and 88. RGB value is (219,99,136). Sum of RGB (Red+Green+Blue) = 219+99+136=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6388 is #249C77. Grayscale: #8B8B8B. Windows color (decimal): -2399352 or 8938459. OLE color: 8938459.
HSL color Cylindrical-coordinate representation of color #DB6388: hue angle of 341.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 #DB6388 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 136 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.14 |
| HSL | 341.5º | 0.63% | 0.62% | - |
| HSV(B) | 341.5º | 0.55% | 0.86% | - |
| XYZ | 38.12 | 25.76 | 26.26 | - |
| YUV | 139.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 136 | 0 | 0.55 | 0.38 | 0.14 | 341.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 88 | 0 | 37 | 26 | E | 156 | 3E | 3E |
| Octal | 333 | 143 | 210 | 0 | 67 | 46 | 16 | 526 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10001000 | 0 | 110111 | 100110 | 1110 | 101010110 | 111110 | 111110 |
Color Harmonies of #DB6388
Complementary color
Monochromatic Colors of #DB6388
Black with #DB6388
Text Example
Text Example
White with #DB6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6388; }
p { color: rgb(219,99,136); }
H1.HeaderClassName
{
color: #DB6388;
}
.AnyTagClassName
{
color: #DB6388;
}
</style>
background-color css
<style>
a { background-color: #DB6388; }
a { background-color: rgb(219,99,136); }
div.DivClassName
{
background-color: #DB6388;
}
.BgClassName
{
background-color: #DB6388;
}
</style>
border-color css
<style>
span { border-color: #DB6388; }
span { border-color: rgb(219,99,136); }
td.TdClassName
{
border-color: #DB6388;
}
.TagClassName
{
border-color: #DB6388;
}
</style>