Shades of My Pink #DB8D81
Tints of My Pink #DB8D81
RGB
CMYK
RGB Variations
Color information
#DB8D81 (or 0xDB8D81) is known color: My Pink. HEX triplet: DB, 8D and 81. RGB value is (219,141,129). Sum of RGB (Red+Green+Blue) = 219+141+129=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D81 is #24727E. Grayscale: #A3A3A3. Windows color (decimal): -2388607 or 8490459. OLE color: 8490459.
HSL color Cylindrical-coordinate representation of color #DB8D81: hue angle of 8º degrees, saturation: 0.56, 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 #DB8D81 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 129 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.14 |
| HSL | 8º | 0.56% | 0.68% | - |
| HSV(B) | 8º | 0.41% | 0.86% | - |
| XYZ | 42.7 | 35.69 | 25.41 | - |
| YUV | 162.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 129 | 0 | 0.36 | 0.41 | 0.14 | 8 | 0.56 | 0.68 |
| Hex | DB | 8D | 81 | 0 | 24 | 29 | E | 8 | 38 | 44 |
| Octal | 333 | 215 | 201 | 0 | 44 | 51 | 16 | 10 | 70 | 104 |
| Binary | 11011011 | 10001101 | 10000001 | 0 | 100100 | 101001 | 1110 | 1000 | 111000 | 1000100 |
Color Harmonies of #DB8D81
Complementary color
Monochromatic Colors of #DB8D81
Black with #DB8D81
Text Example
Text Example
White with #DB8D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D81; }
p { color: rgb(219,141,129); }
H1.HeaderClassName
{
color: #DB8D81;
}
.AnyTagClassName
{
color: #DB8D81;
}
</style>
background-color css
<style>
a { background-color: #DB8D81; }
a { background-color: rgb(219,141,129); }
div.DivClassName
{
background-color: #DB8D81;
}
.BgClassName
{
background-color: #DB8D81;
}
</style>
border-color css
<style>
span { border-color: #DB8D81; }
span { border-color: rgb(219,141,129); }
td.TdClassName
{
border-color: #DB8D81;
}
.TagClassName
{
border-color: #DB8D81;
}
</style>