Shades of My Pink #DB8981
Tints of My Pink #DB8981
RGB
CMYK
RGB Variations
Color information
#DB8981 (or 0xDB8981) is known color: My Pink. HEX triplet: DB, 89 and 81. RGB value is (219,137,129). Sum of RGB (Red+Green+Blue) = 219+137+129=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8981 is #24767E. Grayscale: #A0A0A0. Windows color (decimal): -2389631 or 8489435. OLE color: 8489435.
HSL color Cylindrical-coordinate representation of color #DB8981: hue angle of 5.33º 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 #DB8981 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 129 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.14 |
| HSL | 5.33º | 0.56% | 0.68% | - |
| HSV(B) | 5.33º | 0.41% | 0.86% | - |
| XYZ | 42.12 | 34.54 | 25.22 | - |
| YUV | 160.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 129 | 0 | 0.37 | 0.41 | 0.14 | 5.33 | 0.56 | 0.68 |
| Hex | DB | 89 | 81 | 0 | 25 | 29 | E | 5 | 38 | 44 |
| Octal | 333 | 211 | 201 | 0 | 45 | 51 | 16 | 5 | 70 | 104 |
| Binary | 11011011 | 10001001 | 10000001 | 0 | 100101 | 101001 | 1110 | 101 | 111000 | 1000100 |
Color Harmonies of #DB8981
Complementary color
Monochromatic Colors of #DB8981
Black with #DB8981
Text Example
Text Example
White with #DB8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8981; }
p { color: rgb(219,137,129); }
H1.HeaderClassName
{
color: #DB8981;
}
.AnyTagClassName
{
color: #DB8981;
}
</style>
background-color css
<style>
a { background-color: #DB8981; }
a { background-color: rgb(219,137,129); }
div.DivClassName
{
background-color: #DB8981;
}
.BgClassName
{
background-color: #DB8981;
}
</style>
border-color css
<style>
span { border-color: #DB8981; }
span { border-color: rgb(219,137,129); }
td.TdClassName
{
border-color: #DB8981;
}
.TagClassName
{
border-color: #DB8981;
}
</style>