Shades of My Pink #DB8D88
Tints of My Pink #DB8D88
RGB
CMYK
RGB Variations
Color information
#DB8D88 (or 0xDB8D88) is known color: My Pink. HEX triplet: DB, 8D and 88. RGB value is (219,141,136). Sum of RGB (Red+Green+Blue) = 219+141+136=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D88 is #247277. Grayscale: #A3A3A3. Windows color (decimal): -2388600 or 8949211. OLE color: 8949211.
HSL color Cylindrical-coordinate representation of color #DB8D88: hue angle of 3.61º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8D88 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 136 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.14 |
| HSL | 3.61º | 0.54% | 0.7% | - |
| HSV(B) | 3.61º | 0.38% | 0.86% | - |
| XYZ | 43.18 | 35.89 | 27.94 | - |
| YUV | 163.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 136 | 0 | 0.36 | 0.38 | 0.14 | 3.61 | 0.54 | 0.7 |
| Hex | DB | 8D | 88 | 0 | 24 | 26 | E | 4 | 36 | 46 |
| Octal | 333 | 215 | 210 | 0 | 44 | 46 | 16 | 4 | 66 | 106 |
| Binary | 11011011 | 10001101 | 10001000 | 0 | 100100 | 100110 | 1110 | 100 | 110110 | 1000110 |
Color Harmonies of #DB8D88
Complementary color
Monochromatic Colors of #DB8D88
Black with #DB8D88
Text Example
Text Example
White with #DB8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D88; }
p { color: rgb(219,141,136); }
H1.HeaderClassName
{
color: #DB8D88;
}
.AnyTagClassName
{
color: #DB8D88;
}
</style>
background-color css
<style>
a { background-color: #DB8D88; }
a { background-color: rgb(219,141,136); }
div.DivClassName
{
background-color: #DB8D88;
}
.BgClassName
{
background-color: #DB8D88;
}
</style>
border-color css
<style>
span { border-color: #DB8D88; }
span { border-color: rgb(219,141,136); }
td.TdClassName
{
border-color: #DB8D88;
}
.TagClassName
{
border-color: #DB8D88;
}
</style>