Shades of My Pink #DB8C7A
Tints of My Pink #DB8C7A
RGB
CMYK
RGB Variations
Color information
#DB8C7A (or 0xDB8C7A) is known color: My Pink. HEX triplet: DB, 8C and 7A. RGB value is (219,140,122). Sum of RGB (Red+Green+Blue) = 219+140+122=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C7A is #247385. Grayscale: #A1A1A1. Windows color (decimal): -2388870 or 8031451. OLE color: 8031451.
HSL color Cylindrical-coordinate representation of color #DB8C7A: hue angle of 11.13º 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 #DB8C7A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 122 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.14 |
| HSL | 11.13º | 0.57% | 0.67% | - |
| HSV(B) | 11.13º | 0.44% | 0.86% | - |
| XYZ | 42.1 | 35.22 | 22.99 | - |
| YUV | 161.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 122 | 0 | 0.36 | 0.44 | 0.14 | 11.13 | 0.57 | 0.67 |
| Hex | DB | 8C | 7A | 0 | 24 | 2C | E | B | 39 | 43 |
| Octal | 333 | 214 | 172 | 0 | 44 | 54 | 16 | 13 | 71 | 103 |
| Binary | 11011011 | 10001100 | 1111010 | 0 | 100100 | 101100 | 1110 | 1011 | 111001 | 1000011 |
Color Harmonies of #DB8C7A
Complementary color
Monochromatic Colors of #DB8C7A
Black with #DB8C7A
Text Example
Text Example
White with #DB8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C7A; }
p { color: rgb(219,140,122); }
H1.HeaderClassName
{
color: #DB8C7A;
}
.AnyTagClassName
{
color: #DB8C7A;
}
</style>
background-color css
<style>
a { background-color: #DB8C7A; }
a { background-color: rgb(219,140,122); }
div.DivClassName
{
background-color: #DB8C7A;
}
.BgClassName
{
background-color: #DB8C7A;
}
</style>
border-color css
<style>
span { border-color: #DB8C7A; }
span { border-color: rgb(219,140,122); }
td.TdClassName
{
border-color: #DB8C7A;
}
.TagClassName
{
border-color: #DB8C7A;
}
</style>