Shades of My Pink #DB8F88
Tints of My Pink #DB8F88
RGB
CMYK
RGB Variations
Color information
#DB8F88 (or 0xDB8F88) is known color: My Pink. HEX triplet: DB, 8F and 88. RGB value is (219,143,136). Sum of RGB (Red+Green+Blue) = 219+143+136=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F88 is #247077. Grayscale: #A5A5A5. Windows color (decimal): -2388088 or 8949723. OLE color: 8949723.
HSL color Cylindrical-coordinate representation of color #DB8F88: hue angle of 5.06º 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 #DB8F88 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 136 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.14 |
| HSL | 5.06º | 0.54% | 0.7% | - |
| HSV(B) | 5.06º | 0.38% | 0.86% | - |
| XYZ | 43.48 | 36.48 | 28.04 | - |
| YUV | 164.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 136 | 0 | 0.35 | 0.38 | 0.14 | 5.06 | 0.54 | 0.7 |
| Hex | DB | 8F | 88 | 0 | 23 | 26 | E | 5 | 36 | 46 |
| Octal | 333 | 217 | 210 | 0 | 43 | 46 | 16 | 5 | 66 | 106 |
| Binary | 11011011 | 10001111 | 10001000 | 0 | 100011 | 100110 | 1110 | 101 | 110110 | 1000110 |
Color Harmonies of #DB8F88
Complementary color
Monochromatic Colors of #DB8F88
Black with #DB8F88
Text Example
Text Example
White with #DB8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F88; }
p { color: rgb(219,143,136); }
H1.HeaderClassName
{
color: #DB8F88;
}
.AnyTagClassName
{
color: #DB8F88;
}
</style>
background-color css
<style>
a { background-color: #DB8F88; }
a { background-color: rgb(219,143,136); }
div.DivClassName
{
background-color: #DB8F88;
}
.BgClassName
{
background-color: #DB8F88;
}
</style>
border-color css
<style>
span { border-color: #DB8F88; }
span { border-color: rgb(219,143,136); }
td.TdClassName
{
border-color: #DB8F88;
}
.TagClassName
{
border-color: #DB8F88;
}
</style>