Shades of My Pink #DB8C7B
Tints of My Pink #DB8C7B
RGB
CMYK
RGB Variations
Color information
#DB8C7B (or 0xDB8C7B) is known color: My Pink. HEX triplet: DB, 8C and 7B. RGB value is (219,140,123). Sum of RGB (Red+Green+Blue) = 219+140+123=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C7B is #247384. Grayscale: #A1A1A1. Windows color (decimal): -2388869 or 8096987. OLE color: 8096987.
HSL color Cylindrical-coordinate representation of color #DB8C7B: hue angle of 10.62º 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 #DB8C7B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 123 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.14 |
| HSL | 10.63º | 0.57% | 0.67% | - |
| HSV(B) | 10.63º | 0.44% | 0.86% | - |
| XYZ | 42.17 | 35.25 | 23.32 | - |
| YUV | 161.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 123 | 0 | 0.36 | 0.44 | 0.14 | 10.63 | 0.57 | 0.67 |
| Hex | DB | 8C | 7B | 0 | 24 | 2C | E | B | 39 | 43 |
| Octal | 333 | 214 | 173 | 0 | 44 | 54 | 16 | 13 | 71 | 103 |
| Binary | 11011011 | 10001100 | 1111011 | 0 | 100100 | 101100 | 1110 | 1011 | 111001 | 1000011 |
Color Harmonies of #DB8C7B
Complementary color
Monochromatic Colors of #DB8C7B
Black with #DB8C7B
Text Example
Text Example
White with #DB8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C7B; }
p { color: rgb(219,140,123); }
H1.HeaderClassName
{
color: #DB8C7B;
}
.AnyTagClassName
{
color: #DB8C7B;
}
</style>
background-color css
<style>
a { background-color: #DB8C7B; }
a { background-color: rgb(219,140,123); }
div.DivClassName
{
background-color: #DB8C7B;
}
.BgClassName
{
background-color: #DB8C7B;
}
</style>
border-color css
<style>
span { border-color: #DB8C7B; }
span { border-color: rgb(219,140,123); }
td.TdClassName
{
border-color: #DB8C7B;
}
.TagClassName
{
border-color: #DB8C7B;
}
</style>