Shades of My Pink #DB8F86
Tints of My Pink #DB8F86
RGB
CMYK
RGB Variations
Color information
#DB8F86 (or 0xDB8F86) is known color: My Pink. HEX triplet: DB, 8F and 86. RGB value is (219,143,134). Sum of RGB (Red+Green+Blue) = 219+143+134=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F86 is #247079. Grayscale: #A4A4A4. Windows color (decimal): -2388090 or 8818651. OLE color: 8818651.
HSL color Cylindrical-coordinate representation of color #DB8F86: hue angle of 6.35º 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 #DB8F86 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 134 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.14 |
| HSL | 6.35º | 0.54% | 0.69% | - |
| HSV(B) | 6.35º | 0.39% | 0.86% | - |
| XYZ | 43.34 | 36.43 | 27.3 | - |
| YUV | 164.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 134 | 0 | 0.35 | 0.39 | 0.14 | 6.35 | 0.54 | 0.69 |
| Hex | DB | 8F | 86 | 0 | 23 | 27 | E | 6 | 36 | 45 |
| Octal | 333 | 217 | 206 | 0 | 43 | 47 | 16 | 6 | 66 | 105 |
| Binary | 11011011 | 10001111 | 10000110 | 0 | 100011 | 100111 | 1110 | 110 | 110110 | 1000101 |
Color Harmonies of #DB8F86
Complementary color
Monochromatic Colors of #DB8F86
Black with #DB8F86
Text Example
Text Example
White with #DB8F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F86; }
p { color: rgb(219,143,134); }
H1.HeaderClassName
{
color: #DB8F86;
}
.AnyTagClassName
{
color: #DB8F86;
}
</style>
background-color css
<style>
a { background-color: #DB8F86; }
a { background-color: rgb(219,143,134); }
div.DivClassName
{
background-color: #DB8F86;
}
.BgClassName
{
background-color: #DB8F86;
}
</style>
border-color css
<style>
span { border-color: #DB8F86; }
span { border-color: rgb(219,143,134); }
td.TdClassName
{
border-color: #DB8F86;
}
.TagClassName
{
border-color: #DB8F86;
}
</style>