Shades of My Pink #DB8985
Tints of My Pink #DB8985
RGB
CMYK
RGB Variations
Color information
#DB8985 (or 0xDB8985) is known color: My Pink. HEX triplet: DB, 89 and 85. RGB value is (219,137,133). Sum of RGB (Red+Green+Blue) = 219+137+133=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8985 is #24767A. Grayscale: #A1A1A1. Windows color (decimal): -2389627 or 8751579. OLE color: 8751579.
HSL color Cylindrical-coordinate representation of color #DB8985: hue angle of 2.79º 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 #DB8985 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 133 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.14 |
| HSL | 2.79º | 0.54% | 0.69% | - |
| HSV(B) | 2.79º | 0.39% | 0.86% | - |
| XYZ | 42.39 | 34.64 | 26.64 | - |
| YUV | 161.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 133 | 0 | 0.37 | 0.39 | 0.14 | 2.79 | 0.54 | 0.69 |
| Hex | DB | 89 | 85 | 0 | 25 | 27 | E | 3 | 36 | 45 |
| Octal | 333 | 211 | 205 | 0 | 45 | 47 | 16 | 3 | 66 | 105 |
| Binary | 11011011 | 10001001 | 10000101 | 0 | 100101 | 100111 | 1110 | 11 | 110110 | 1000101 |
Color Harmonies of #DB8985
Complementary color
Monochromatic Colors of #DB8985
Black with #DB8985
Text Example
Text Example
White with #DB8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8985; }
p { color: rgb(219,137,133); }
H1.HeaderClassName
{
color: #DB8985;
}
.AnyTagClassName
{
color: #DB8985;
}
</style>
background-color css
<style>
a { background-color: #DB8985; }
a { background-color: rgb(219,137,133); }
div.DivClassName
{
background-color: #DB8985;
}
.BgClassName
{
background-color: #DB8985;
}
</style>
border-color css
<style>
span { border-color: #DB8985; }
span { border-color: rgb(219,137,133); }
td.TdClassName
{
border-color: #DB8985;
}
.TagClassName
{
border-color: #DB8985;
}
</style>