Shades of My Pink #DB8E87
Tints of My Pink #DB8E87
RGB
CMYK
RGB Variations
Color information
#DB8E87 (or 0xDB8E87) is known color: My Pink. HEX triplet: DB, 8E and 87. RGB value is (219,142,135). Sum of RGB (Red+Green+Blue) = 219+142+135=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E87 is #247178. Grayscale: #A4A4A4. Windows color (decimal): -2388345 or 8883931. OLE color: 8883931.
HSL color Cylindrical-coordinate representation of color #DB8E87: hue angle of 5º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8E87 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 135 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.14 |
| HSL | 5º | 0.54% | 0.69% | - |
| HSV(B) | 5º | 0.38% | 0.86% | - |
| XYZ | 43.26 | 36.16 | 27.62 | - |
| YUV | 164.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 135 | 0 | 0.35 | 0.38 | 0.14 | 5 | 0.54 | 0.69 |
| Hex | DB | 8E | 87 | 0 | 23 | 26 | E | 5 | 36 | 45 |
| Octal | 333 | 216 | 207 | 0 | 43 | 46 | 16 | 5 | 66 | 105 |
| Binary | 11011011 | 10001110 | 10000111 | 0 | 100011 | 100110 | 1110 | 101 | 110110 | 1000101 |
Color Harmonies of #DB8E87
Complementary color
Monochromatic Colors of #DB8E87
Black with #DB8E87
Text Example
Text Example
White with #DB8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E87; }
p { color: rgb(219,142,135); }
H1.HeaderClassName
{
color: #DB8E87;
}
.AnyTagClassName
{
color: #DB8E87;
}
</style>
background-color css
<style>
a { background-color: #DB8E87; }
a { background-color: rgb(219,142,135); }
div.DivClassName
{
background-color: #DB8E87;
}
.BgClassName
{
background-color: #DB8E87;
}
</style>
border-color css
<style>
span { border-color: #DB8E87; }
span { border-color: rgb(219,142,135); }
td.TdClassName
{
border-color: #DB8E87;
}
.TagClassName
{
border-color: #DB8E87;
}
</style>