Shades of Deep Blush #DB7585
Tints of Deep Blush #DB7585
RGB
CMYK
RGB Variations
Color information
#DB7585 (or 0xDB7585) is known color: Deep Blush. HEX triplet: DB, 75 and 85. RGB value is (219,117,133). Sum of RGB (Red+Green+Blue) = 219+117+133=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7585 is #248A7A. Grayscale: #959595. Windows color (decimal): -2394747 or 8746459. OLE color: 8746459.
HSL color Cylindrical-coordinate representation of color #DB7585: hue angle of 350.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7585 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 133 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.14 |
| HSL | 350.59º | 0.59% | 0.66% | - |
| HSV(B) | 350.59º | 0.47% | 0.86% | - |
| XYZ | 39.81 | 29.48 | 25.78 | - |
| YUV | 149.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 133 | 0 | 0.47 | 0.39 | 0.14 | 350.59 | 0.59 | 0.66 |
| Hex | DB | 75 | 85 | 0 | 2F | 27 | E | 15F | 3B | 42 |
| Octal | 333 | 165 | 205 | 0 | 57 | 47 | 16 | 537 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10000101 | 0 | 101111 | 100111 | 1110 | 101011111 | 111011 | 1000010 |
Color Harmonies of #DB7585
Complementary color
Monochromatic Colors of #DB7585
Black with #DB7585
Text Example
Text Example
White with #DB7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7585; }
p { color: rgb(219,117,133); }
H1.HeaderClassName
{
color: #DB7585;
}
.AnyTagClassName
{
color: #DB7585;
}
</style>
background-color css
<style>
a { background-color: #DB7585; }
a { background-color: rgb(219,117,133); }
div.DivClassName
{
background-color: #DB7585;
}
.BgClassName
{
background-color: #DB7585;
}
</style>
border-color css
<style>
span { border-color: #DB7585; }
span { border-color: rgb(219,117,133); }
td.TdClassName
{
border-color: #DB7585;
}
.TagClassName
{
border-color: #DB7585;
}
</style>