Shades of My Pink #DB8D7C
Tints of My Pink #DB8D7C
RGB
CMYK
RGB Variations
Color information
#DB8D7C (or 0xDB8D7C) is known color: My Pink. HEX triplet: DB, 8D and 7C. RGB value is (219,141,124). Sum of RGB (Red+Green+Blue) = 219+141+124=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D7C is #247283. Grayscale: #A2A2A2. Windows color (decimal): -2388612 or 8162779. OLE color: 8162779.
HSL color Cylindrical-coordinate representation of color #DB8D7C: hue angle of 10.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8D7C is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 124 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.14 |
| HSL | 10.74º | 0.57% | 0.67% | - |
| HSV(B) | 10.74º | 0.43% | 0.86% | - |
| XYZ | 42.38 | 35.57 | 23.7 | - |
| YUV | 162.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 124 | 0 | 0.36 | 0.43 | 0.14 | 10.74 | 0.57 | 0.67 |
| Hex | DB | 8D | 7C | 0 | 24 | 2B | E | B | 39 | 43 |
| Octal | 333 | 215 | 174 | 0 | 44 | 53 | 16 | 13 | 71 | 103 |
| Binary | 11011011 | 10001101 | 1111100 | 0 | 100100 | 101011 | 1110 | 1011 | 111001 | 1000011 |
Color Harmonies of #DB8D7C
Complementary color
Monochromatic Colors of #DB8D7C
Black with #DB8D7C
Text Example
Text Example
White with #DB8D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D7C; }
p { color: rgb(219,141,124); }
H1.HeaderClassName
{
color: #DB8D7C;
}
.AnyTagClassName
{
color: #DB8D7C;
}
</style>
background-color css
<style>
a { background-color: #DB8D7C; }
a { background-color: rgb(219,141,124); }
div.DivClassName
{
background-color: #DB8D7C;
}
.BgClassName
{
background-color: #DB8D7C;
}
</style>
border-color css
<style>
span { border-color: #DB8D7C; }
span { border-color: rgb(219,141,124); }
td.TdClassName
{
border-color: #DB8D7C;
}
.TagClassName
{
border-color: #DB8D7C;
}
</style>