Shades of My Pink #DB8D80
Tints of My Pink #DB8D80
RGB
CMYK
RGB Variations
Color information
#DB8D80 (or 0xDB8D80) is known color: My Pink. HEX triplet: DB, 8D and 80. RGB value is (219,141,128). Sum of RGB (Red+Green+Blue) = 219+141+128=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D80 is #24727F. Grayscale: #A2A2A2. Windows color (decimal): -2388608 or 8424923. OLE color: 8424923.
HSL color Cylindrical-coordinate representation of color #DB8D80: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8D80 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 128 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.14 |
| HSL | 8.57º | 0.56% | 0.68% | - |
| HSV(B) | 8.57º | 0.42% | 0.86% | - |
| XYZ | 42.63 | 35.67 | 25.06 | - |
| YUV | 162.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 128 | 0 | 0.36 | 0.42 | 0.14 | 8.57 | 0.56 | 0.68 |
| Hex | DB | 8D | 80 | 0 | 24 | 2A | E | 9 | 38 | 44 |
| Octal | 333 | 215 | 200 | 0 | 44 | 52 | 16 | 11 | 70 | 104 |
| Binary | 11011011 | 10001101 | 10000000 | 0 | 100100 | 101010 | 1110 | 1001 | 111000 | 1000100 |
Color Harmonies of #DB8D80
Complementary color
Monochromatic Colors of #DB8D80
Black with #DB8D80
Text Example
Text Example
White with #DB8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D80; }
p { color: rgb(219,141,128); }
H1.HeaderClassName
{
color: #DB8D80;
}
.AnyTagClassName
{
color: #DB8D80;
}
</style>
background-color css
<style>
a { background-color: #DB8D80; }
a { background-color: rgb(219,141,128); }
div.DivClassName
{
background-color: #DB8D80;
}
.BgClassName
{
background-color: #DB8D80;
}
</style>
border-color css
<style>
span { border-color: #DB8D80; }
span { border-color: rgb(219,141,128); }
td.TdClassName
{
border-color: #DB8D80;
}
.TagClassName
{
border-color: #DB8D80;
}
</style>