Shades of My Pink #DB9187
Tints of My Pink #DB9187
RGB
CMYK
RGB Variations
Color information
#DB9187 (or 0xDB9187) is known color: My Pink. HEX triplet: DB, 91 and 87. RGB value is (219,145,135). Sum of RGB (Red+Green+Blue) = 219+145+135=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9187 is #246E78. Grayscale: #A6A6A6. Windows color (decimal): -2387577 or 8884699. OLE color: 8884699.
HSL color Cylindrical-coordinate representation of color #DB9187: hue angle of 7.14º 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 #DB9187 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 135 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.14 |
| HSL | 7.14º | 0.54% | 0.69% | - |
| HSV(B) | 7.14º | 0.38% | 0.86% | - |
| XYZ | 43.71 | 37.06 | 27.77 | - |
| YUV | 165.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 135 | 0 | 0.34 | 0.38 | 0.14 | 7.14 | 0.54 | 0.69 |
| Hex | DB | 91 | 87 | 0 | 22 | 26 | E | 7 | 36 | 45 |
| Octal | 333 | 221 | 207 | 0 | 42 | 46 | 16 | 7 | 66 | 105 |
| Binary | 11011011 | 10010001 | 10000111 | 0 | 100010 | 100110 | 1110 | 111 | 110110 | 1000101 |
Color Harmonies of #DB9187
Complementary color
Monochromatic Colors of #DB9187
Black with #DB9187
Text Example
Text Example
White with #DB9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9187; }
p { color: rgb(219,145,135); }
H1.HeaderClassName
{
color: #DB9187;
}
.AnyTagClassName
{
color: #DB9187;
}
</style>
background-color css
<style>
a { background-color: #DB9187; }
a { background-color: rgb(219,145,135); }
div.DivClassName
{
background-color: #DB9187;
}
.BgClassName
{
background-color: #DB9187;
}
</style>
border-color css
<style>
span { border-color: #DB9187; }
span { border-color: rgb(219,145,135); }
td.TdClassName
{
border-color: #DB9187;
}
.TagClassName
{
border-color: #DB9187;
}
</style>