Shades of My Pink #DB9581
Tints of My Pink #DB9581
RGB
CMYK
RGB Variations
Color information
#DB9581 (or 0xDB9581) is known color: My Pink. HEX triplet: DB, 95 and 81. RGB value is (219,149,129). Sum of RGB (Red+Green+Blue) = 219+149+129=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9581 is #246A7E. Grayscale: #A7A7A7. Windows color (decimal): -2386559 or 8492507. OLE color: 8492507.
HSL color Cylindrical-coordinate representation of color #DB9581: hue angle of 13.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 #DB9581 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 129 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.14 |
| HSL | 13.33º | 0.56% | 0.68% | - |
| HSV(B) | 13.33º | 0.41% | 0.86% | - |
| XYZ | 43.92 | 38.14 | 25.82 | - |
| YUV | 167.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 129 | 0 | 0.32 | 0.41 | 0.14 | 13.33 | 0.56 | 0.68 |
| Hex | DB | 95 | 81 | 0 | 20 | 29 | E | D | 38 | 44 |
| Octal | 333 | 225 | 201 | 0 | 40 | 51 | 16 | 15 | 70 | 104 |
| Binary | 11011011 | 10010101 | 10000001 | 0 | 100000 | 101001 | 1110 | 1101 | 111000 | 1000100 |
Color Harmonies of #DB9581
Complementary color
Monochromatic Colors of #DB9581
Black with #DB9581
Text Example
Text Example
White with #DB9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9581; }
p { color: rgb(219,149,129); }
H1.HeaderClassName
{
color: #DB9581;
}
.AnyTagClassName
{
color: #DB9581;
}
</style>
background-color css
<style>
a { background-color: #DB9581; }
a { background-color: rgb(219,149,129); }
div.DivClassName
{
background-color: #DB9581;
}
.BgClassName
{
background-color: #DB9581;
}
</style>
border-color css
<style>
span { border-color: #DB9581; }
span { border-color: rgb(219,149,129); }
td.TdClassName
{
border-color: #DB9581;
}
.TagClassName
{
border-color: #DB9581;
}
</style>