Shades of My Pink #DB8984
Tints of My Pink #DB8984
RGB
CMYK
RGB Variations
Color information
#DB8984 (or 0xDB8984) is known color: My Pink. HEX triplet: DB, 89 and 84. RGB value is (219,137,132). Sum of RGB (Red+Green+Blue) = 219+137+132=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8984 is #24767B. Grayscale: #A1A1A1. Windows color (decimal): -2389628 or 8686043. OLE color: 8686043.
HSL color Cylindrical-coordinate representation of color #DB8984: hue angle of 3.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8984 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 132 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.14 |
| HSL | 3.45º | 0.55% | 0.69% | - |
| HSV(B) | 3.45º | 0.4% | 0.86% | - |
| XYZ | 42.32 | 34.62 | 26.28 | - |
| YUV | 160.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 132 | 0 | 0.37 | 0.40 | 0.14 | 3.45 | 0.55 | 0.69 |
| Hex | DB | 89 | 84 | 0 | 25 | 28 | E | 3 | 37 | 45 |
| Octal | 333 | 211 | 204 | 0 | 45 | 50 | 16 | 3 | 67 | 105 |
| Binary | 11011011 | 10001001 | 10000100 | 0 | 100101 | 101000 | 1110 | 11 | 110111 | 1000101 |
Color Harmonies of #DB8984
Complementary color
Monochromatic Colors of #DB8984
Black with #DB8984
Text Example
Text Example
White with #DB8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8984; }
p { color: rgb(219,137,132); }
H1.HeaderClassName
{
color: #DB8984;
}
.AnyTagClassName
{
color: #DB8984;
}
</style>
background-color css
<style>
a { background-color: #DB8984; }
a { background-color: rgb(219,137,132); }
div.DivClassName
{
background-color: #DB8984;
}
.BgClassName
{
background-color: #DB8984;
}
</style>
border-color css
<style>
span { border-color: #DB8984; }
span { border-color: rgb(219,137,132); }
td.TdClassName
{
border-color: #DB8984;
}
.TagClassName
{
border-color: #DB8984;
}
</style>