Shades of Deep Blush #DB7782
Tints of Deep Blush #DB7782
RGB
CMYK
RGB Variations
Color information
#DB7782 (or 0xDB7782) is known color: Deep Blush. HEX triplet: DB, 77 and 82. RGB value is (219,119,130). Sum of RGB (Red+Green+Blue) = 219+119+130=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7782 is #24887D. Grayscale: #969696. Windows color (decimal): -2394238 or 8550363. OLE color: 8550363.
HSL color Cylindrical-coordinate representation of color #DB7782: hue angle of 353.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7782 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 130 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.14 |
| HSL | 353.4º | 0.58% | 0.66% | - |
| HSV(B) | 353.4º | 0.46% | 0.86% | - |
| XYZ | 39.84 | 29.87 | 24.78 | - |
| YUV | 150.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 130 | 0 | 0.46 | 0.41 | 0.14 | 353.4 | 0.58 | 0.66 |
| Hex | DB | 77 | 82 | 0 | 2E | 29 | E | 161 | 3A | 42 |
| Octal | 333 | 167 | 202 | 0 | 56 | 51 | 16 | 541 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10000010 | 0 | 101110 | 101001 | 1110 | 101100001 | 111010 | 1000010 |
Color Harmonies of #DB7782
Complementary color
Monochromatic Colors of #DB7782
Black with #DB7782
Text Example
Text Example
White with #DB7782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7782; }
p { color: rgb(219,119,130); }
H1.HeaderClassName
{
color: #DB7782;
}
.AnyTagClassName
{
color: #DB7782;
}
</style>
background-color css
<style>
a { background-color: #DB7782; }
a { background-color: rgb(219,119,130); }
div.DivClassName
{
background-color: #DB7782;
}
.BgClassName
{
background-color: #DB7782;
}
</style>
border-color css
<style>
span { border-color: #DB7782; }
span { border-color: rgb(219,119,130); }
td.TdClassName
{
border-color: #DB7782;
}
.TagClassName
{
border-color: #DB7782;
}
</style>