Shades of My Pink #DB8E7D
Tints of My Pink #DB8E7D
RGB
CMYK
RGB Variations
Color information
#DB8E7D (or 0xDB8E7D) is known color: My Pink. HEX triplet: DB, 8E and 7D. RGB value is (219,142,125). Sum of RGB (Red+Green+Blue) = 219+142+125=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E7D is #247182. Grayscale: #A3A3A3. Windows color (decimal): -2388355 or 8228571. OLE color: 8228571.
HSL color Cylindrical-coordinate representation of color #DB8E7D: hue angle of 10.85º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8E7D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 125 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.14 |
| HSL | 10.85º | 0.57% | 0.67% | - |
| HSV(B) | 10.85º | 0.43% | 0.86% | - |
| XYZ | 42.59 | 35.89 | 24.08 | - |
| YUV | 163.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 125 | 0 | 0.35 | 0.43 | 0.14 | 10.85 | 0.57 | 0.67 |
| Hex | DB | 8E | 7D | 0 | 23 | 2B | E | B | 39 | 43 |
| Octal | 333 | 216 | 175 | 0 | 43 | 53 | 16 | 13 | 71 | 103 |
| Binary | 11011011 | 10001110 | 1111101 | 0 | 100011 | 101011 | 1110 | 1011 | 111001 | 1000011 |
Color Harmonies of #DB8E7D
Complementary color
Monochromatic Colors of #DB8E7D
Black with #DB8E7D
Text Example
Text Example
White with #DB8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E7D; }
p { color: rgb(219,142,125); }
H1.HeaderClassName
{
color: #DB8E7D;
}
.AnyTagClassName
{
color: #DB8E7D;
}
</style>
background-color css
<style>
a { background-color: #DB8E7D; }
a { background-color: rgb(219,142,125); }
div.DivClassName
{
background-color: #DB8E7D;
}
.BgClassName
{
background-color: #DB8E7D;
}
</style>
border-color css
<style>
span { border-color: #DB8E7D; }
span { border-color: rgb(219,142,125); }
td.TdClassName
{
border-color: #DB8E7D;
}
.TagClassName
{
border-color: #DB8E7D;
}
</style>