Shades of My Pink #DB8A89
Tints of My Pink #DB8A89
RGB
CMYK
RGB Variations
Color information
#DB8A89 (or 0xDB8A89) is known color: My Pink. HEX triplet: DB, 8A and 89. RGB value is (219,138,137). Sum of RGB (Red+Green+Blue) = 219+138+137=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A89 is #247576. Grayscale: #A2A2A2. Windows color (decimal): -2389367 or 9013979. OLE color: 9013979.
HSL color Cylindrical-coordinate representation of color #DB8A89: hue angle of 0.73º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8A89 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 137 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.14 |
| HSL | 0.73º | 0.53% | 0.7% | - |
| HSV(B) | 0.73º | 0.37% | 0.86% | - |
| XYZ | 42.82 | 35.04 | 28.17 | - |
| YUV | 162.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 137 | 0 | 0.37 | 0.37 | 0.14 | 0.73 | 0.53 | 0.7 |
| Hex | DB | 8A | 89 | 0 | 25 | 25 | E | 1 | 35 | 46 |
| Octal | 333 | 212 | 211 | 0 | 45 | 45 | 16 | 1 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10001001 | 0 | 100101 | 100101 | 1110 | 1 | 110101 | 1000110 |
Color Harmonies of #DB8A89
Complementary color
Monochromatic Colors of #DB8A89
Black with #DB8A89
Text Example
Text Example
White with #DB8A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A89; }
p { color: rgb(219,138,137); }
H1.HeaderClassName
{
color: #DB8A89;
}
.AnyTagClassName
{
color: #DB8A89;
}
</style>
background-color css
<style>
a { background-color: #DB8A89; }
a { background-color: rgb(219,138,137); }
div.DivClassName
{
background-color: #DB8A89;
}
.BgClassName
{
background-color: #DB8A89;
}
</style>
border-color css
<style>
span { border-color: #DB8A89; }
span { border-color: rgb(219,138,137); }
td.TdClassName
{
border-color: #DB8A89;
}
.TagClassName
{
border-color: #DB8A89;
}
</style>