Shades of My Pink #DB887E
Tints of My Pink #DB887E
RGB
CMYK
RGB Variations
Color information
#DB887E (or 0xDB887E) is known color: My Pink. HEX triplet: DB, 88 and 7E. RGB value is (219,136,126). Sum of RGB (Red+Green+Blue) = 219+136+126=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB887E is #247781. Grayscale: #9F9F9F. Windows color (decimal): -2389890 or 8292571. OLE color: 8292571.
HSL color Cylindrical-coordinate representation of color #DB887E: hue angle of 6.45º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB887E is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 126 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.14 |
| HSL | 6.45º | 0.56% | 0.68% | - |
| HSV(B) | 6.45º | 0.42% | 0.86% | - |
| XYZ | 41.78 | 34.17 | 24.13 | - |
| YUV | 159.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 126 | 0 | 0.38 | 0.42 | 0.14 | 6.45 | 0.56 | 0.68 |
| Hex | DB | 88 | 7E | 0 | 26 | 2A | E | 6 | 38 | 44 |
| Octal | 333 | 210 | 176 | 0 | 46 | 52 | 16 | 6 | 70 | 104 |
| Binary | 11011011 | 10001000 | 1111110 | 0 | 100110 | 101010 | 1110 | 110 | 111000 | 1000100 |
Color Harmonies of #DB887E
Complementary color
Monochromatic Colors of #DB887E
Black with #DB887E
Text Example
Text Example
White with #DB887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB887E; }
p { color: rgb(219,136,126); }
H1.HeaderClassName
{
color: #DB887E;
}
.AnyTagClassName
{
color: #DB887E;
}
</style>
background-color css
<style>
a { background-color: #DB887E; }
a { background-color: rgb(219,136,126); }
div.DivClassName
{
background-color: #DB887E;
}
.BgClassName
{
background-color: #DB887E;
}
</style>
border-color css
<style>
span { border-color: #DB887E; }
span { border-color: rgb(219,136,126); }
td.TdClassName
{
border-color: #DB887E;
}
.TagClassName
{
border-color: #DB887E;
}
</style>