Shades of My Pink #DB9081
Tints of My Pink #DB9081
RGB
CMYK
RGB Variations
Color information
#DB9081 (or 0xDB9081) is known color: My Pink. HEX triplet: DB, 90 and 81. RGB value is (219,144,129). Sum of RGB (Red+Green+Blue) = 219+144+129=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9081 is #246F7E. Grayscale: #A4A4A4. Windows color (decimal): -2387839 or 8491227. OLE color: 8491227.
HSL color Cylindrical-coordinate representation of color #DB9081: hue angle of 10º 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 #DB9081 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 129 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.14 |
| HSL | 10º | 0.56% | 0.68% | - |
| HSV(B) | 10º | 0.41% | 0.86% | - |
| XYZ | 43.15 | 36.59 | 25.56 | - |
| YUV | 164.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 129 | 0 | 0.34 | 0.41 | 0.14 | 10 | 0.56 | 0.68 |
| Hex | DB | 90 | 81 | 0 | 22 | 29 | E | A | 38 | 44 |
| Octal | 333 | 220 | 201 | 0 | 42 | 51 | 16 | 12 | 70 | 104 |
| Binary | 11011011 | 10010000 | 10000001 | 0 | 100010 | 101001 | 1110 | 1010 | 111000 | 1000100 |
Color Harmonies of #DB9081
Complementary color
Monochromatic Colors of #DB9081
Black with #DB9081
Text Example
Text Example
White with #DB9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9081; }
p { color: rgb(219,144,129); }
H1.HeaderClassName
{
color: #DB9081;
}
.AnyTagClassName
{
color: #DB9081;
}
</style>
background-color css
<style>
a { background-color: #DB9081; }
a { background-color: rgb(219,144,129); }
div.DivClassName
{
background-color: #DB9081;
}
.BgClassName
{
background-color: #DB9081;
}
</style>
border-color css
<style>
span { border-color: #DB9081; }
span { border-color: rgb(219,144,129); }
td.TdClassName
{
border-color: #DB9081;
}
.TagClassName
{
border-color: #DB9081;
}
</style>