Shades of My Pink #DB8B7A
Tints of My Pink #DB8B7A
RGB
CMYK
RGB Variations
Color information
#DB8B7A (or 0xDB8B7A) is known color: My Pink. HEX triplet: DB, 8B and 7A. RGB value is (219,139,122). Sum of RGB (Red+Green+Blue) = 219+139+122=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B7A is #247485. Grayscale: #A1A1A1. Windows color (decimal): -2389126 or 8031195. OLE color: 8031195.
HSL color Cylindrical-coordinate representation of color #DB8B7A: hue angle of 10.52º 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 #DB8B7A is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 122 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.14 |
| HSL | 10.52º | 0.57% | 0.67% | - |
| HSV(B) | 10.52º | 0.44% | 0.86% | - |
| XYZ | 41.96 | 34.93 | 22.94 | - |
| YUV | 160.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 122 | 0 | 0.37 | 0.44 | 0.14 | 10.52 | 0.57 | 0.67 |
| Hex | DB | 8B | 7A | 0 | 25 | 2C | E | B | 39 | 43 |
| Octal | 333 | 213 | 172 | 0 | 45 | 54 | 16 | 13 | 71 | 103 |
| Binary | 11011011 | 10001011 | 1111010 | 0 | 100101 | 101100 | 1110 | 1011 | 111001 | 1000011 |
Color Harmonies of #DB8B7A
Complementary color
Monochromatic Colors of #DB8B7A
Black with #DB8B7A
Text Example
Text Example
White with #DB8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B7A; }
p { color: rgb(219,139,122); }
H1.HeaderClassName
{
color: #DB8B7A;
}
.AnyTagClassName
{
color: #DB8B7A;
}
</style>
background-color css
<style>
a { background-color: #DB8B7A; }
a { background-color: rgb(219,139,122); }
div.DivClassName
{
background-color: #DB8B7A;
}
.BgClassName
{
background-color: #DB8B7A;
}
</style>
border-color css
<style>
span { border-color: #DB8B7A; }
span { border-color: rgb(219,139,122); }
td.TdClassName
{
border-color: #DB8B7A;
}
.TagClassName
{
border-color: #DB8B7A;
}
</style>