Shades of Deep Blush #DB6887
Tints of Deep Blush #DB6887
RGB
CMYK
RGB Variations
Color information
#DB6887 (or 0xDB6887) is known color: Deep Blush. HEX triplet: DB, 68 and 87. RGB value is (219,104,135). Sum of RGB (Red+Green+Blue) = 219+104+135=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6887 is #249778. Grayscale: #8D8D8D. Windows color (decimal): -2398073 or 8874203. OLE color: 8874203.
HSL color Cylindrical-coordinate representation of color #DB6887: hue angle of 343.83º degrees, saturation: 0.61, 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 #DB6887 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 135 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.14 |
| HSL | 343.83º | 0.61% | 0.63% | - |
| HSV(B) | 343.83º | 0.53% | 0.86% | - |
| XYZ | 38.54 | 26.71 | 26.05 | - |
| YUV | 141.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 135 | 0 | 0.53 | 0.38 | 0.14 | 343.83 | 0.61 | 0.63 |
| Hex | DB | 68 | 87 | 0 | 35 | 26 | E | 158 | 3D | 3F |
| Octal | 333 | 150 | 207 | 0 | 65 | 46 | 16 | 530 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10000111 | 0 | 110101 | 100110 | 1110 | 101011000 | 111101 | 111111 |
Color Harmonies of #DB6887
Complementary color
Monochromatic Colors of #DB6887
Black with #DB6887
Text Example
Text Example
White with #DB6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6887; }
p { color: rgb(219,104,135); }
H1.HeaderClassName
{
color: #DB6887;
}
.AnyTagClassName
{
color: #DB6887;
}
</style>
background-color css
<style>
a { background-color: #DB6887; }
a { background-color: rgb(219,104,135); }
div.DivClassName
{
background-color: #DB6887;
}
.BgClassName
{
background-color: #DB6887;
}
</style>
border-color css
<style>
span { border-color: #DB6887; }
span { border-color: rgb(219,104,135); }
td.TdClassName
{
border-color: #DB6887;
}
.TagClassName
{
border-color: #DB6887;
}
</style>