Shades of My Pink #DB8D86
Tints of My Pink #DB8D86
RGB
CMYK
RGB Variations
Color information
#DB8D86 (or 0xDB8D86) is known color: My Pink. HEX triplet: DB, 8D and 86. RGB value is (219,141,134). Sum of RGB (Red+Green+Blue) = 219+141+134=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D86 is #247279. Grayscale: #A3A3A3. Windows color (decimal): -2388602 or 8818139. OLE color: 8818139.
HSL color Cylindrical-coordinate representation of color #DB8D86: hue angle of 4.94º 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 #DB8D86 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 134 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.14 |
| HSL | 4.94º | 0.54% | 0.69% | - |
| HSV(B) | 4.94º | 0.39% | 0.86% | - |
| XYZ | 43.04 | 35.83 | 27.2 | - |
| YUV | 163.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 134 | 0 | 0.36 | 0.39 | 0.14 | 4.94 | 0.54 | 0.69 |
| Hex | DB | 8D | 86 | 0 | 24 | 27 | E | 5 | 36 | 45 |
| Octal | 333 | 215 | 206 | 0 | 44 | 47 | 16 | 5 | 66 | 105 |
| Binary | 11011011 | 10001101 | 10000110 | 0 | 100100 | 100111 | 1110 | 101 | 110110 | 1000101 |
Color Harmonies of #DB8D86
Complementary color
Monochromatic Colors of #DB8D86
Black with #DB8D86
Text Example
Text Example
White with #DB8D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D86; }
p { color: rgb(219,141,134); }
H1.HeaderClassName
{
color: #DB8D86;
}
.AnyTagClassName
{
color: #DB8D86;
}
</style>
background-color css
<style>
a { background-color: #DB8D86; }
a { background-color: rgb(219,141,134); }
div.DivClassName
{
background-color: #DB8D86;
}
.BgClassName
{
background-color: #DB8D86;
}
</style>
border-color css
<style>
span { border-color: #DB8D86; }
span { border-color: rgb(219,141,134); }
td.TdClassName
{
border-color: #DB8D86;
}
.TagClassName
{
border-color: #DB8D86;
}
</style>