Shades of Deep Blush #DB6788
Tints of Deep Blush #DB6788
RGB
CMYK
RGB Variations
Color information
#DB6788 (or 0xDB6788) is known color: Deep Blush. HEX triplet: DB, 67 and 88. RGB value is (219,103,136). Sum of RGB (Red+Green+Blue) = 219+103+136=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6788 is #249877. Grayscale: #8D8D8D. Windows color (decimal): -2398328 or 8939483. OLE color: 8939483.
HSL color Cylindrical-coordinate representation of color #DB6788: hue angle of 342.93º 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 #DB6788 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 136 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.14 |
| HSL | 342.93º | 0.62% | 0.63% | - |
| HSV(B) | 342.93º | 0.53% | 0.86% | - |
| XYZ | 38.51 | 26.54 | 26.39 | - |
| YUV | 141.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 136 | 0 | 0.53 | 0.38 | 0.14 | 342.93 | 0.62 | 0.63 |
| Hex | DB | 67 | 88 | 0 | 35 | 26 | E | 157 | 3E | 3F |
| Octal | 333 | 147 | 210 | 0 | 65 | 46 | 16 | 527 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10001000 | 0 | 110101 | 100110 | 1110 | 101010111 | 111110 | 111111 |
Color Harmonies of #DB6788
Complementary color
Monochromatic Colors of #DB6788
Black with #DB6788
Text Example
Text Example
White with #DB6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6788; }
p { color: rgb(219,103,136); }
H1.HeaderClassName
{
color: #DB6788;
}
.AnyTagClassName
{
color: #DB6788;
}
</style>
background-color css
<style>
a { background-color: #DB6788; }
a { background-color: rgb(219,103,136); }
div.DivClassName
{
background-color: #DB6788;
}
.BgClassName
{
background-color: #DB6788;
}
</style>
border-color css
<style>
span { border-color: #DB6788; }
span { border-color: rgb(219,103,136); }
td.TdClassName
{
border-color: #DB6788;
}
.TagClassName
{
border-color: #DB6788;
}
</style>