Shades of My Pink #DB9585
Tints of My Pink #DB9585
RGB
CMYK
RGB Variations
Color information
#DB9585 (or 0xDB9585) is known color: My Pink. HEX triplet: DB, 95 and 85. RGB value is (219,149,133). Sum of RGB (Red+Green+Blue) = 219+149+133=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9585 is #246A7A. Grayscale: #A8A8A8. Windows color (decimal): -2386555 or 8754651. OLE color: 8754651.
HSL color Cylindrical-coordinate representation of color #DB9585: hue angle of 11.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9585 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 133 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.14 |
| HSL | 11.16º | 0.54% | 0.69% | - |
| HSV(B) | 11.16º | 0.39% | 0.86% | - |
| XYZ | 44.19 | 38.25 | 27.24 | - |
| YUV | 168.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 133 | 0 | 0.32 | 0.39 | 0.14 | 11.16 | 0.54 | 0.69 |
| Hex | DB | 95 | 85 | 0 | 20 | 27 | E | B | 36 | 45 |
| Octal | 333 | 225 | 205 | 0 | 40 | 47 | 16 | 13 | 66 | 105 |
| Binary | 11011011 | 10010101 | 10000101 | 0 | 100000 | 100111 | 1110 | 1011 | 110110 | 1000101 |
Color Harmonies of #DB9585
Complementary color
Monochromatic Colors of #DB9585
Black with #DB9585
Text Example
Text Example
White with #DB9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9585; }
p { color: rgb(219,149,133); }
H1.HeaderClassName
{
color: #DB9585;
}
.AnyTagClassName
{
color: #DB9585;
}
</style>
background-color css
<style>
a { background-color: #DB9585; }
a { background-color: rgb(219,149,133); }
div.DivClassName
{
background-color: #DB9585;
}
.BgClassName
{
background-color: #DB9585;
}
</style>
border-color css
<style>
span { border-color: #DB9585; }
span { border-color: rgb(219,149,133); }
td.TdClassName
{
border-color: #DB9585;
}
.TagClassName
{
border-color: #DB9585;
}
</style>