Shades of My Pink #DB8D82
Tints of My Pink #DB8D82
RGB
CMYK
RGB Variations
Color information
#DB8D82 (or 0xDB8D82) is known color: My Pink. HEX triplet: DB, 8D and 82. RGB value is (219,141,130). Sum of RGB (Red+Green+Blue) = 219+141+130=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D82 is #24727D. Grayscale: #A3A3A3. Windows color (decimal): -2388606 or 8555995. OLE color: 8555995.
HSL color Cylindrical-coordinate representation of color #DB8D82: hue angle of 7.42º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8D82 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 130 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.14 |
| HSL | 7.42º | 0.55% | 0.68% | - |
| HSV(B) | 7.42º | 0.41% | 0.86% | - |
| XYZ | 42.77 | 35.72 | 25.76 | - |
| YUV | 163.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 130 | 0 | 0.36 | 0.41 | 0.14 | 7.42 | 0.55 | 0.68 |
| Hex | DB | 8D | 82 | 0 | 24 | 29 | E | 7 | 37 | 44 |
| Octal | 333 | 215 | 202 | 0 | 44 | 51 | 16 | 7 | 67 | 104 |
| Binary | 11011011 | 10001101 | 10000010 | 0 | 100100 | 101001 | 1110 | 111 | 110111 | 1000100 |
Color Harmonies of #DB8D82
Complementary color
Monochromatic Colors of #DB8D82
Black with #DB8D82
Text Example
Text Example
White with #DB8D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D82; }
p { color: rgb(219,141,130); }
H1.HeaderClassName
{
color: #DB8D82;
}
.AnyTagClassName
{
color: #DB8D82;
}
</style>
background-color css
<style>
a { background-color: #DB8D82; }
a { background-color: rgb(219,141,130); }
div.DivClassName
{
background-color: #DB8D82;
}
.BgClassName
{
background-color: #DB8D82;
}
</style>
border-color css
<style>
span { border-color: #DB8D82; }
span { border-color: rgb(219,141,130); }
td.TdClassName
{
border-color: #DB8D82;
}
.TagClassName
{
border-color: #DB8D82;
}
</style>