Shades of My Pink #DB8B87
Tints of My Pink #DB8B87
RGB
CMYK
RGB Variations
Color information
#DB8B87 (or 0xDB8B87) is known color: My Pink. HEX triplet: DB, 8B and 87. RGB value is (219,139,135). Sum of RGB (Red+Green+Blue) = 219+139+135=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B87 is #247478. Grayscale: #A2A2A2. Windows color (decimal): -2389113 or 8883163. OLE color: 8883163.
HSL color Cylindrical-coordinate representation of color #DB8B87: hue angle of 2.86º 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 #DB8B87 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 135 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.14 |
| HSL | 2.86º | 0.54% | 0.69% | - |
| HSV(B) | 2.86º | 0.38% | 0.86% | - |
| XYZ | 42.82 | 35.27 | 27.47 | - |
| YUV | 162.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 135 | 0 | 0.37 | 0.38 | 0.14 | 2.86 | 0.54 | 0.69 |
| Hex | DB | 8B | 87 | 0 | 25 | 26 | E | 3 | 36 | 45 |
| Octal | 333 | 213 | 207 | 0 | 45 | 46 | 16 | 3 | 66 | 105 |
| Binary | 11011011 | 10001011 | 10000111 | 0 | 100101 | 100110 | 1110 | 11 | 110110 | 1000101 |
Color Harmonies of #DB8B87
Complementary color
Monochromatic Colors of #DB8B87
Black with #DB8B87
Text Example
Text Example
White with #DB8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B87; }
p { color: rgb(219,139,135); }
H1.HeaderClassName
{
color: #DB8B87;
}
.AnyTagClassName
{
color: #DB8B87;
}
</style>
background-color css
<style>
a { background-color: #DB8B87; }
a { background-color: rgb(219,139,135); }
div.DivClassName
{
background-color: #DB8B87;
}
.BgClassName
{
background-color: #DB8B87;
}
</style>
border-color css
<style>
span { border-color: #DB8B87; }
span { border-color: rgb(219,139,135); }
td.TdClassName
{
border-color: #DB8B87;
}
.TagClassName
{
border-color: #DB8B87;
}
</style>