Shades of My Pink #DB8881
Tints of My Pink #DB8881
RGB
CMYK
RGB Variations
Color information
#DB8881 (or 0xDB8881) is known color: My Pink. HEX triplet: DB, 88 and 81. RGB value is (219,136,129). Sum of RGB (Red+Green+Blue) = 219+136+129=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8881 is #24777E. Grayscale: #A0A0A0. Windows color (decimal): -2389887 or 8489179. OLE color: 8489179.
HSL color Cylindrical-coordinate representation of color #DB8881: hue angle of 4.67º 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 #DB8881 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 129 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.14 |
| HSL | 4.67º | 0.56% | 0.68% | - |
| HSV(B) | 4.67º | 0.41% | 0.86% | - |
| XYZ | 41.98 | 34.25 | 25.17 | - |
| YUV | 160.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 129 | 0 | 0.38 | 0.41 | 0.14 | 4.67 | 0.56 | 0.68 |
| Hex | DB | 88 | 81 | 0 | 26 | 29 | E | 5 | 38 | 44 |
| Octal | 333 | 210 | 201 | 0 | 46 | 51 | 16 | 5 | 70 | 104 |
| Binary | 11011011 | 10001000 | 10000001 | 0 | 100110 | 101001 | 1110 | 101 | 111000 | 1000100 |
Color Harmonies of #DB8881
Complementary color
Monochromatic Colors of #DB8881
Black with #DB8881
Text Example
Text Example
White with #DB8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8881; }
p { color: rgb(219,136,129); }
H1.HeaderClassName
{
color: #DB8881;
}
.AnyTagClassName
{
color: #DB8881;
}
</style>
background-color css
<style>
a { background-color: #DB8881; }
a { background-color: rgb(219,136,129); }
div.DivClassName
{
background-color: #DB8881;
}
.BgClassName
{
background-color: #DB8881;
}
</style>
border-color css
<style>
span { border-color: #DB8881; }
span { border-color: rgb(219,136,129); }
td.TdClassName
{
border-color: #DB8881;
}
.TagClassName
{
border-color: #DB8881;
}
</style>