Shades of My Pink #DB8F87
Tints of My Pink #DB8F87
RGB
CMYK
RGB Variations
Color information
#DB8F87 (or 0xDB8F87) is known color: My Pink. HEX triplet: DB, 8F and 87. RGB value is (219,143,135). Sum of RGB (Red+Green+Blue) = 219+143+135=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F87 is #247078. Grayscale: #A4A4A4. Windows color (decimal): -2388089 or 8884187. OLE color: 8884187.
HSL color Cylindrical-coordinate representation of color #DB8F87: hue angle of 5.71º 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 #DB8F87 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 135 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.14 |
| HSL | 5.71º | 0.54% | 0.69% | - |
| HSV(B) | 5.71º | 0.38% | 0.86% | - |
| XYZ | 43.41 | 36.45 | 27.67 | - |
| YUV | 164.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 135 | 0 | 0.35 | 0.38 | 0.14 | 5.71 | 0.54 | 0.69 |
| Hex | DB | 8F | 87 | 0 | 23 | 26 | E | 6 | 36 | 45 |
| Octal | 333 | 217 | 207 | 0 | 43 | 46 | 16 | 6 | 66 | 105 |
| Binary | 11011011 | 10001111 | 10000111 | 0 | 100011 | 100110 | 1110 | 110 | 110110 | 1000101 |
Color Harmonies of #DB8F87
Complementary color
Monochromatic Colors of #DB8F87
Black with #DB8F87
Text Example
Text Example
White with #DB8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F87; }
p { color: rgb(219,143,135); }
H1.HeaderClassName
{
color: #DB8F87;
}
.AnyTagClassName
{
color: #DB8F87;
}
</style>
background-color css
<style>
a { background-color: #DB8F87; }
a { background-color: rgb(219,143,135); }
div.DivClassName
{
background-color: #DB8F87;
}
.BgClassName
{
background-color: #DB8F87;
}
</style>
border-color css
<style>
span { border-color: #DB8F87; }
span { border-color: rgb(219,143,135); }
td.TdClassName
{
border-color: #DB8F87;
}
.TagClassName
{
border-color: #DB8F87;
}
</style>