Shades of My Pink #DB8986
Tints of My Pink #DB8986
RGB
CMYK
RGB Variations
Color information
#DB8986 (or 0xDB8986) is known color: My Pink. HEX triplet: DB, 89 and 86. RGB value is (219,137,134). Sum of RGB (Red+Green+Blue) = 219+137+134=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8986 is #247679. Grayscale: #A1A1A1. Windows color (decimal): -2389626 or 8817115. OLE color: 8817115.
HSL color Cylindrical-coordinate representation of color #DB8986: hue angle of 2.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8986 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 134 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.14 |
| HSL | 2.12º | 0.54% | 0.69% | - |
| HSV(B) | 2.12º | 0.39% | 0.86% | - |
| XYZ | 42.46 | 34.67 | 27.01 | - |
| YUV | 161.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 134 | 0 | 0.37 | 0.39 | 0.14 | 2.12 | 0.54 | 0.69 |
| Hex | DB | 89 | 86 | 0 | 25 | 27 | E | 2 | 36 | 45 |
| Octal | 333 | 211 | 206 | 0 | 45 | 47 | 16 | 2 | 66 | 105 |
| Binary | 11011011 | 10001001 | 10000110 | 0 | 100101 | 100111 | 1110 | 10 | 110110 | 1000101 |
Color Harmonies of #DB8986
Complementary color
Monochromatic Colors of #DB8986
Black with #DB8986
Text Example
Text Example
White with #DB8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8986; }
p { color: rgb(219,137,134); }
H1.HeaderClassName
{
color: #DB8986;
}
.AnyTagClassName
{
color: #DB8986;
}
</style>
background-color css
<style>
a { background-color: #DB8986; }
a { background-color: rgb(219,137,134); }
div.DivClassName
{
background-color: #DB8986;
}
.BgClassName
{
background-color: #DB8986;
}
</style>
border-color css
<style>
span { border-color: #DB8986; }
span { border-color: rgb(219,137,134); }
td.TdClassName
{
border-color: #DB8986;
}
.TagClassName
{
border-color: #DB8986;
}
</style>