Shades of My Pink #DB8E86
Tints of My Pink #DB8E86
RGB
CMYK
RGB Variations
Color information
#DB8E86 (or 0xDB8E86) is known color: My Pink. HEX triplet: DB, 8E and 86. RGB value is (219,142,134). Sum of RGB (Red+Green+Blue) = 219+142+134=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E86 is #247179. Grayscale: #A4A4A4. Windows color (decimal): -2388346 or 8818395. OLE color: 8818395.
HSL color Cylindrical-coordinate representation of color #DB8E86: hue angle of 5.65º 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 #DB8E86 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 134 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.14 |
| HSL | 5.65º | 0.54% | 0.69% | - |
| HSV(B) | 5.65º | 0.39% | 0.86% | - |
| XYZ | 43.19 | 36.13 | 27.25 | - |
| YUV | 164.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 134 | 0 | 0.35 | 0.39 | 0.14 | 5.65 | 0.54 | 0.69 |
| Hex | DB | 8E | 86 | 0 | 23 | 27 | E | 6 | 36 | 45 |
| Octal | 333 | 216 | 206 | 0 | 43 | 47 | 16 | 6 | 66 | 105 |
| Binary | 11011011 | 10001110 | 10000110 | 0 | 100011 | 100111 | 1110 | 110 | 110110 | 1000101 |
Color Harmonies of #DB8E86
Complementary color
Monochromatic Colors of #DB8E86
Black with #DB8E86
Text Example
Text Example
White with #DB8E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E86; }
p { color: rgb(219,142,134); }
H1.HeaderClassName
{
color: #DB8E86;
}
.AnyTagClassName
{
color: #DB8E86;
}
</style>
background-color css
<style>
a { background-color: #DB8E86; }
a { background-color: rgb(219,142,134); }
div.DivClassName
{
background-color: #DB8E86;
}
.BgClassName
{
background-color: #DB8E86;
}
</style>
border-color css
<style>
span { border-color: #DB8E86; }
span { border-color: rgb(219,142,134); }
td.TdClassName
{
border-color: #DB8E86;
}
.TagClassName
{
border-color: #DB8E86;
}
</style>