Shades of My Pink #DB8C85
Tints of My Pink #DB8C85
RGB
CMYK
RGB Variations
Color information
#DB8C85 (or 0xDB8C85) is known color: My Pink. HEX triplet: DB, 8C and 85. RGB value is (219,140,133). Sum of RGB (Red+Green+Blue) = 219+140+133=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C85 is #24737A. Grayscale: #A2A2A2. Windows color (decimal): -2388859 or 8752347. OLE color: 8752347.
HSL color Cylindrical-coordinate representation of color #DB8C85: hue angle of 4.88º 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 #DB8C85 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 133 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.14 |
| HSL | 4.88º | 0.54% | 0.69% | - |
| HSV(B) | 4.88º | 0.39% | 0.86% | - |
| XYZ | 42.83 | 35.51 | 26.79 | - |
| YUV | 162.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 133 | 0 | 0.36 | 0.39 | 0.14 | 4.88 | 0.54 | 0.69 |
| Hex | DB | 8C | 85 | 0 | 24 | 27 | E | 5 | 36 | 45 |
| Octal | 333 | 214 | 205 | 0 | 44 | 47 | 16 | 5 | 66 | 105 |
| Binary | 11011011 | 10001100 | 10000101 | 0 | 100100 | 100111 | 1110 | 101 | 110110 | 1000101 |
Color Harmonies of #DB8C85
Complementary color
Monochromatic Colors of #DB8C85
Black with #DB8C85
Text Example
Text Example
White with #DB8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C85; }
p { color: rgb(219,140,133); }
H1.HeaderClassName
{
color: #DB8C85;
}
.AnyTagClassName
{
color: #DB8C85;
}
</style>
background-color css
<style>
a { background-color: #DB8C85; }
a { background-color: rgb(219,140,133); }
div.DivClassName
{
background-color: #DB8C85;
}
.BgClassName
{
background-color: #DB8C85;
}
</style>
border-color css
<style>
span { border-color: #DB8C85; }
span { border-color: rgb(219,140,133); }
td.TdClassName
{
border-color: #DB8C85;
}
.TagClassName
{
border-color: #DB8C85;
}
</style>