Shades of My Pink #DB8980
Tints of My Pink #DB8980
RGB
CMYK
RGB Variations
Color information
#DB8980 (or 0xDB8980) is known color: My Pink. HEX triplet: DB, 89 and 80. RGB value is (219,137,128). Sum of RGB (Red+Green+Blue) = 219+137+128=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8980 is #24767F. Grayscale: #A0A0A0. Windows color (decimal): -2389632 or 8423899. OLE color: 8423899.
HSL color Cylindrical-coordinate representation of color #DB8980: hue angle of 5.93º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8980 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 128 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.14 |
| HSL | 5.93º | 0.56% | 0.68% | - |
| HSV(B) | 5.93º | 0.42% | 0.86% | - |
| XYZ | 42.06 | 34.51 | 24.87 | - |
| YUV | 160.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 128 | 0 | 0.37 | 0.42 | 0.14 | 5.93 | 0.56 | 0.68 |
| Hex | DB | 89 | 80 | 0 | 25 | 2A | E | 6 | 38 | 44 |
| Octal | 333 | 211 | 200 | 0 | 45 | 52 | 16 | 6 | 70 | 104 |
| Binary | 11011011 | 10001001 | 10000000 | 0 | 100101 | 101010 | 1110 | 110 | 111000 | 1000100 |
Color Harmonies of #DB8980
Complementary color
Monochromatic Colors of #DB8980
Black with #DB8980
Text Example
Text Example
White with #DB8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8980; }
p { color: rgb(219,137,128); }
H1.HeaderClassName
{
color: #DB8980;
}
.AnyTagClassName
{
color: #DB8980;
}
</style>
background-color css
<style>
a { background-color: #DB8980; }
a { background-color: rgb(219,137,128); }
div.DivClassName
{
background-color: #DB8980;
}
.BgClassName
{
background-color: #DB8980;
}
</style>
border-color css
<style>
span { border-color: #DB8980; }
span { border-color: rgb(219,137,128); }
td.TdClassName
{
border-color: #DB8980;
}
.TagClassName
{
border-color: #DB8980;
}
</style>