Shades of My Pink #DB9583
Tints of My Pink #DB9583
RGB
CMYK
RGB Variations
Color information
#DB9583 (or 0xDB9583) is known color: My Pink. HEX triplet: DB, 95 and 83. RGB value is (219,149,131). Sum of RGB (Red+Green+Blue) = 219+149+131=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9583 is #246A7C. Grayscale: #A8A8A8. Windows color (decimal): -2386557 or 8623579. OLE color: 8623579.
HSL color Cylindrical-coordinate representation of color #DB9583: hue angle of 12.27º 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 #DB9583 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 131 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.14 |
| HSL | 12.27º | 0.55% | 0.69% | - |
| HSV(B) | 12.27º | 0.4% | 0.86% | - |
| XYZ | 44.06 | 38.19 | 26.52 | - |
| YUV | 167.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 131 | 0 | 0.32 | 0.40 | 0.14 | 12.27 | 0.55 | 0.69 |
| Hex | DB | 95 | 83 | 0 | 20 | 28 | E | C | 37 | 45 |
| Octal | 333 | 225 | 203 | 0 | 40 | 50 | 16 | 14 | 67 | 105 |
| Binary | 11011011 | 10010101 | 10000011 | 0 | 100000 | 101000 | 1110 | 1100 | 110111 | 1000101 |
Color Harmonies of #DB9583
Complementary color
Monochromatic Colors of #DB9583
Black with #DB9583
Text Example
Text Example
White with #DB9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9583; }
p { color: rgb(219,149,131); }
H1.HeaderClassName
{
color: #DB9583;
}
.AnyTagClassName
{
color: #DB9583;
}
</style>
background-color css
<style>
a { background-color: #DB9583; }
a { background-color: rgb(219,149,131); }
div.DivClassName
{
background-color: #DB9583;
}
.BgClassName
{
background-color: #DB9583;
}
</style>
border-color css
<style>
span { border-color: #DB9583; }
span { border-color: rgb(219,149,131); }
td.TdClassName
{
border-color: #DB9583;
}
.TagClassName
{
border-color: #DB9583;
}
</style>