Shades of My Pink #DB9086
Tints of My Pink #DB9086
RGB
CMYK
RGB Variations
Color information
#DB9086 (or 0xDB9086) is known color: My Pink. HEX triplet: DB, 90 and 86. RGB value is (219,144,134). Sum of RGB (Red+Green+Blue) = 219+144+134=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9086 is #246F79. Grayscale: #A5A5A5. Windows color (decimal): -2387834 or 8818907. OLE color: 8818907.
HSL color Cylindrical-coordinate representation of color #DB9086: hue angle of 7.06º 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 #DB9086 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 134 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.14 |
| HSL | 7.06º | 0.54% | 0.69% | - |
| HSV(B) | 7.06º | 0.39% | 0.86% | - |
| XYZ | 43.49 | 36.73 | 27.35 | - |
| YUV | 165.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 134 | 0 | 0.34 | 0.39 | 0.14 | 7.06 | 0.54 | 0.69 |
| Hex | DB | 90 | 86 | 0 | 22 | 27 | E | 7 | 36 | 45 |
| Octal | 333 | 220 | 206 | 0 | 42 | 47 | 16 | 7 | 66 | 105 |
| Binary | 11011011 | 10010000 | 10000110 | 0 | 100010 | 100111 | 1110 | 111 | 110110 | 1000101 |
Color Harmonies of #DB9086
Complementary color
Monochromatic Colors of #DB9086
Black with #DB9086
Text Example
Text Example
White with #DB9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9086; }
p { color: rgb(219,144,134); }
H1.HeaderClassName
{
color: #DB9086;
}
.AnyTagClassName
{
color: #DB9086;
}
</style>
background-color css
<style>
a { background-color: #DB9086; }
a { background-color: rgb(219,144,134); }
div.DivClassName
{
background-color: #DB9086;
}
.BgClassName
{
background-color: #DB9086;
}
</style>
border-color css
<style>
span { border-color: #DB9086; }
span { border-color: rgb(219,144,134); }
td.TdClassName
{
border-color: #DB9086;
}
.TagClassName
{
border-color: #DB9086;
}
</style>