Shades of My Pink #DB8882
Tints of My Pink #DB8882
RGB
CMYK
RGB Variations
Color information
#DB8882 (or 0xDB8882) is known color: My Pink. HEX triplet: DB, 88 and 82. RGB value is (219,136,130). Sum of RGB (Red+Green+Blue) = 219+136+130=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8882 is #24777D. Grayscale: #A0A0A0. Windows color (decimal): -2389886 or 8554715. OLE color: 8554715.
HSL color Cylindrical-coordinate representation of color #DB8882: hue angle of 4.04º 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 #DB8882 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 130 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.14 |
| HSL | 4.04º | 0.55% | 0.68% | - |
| HSV(B) | 4.04º | 0.41% | 0.86% | - |
| XYZ | 42.05 | 34.28 | 25.52 | - |
| YUV | 160.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 130 | 0 | 0.38 | 0.41 | 0.14 | 4.04 | 0.55 | 0.68 |
| Hex | DB | 88 | 82 | 0 | 26 | 29 | E | 4 | 37 | 44 |
| Octal | 333 | 210 | 202 | 0 | 46 | 51 | 16 | 4 | 67 | 104 |
| Binary | 11011011 | 10001000 | 10000010 | 0 | 100110 | 101001 | 1110 | 100 | 110111 | 1000100 |
Color Harmonies of #DB8882
Complementary color
Monochromatic Colors of #DB8882
Black with #DB8882
Text Example
Text Example
White with #DB8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8882; }
p { color: rgb(219,136,130); }
H1.HeaderClassName
{
color: #DB8882;
}
.AnyTagClassName
{
color: #DB8882;
}
</style>
background-color css
<style>
a { background-color: #DB8882; }
a { background-color: rgb(219,136,130); }
div.DivClassName
{
background-color: #DB8882;
}
.BgClassName
{
background-color: #DB8882;
}
</style>
border-color css
<style>
span { border-color: #DB8882; }
span { border-color: rgb(219,136,130); }
td.TdClassName
{
border-color: #DB8882;
}
.TagClassName
{
border-color: #DB8882;
}
</style>