Shades of My Pink #DB8D87
Tints of My Pink #DB8D87
RGB
CMYK
RGB Variations
Color information
#DB8D87 (or 0xDB8D87) is known color: My Pink. HEX triplet: DB, 8D and 87. RGB value is (219,141,135). Sum of RGB (Red+Green+Blue) = 219+141+135=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D87 is #247278. Grayscale: #A3A3A3. Windows color (decimal): -2388601 or 8883675. OLE color: 8883675.
HSL color Cylindrical-coordinate representation of color #DB8D87: hue angle of 4.29º 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 #DB8D87 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 135 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.14 |
| HSL | 4.29º | 0.54% | 0.69% | - |
| HSV(B) | 4.29º | 0.38% | 0.86% | - |
| XYZ | 43.11 | 35.86 | 27.57 | - |
| YUV | 163.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 135 | 0 | 0.36 | 0.38 | 0.14 | 4.29 | 0.54 | 0.69 |
| Hex | DB | 8D | 87 | 0 | 24 | 26 | E | 4 | 36 | 45 |
| Octal | 333 | 215 | 207 | 0 | 44 | 46 | 16 | 4 | 66 | 105 |
| Binary | 11011011 | 10001101 | 10000111 | 0 | 100100 | 100110 | 1110 | 100 | 110110 | 1000101 |
Color Harmonies of #DB8D87
Complementary color
Monochromatic Colors of #DB8D87
Black with #DB8D87
Text Example
Text Example
White with #DB8D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D87; }
p { color: rgb(219,141,135); }
H1.HeaderClassName
{
color: #DB8D87;
}
.AnyTagClassName
{
color: #DB8D87;
}
</style>
background-color css
<style>
a { background-color: #DB8D87; }
a { background-color: rgb(219,141,135); }
div.DivClassName
{
background-color: #DB8D87;
}
.BgClassName
{
background-color: #DB8D87;
}
</style>
border-color css
<style>
span { border-color: #DB8D87; }
span { border-color: rgb(219,141,135); }
td.TdClassName
{
border-color: #DB8D87;
}
.TagClassName
{
border-color: #DB8D87;
}
</style>