Shades of My Pink #DB8A7F
Tints of My Pink #DB8A7F
RGB
CMYK
RGB Variations
Color information
#DB8A7F (or 0xDB8A7F) is known color: My Pink. HEX triplet: DB, 8A and 7F. RGB value is (219,138,127). Sum of RGB (Red+Green+Blue) = 219+138+127=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A7F is #247580. Grayscale: #A1A1A1. Windows color (decimal): -2389377 or 8358619. OLE color: 8358619.
HSL color Cylindrical-coordinate representation of color #DB8A7F: hue angle of 7.17º 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 #DB8A7F is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 127 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.14 |
| HSL | 7.17º | 0.56% | 0.68% | - |
| HSV(B) | 7.17º | 0.42% | 0.86% | - |
| XYZ | 42.13 | 34.77 | 24.57 | - |
| YUV | 160.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 127 | 0 | 0.37 | 0.42 | 0.14 | 7.17 | 0.56 | 0.68 |
| Hex | DB | 8A | 7F | 0 | 25 | 2A | E | 7 | 38 | 44 |
| Octal | 333 | 212 | 177 | 0 | 45 | 52 | 16 | 7 | 70 | 104 |
| Binary | 11011011 | 10001010 | 1111111 | 0 | 100101 | 101010 | 1110 | 111 | 111000 | 1000100 |
Color Harmonies of #DB8A7F
Complementary color
Monochromatic Colors of #DB8A7F
Black with #DB8A7F
Text Example
Text Example
White with #DB8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A7F; }
p { color: rgb(219,138,127); }
H1.HeaderClassName
{
color: #DB8A7F;
}
.AnyTagClassName
{
color: #DB8A7F;
}
</style>
background-color css
<style>
a { background-color: #DB8A7F; }
a { background-color: rgb(219,138,127); }
div.DivClassName
{
background-color: #DB8A7F;
}
.BgClassName
{
background-color: #DB8A7F;
}
</style>
border-color css
<style>
span { border-color: #DB8A7F; }
span { border-color: rgb(219,138,127); }
td.TdClassName
{
border-color: #DB8A7F;
}
.TagClassName
{
border-color: #DB8A7F;
}
</style>