Shades of My Pink #DB8E7B
Tints of My Pink #DB8E7B
RGB
CMYK
RGB Variations
Color information
#DB8E7B (or 0xDB8E7B) is known color: My Pink. HEX triplet: DB, 8E and 7B. RGB value is (219,142,123). Sum of RGB (Red+Green+Blue) = 219+142+123=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E7B is #247184. Grayscale: #A3A3A3. Windows color (decimal): -2388357 or 8097499. OLE color: 8097499.
HSL color Cylindrical-coordinate representation of color #DB8E7B: hue angle of 11.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8E7B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 123 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.14 |
| HSL | 11.88º | 0.57% | 0.67% | - |
| HSV(B) | 11.88º | 0.44% | 0.86% | - |
| XYZ | 42.46 | 35.84 | 23.42 | - |
| YUV | 162.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 123 | 0 | 0.35 | 0.44 | 0.14 | 11.88 | 0.57 | 0.67 |
| Hex | DB | 8E | 7B | 0 | 23 | 2C | E | C | 39 | 43 |
| Octal | 333 | 216 | 173 | 0 | 43 | 54 | 16 | 14 | 71 | 103 |
| Binary | 11011011 | 10001110 | 1111011 | 0 | 100011 | 101100 | 1110 | 1100 | 111001 | 1000011 |
Color Harmonies of #DB8E7B
Complementary color
Monochromatic Colors of #DB8E7B
Black with #DB8E7B
Text Example
Text Example
White with #DB8E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E7B; }
p { color: rgb(219,142,123); }
H1.HeaderClassName
{
color: #DB8E7B;
}
.AnyTagClassName
{
color: #DB8E7B;
}
</style>
background-color css
<style>
a { background-color: #DB8E7B; }
a { background-color: rgb(219,142,123); }
div.DivClassName
{
background-color: #DB8E7B;
}
.BgClassName
{
background-color: #DB8E7B;
}
</style>
border-color css
<style>
span { border-color: #DB8E7B; }
span { border-color: rgb(219,142,123); }
td.TdClassName
{
border-color: #DB8E7B;
}
.TagClassName
{
border-color: #DB8E7B;
}
</style>