Shades of Deep Blush #DB7C84
Tints of Deep Blush #DB7C84
RGB
CMYK
RGB Variations
Color information
#DB7C84 (or 0xDB7C84) is known color: Deep Blush. HEX triplet: DB, 7C and 84. RGB value is (219,124,132). Sum of RGB (Red+Green+Blue) = 219+124+132=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C84 is #24837B. Grayscale: #999999. Windows color (decimal): -2392956 or 8682715. OLE color: 8682715.
HSL color Cylindrical-coordinate representation of color #DB7C84: hue angle of 354.95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7C84 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 132 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.14 |
| HSL | 354.95º | 0.57% | 0.67% | - |
| HSV(B) | 354.95º | 0.43% | 0.86% | - |
| XYZ | 40.59 | 31.14 | 25.7 | - |
| YUV | 153.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 132 | 0 | 0.43 | 0.40 | 0.14 | 354.95 | 0.57 | 0.67 |
| Hex | DB | 7C | 84 | 0 | 2B | 28 | E | 163 | 39 | 43 |
| Octal | 333 | 174 | 204 | 0 | 53 | 50 | 16 | 543 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10000100 | 0 | 101011 | 101000 | 1110 | 101100011 | 111001 | 1000011 |
Color Harmonies of #DB7C84
Complementary color
Monochromatic Colors of #DB7C84
Black with #DB7C84
Text Example
Text Example
White with #DB7C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C84; }
p { color: rgb(219,124,132); }
H1.HeaderClassName
{
color: #DB7C84;
}
.AnyTagClassName
{
color: #DB7C84;
}
</style>
background-color css
<style>
a { background-color: #DB7C84; }
a { background-color: rgb(219,124,132); }
div.DivClassName
{
background-color: #DB7C84;
}
.BgClassName
{
background-color: #DB7C84;
}
</style>
border-color css
<style>
span { border-color: #DB7C84; }
span { border-color: rgb(219,124,132); }
td.TdClassName
{
border-color: #DB7C84;
}
.TagClassName
{
border-color: #DB7C84;
}
</style>