Shades of My Pink #DB8B7E
Tints of My Pink #DB8B7E
RGB
CMYK
RGB Variations
Color information
#DB8B7E (or 0xDB8B7E) is known color: My Pink. HEX triplet: DB, 8B and 7E. RGB value is (219,139,126). Sum of RGB (Red+Green+Blue) = 219+139+126=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B7E is #247481. Grayscale: #A1A1A1. Windows color (decimal): -2389122 or 8293339. OLE color: 8293339.
HSL color Cylindrical-coordinate representation of color #DB8B7E: hue angle of 8.39º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8B7E is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 126 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.14 |
| HSL | 8.39º | 0.56% | 0.68% | - |
| HSV(B) | 8.39º | 0.42% | 0.86% | - |
| XYZ | 42.21 | 35.03 | 24.28 | - |
| YUV | 161.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 126 | 0 | 0.37 | 0.42 | 0.14 | 8.39 | 0.56 | 0.68 |
| Hex | DB | 8B | 7E | 0 | 25 | 2A | E | 8 | 38 | 44 |
| Octal | 333 | 213 | 176 | 0 | 45 | 52 | 16 | 10 | 70 | 104 |
| Binary | 11011011 | 10001011 | 1111110 | 0 | 100101 | 101010 | 1110 | 1000 | 111000 | 1000100 |
Color Harmonies of #DB8B7E
Complementary color
Monochromatic Colors of #DB8B7E
Black with #DB8B7E
Text Example
Text Example
White with #DB8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B7E; }
p { color: rgb(219,139,126); }
H1.HeaderClassName
{
color: #DB8B7E;
}
.AnyTagClassName
{
color: #DB8B7E;
}
</style>
background-color css
<style>
a { background-color: #DB8B7E; }
a { background-color: rgb(219,139,126); }
div.DivClassName
{
background-color: #DB8B7E;
}
.BgClassName
{
background-color: #DB8B7E;
}
</style>
border-color css
<style>
span { border-color: #DB8B7E; }
span { border-color: rgb(219,139,126); }
td.TdClassName
{
border-color: #DB8B7E;
}
.TagClassName
{
border-color: #DB8B7E;
}
</style>