Shades of My Pink #DB9087
Tints of My Pink #DB9087
RGB
CMYK
RGB Variations
Color information
#DB9087 (or 0xDB9087) is known color: My Pink. HEX triplet: DB, 90 and 87. RGB value is (219,144,135). Sum of RGB (Red+Green+Blue) = 219+144+135=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9087 is #246F78. Grayscale: #A5A5A5. Windows color (decimal): -2387833 or 8884443. OLE color: 8884443.
HSL color Cylindrical-coordinate representation of color #DB9087: hue angle of 6.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9087 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 135 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.14 |
| HSL | 6.43º | 0.54% | 0.69% | - |
| HSV(B) | 6.43º | 0.38% | 0.86% | - |
| XYZ | 43.56 | 36.76 | 27.72 | - |
| YUV | 165.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 135 | 0 | 0.34 | 0.38 | 0.14 | 6.43 | 0.54 | 0.69 |
| Hex | DB | 90 | 87 | 0 | 22 | 26 | E | 6 | 36 | 45 |
| Octal | 333 | 220 | 207 | 0 | 42 | 46 | 16 | 6 | 66 | 105 |
| Binary | 11011011 | 10010000 | 10000111 | 0 | 100010 | 100110 | 1110 | 110 | 110110 | 1000101 |
Color Harmonies of #DB9087
Complementary color
Monochromatic Colors of #DB9087
Black with #DB9087
Text Example
Text Example
White with #DB9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9087; }
p { color: rgb(219,144,135); }
H1.HeaderClassName
{
color: #DB9087;
}
.AnyTagClassName
{
color: #DB9087;
}
</style>
background-color css
<style>
a { background-color: #DB9087; }
a { background-color: rgb(219,144,135); }
div.DivClassName
{
background-color: #DB9087;
}
.BgClassName
{
background-color: #DB9087;
}
</style>
border-color css
<style>
span { border-color: #DB9087; }
span { border-color: rgb(219,144,135); }
td.TdClassName
{
border-color: #DB9087;
}
.TagClassName
{
border-color: #DB9087;
}
</style>