Shades of My Pink #DB9183
Tints of My Pink #DB9183
RGB
CMYK
RGB Variations
Color information
#DB9183 (or 0xDB9183) is known color: My Pink. HEX triplet: DB, 91 and 83. RGB value is (219,145,131). Sum of RGB (Red+Green+Blue) = 219+145+131=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9183 is #246E7C. Grayscale: #A5A5A5. Windows color (decimal): -2387581 or 8622555. OLE color: 8622555.
HSL color Cylindrical-coordinate representation of color #DB9183: hue angle of 9.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB9183 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 131 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.14 |
| HSL | 9.55º | 0.55% | 0.69% | - |
| HSV(B) | 9.55º | 0.4% | 0.86% | - |
| XYZ | 43.44 | 36.95 | 26.32 | - |
| YUV | 165.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 131 | 0 | 0.34 | 0.40 | 0.14 | 9.55 | 0.55 | 0.69 |
| Hex | DB | 91 | 83 | 0 | 22 | 28 | E | A | 37 | 45 |
| Octal | 333 | 221 | 203 | 0 | 42 | 50 | 16 | 12 | 67 | 105 |
| Binary | 11011011 | 10010001 | 10000011 | 0 | 100010 | 101000 | 1110 | 1010 | 110111 | 1000101 |
Color Harmonies of #DB9183
Complementary color
Monochromatic Colors of #DB9183
Black with #DB9183
Text Example
Text Example
White with #DB9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9183; }
p { color: rgb(219,145,131); }
H1.HeaderClassName
{
color: #DB9183;
}
.AnyTagClassName
{
color: #DB9183;
}
</style>
background-color css
<style>
a { background-color: #DB9183; }
a { background-color: rgb(219,145,131); }
div.DivClassName
{
background-color: #DB9183;
}
.BgClassName
{
background-color: #DB9183;
}
</style>
border-color css
<style>
span { border-color: #DB9183; }
span { border-color: rgb(219,145,131); }
td.TdClassName
{
border-color: #DB9183;
}
.TagClassName
{
border-color: #DB9183;
}
</style>