Shades of My Pink #DB8D84
Tints of My Pink #DB8D84
RGB
CMYK
RGB Variations
Color information
#DB8D84 (or 0xDB8D84) is known color: My Pink. HEX triplet: DB, 8D and 84. RGB value is (219,141,132). Sum of RGB (Red+Green+Blue) = 219+141+132=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D84 is #24727B. Grayscale: #A3A3A3. Windows color (decimal): -2388604 or 8687067. OLE color: 8687067.
HSL color Cylindrical-coordinate representation of color #DB8D84: hue angle of 6.21º 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 #DB8D84 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 132 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.14 |
| HSL | 6.21º | 0.55% | 0.69% | - |
| HSV(B) | 6.21º | 0.4% | 0.86% | - |
| XYZ | 42.9 | 35.78 | 26.47 | - |
| YUV | 163.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 132 | 0 | 0.36 | 0.40 | 0.14 | 6.21 | 0.55 | 0.69 |
| Hex | DB | 8D | 84 | 0 | 24 | 28 | E | 6 | 37 | 45 |
| Octal | 333 | 215 | 204 | 0 | 44 | 50 | 16 | 6 | 67 | 105 |
| Binary | 11011011 | 10001101 | 10000100 | 0 | 100100 | 101000 | 1110 | 110 | 110111 | 1000101 |
Color Harmonies of #DB8D84
Complementary color
Monochromatic Colors of #DB8D84
Black with #DB8D84
Text Example
Text Example
White with #DB8D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D84; }
p { color: rgb(219,141,132); }
H1.HeaderClassName
{
color: #DB8D84;
}
.AnyTagClassName
{
color: #DB8D84;
}
</style>
background-color css
<style>
a { background-color: #DB8D84; }
a { background-color: rgb(219,141,132); }
div.DivClassName
{
background-color: #DB8D84;
}
.BgClassName
{
background-color: #DB8D84;
}
</style>
border-color css
<style>
span { border-color: #DB8D84; }
span { border-color: rgb(219,141,132); }
td.TdClassName
{
border-color: #DB8D84;
}
.TagClassName
{
border-color: #DB8D84;
}
</style>