Shades of Tonys Pink #DB9C88
Tints of Tonys Pink #DB9C88
RGB
CMYK
RGB Variations
Color information
#DB9C88 (or 0xDB9C88) is known color: Tonys Pink. HEX triplet: DB, 9C and 88. RGB value is (219,156,136). Sum of RGB (Red+Green+Blue) = 219+156+136=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C88 is #246377. Grayscale: #ACACAC. Windows color (decimal): -2384760 or 8953051. OLE color: 8953051.
HSL color Cylindrical-coordinate representation of color #DB9C88: hue angle of 14.46º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9C88 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 136 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.14 |
| HSL | 14.46º | 0.54% | 0.7% | - |
| HSV(B) | 14.46º | 0.38% | 0.86% | - |
| XYZ | 45.55 | 40.61 | 28.73 | - |
| YUV | 172.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 136 | 0 | 0.29 | 0.38 | 0.14 | 14.46 | 0.54 | 0.7 |
| Hex | DB | 9C | 88 | 0 | 1D | 26 | E | E | 36 | 46 |
| Octal | 333 | 234 | 210 | 0 | 35 | 46 | 16 | 16 | 66 | 106 |
| Binary | 11011011 | 10011100 | 10001000 | 0 | 11101 | 100110 | 1110 | 1110 | 110110 | 1000110 |
Color Harmonies of #DB9C88
Complementary color
Monochromatic Colors of #DB9C88
Black with #DB9C88
Text Example
Text Example
White with #DB9C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C88; }
p { color: rgb(219,156,136); }
H1.HeaderClassName
{
color: #DB9C88;
}
.AnyTagClassName
{
color: #DB9C88;
}
</style>
background-color css
<style>
a { background-color: #DB9C88; }
a { background-color: rgb(219,156,136); }
div.DivClassName
{
background-color: #DB9C88;
}
.BgClassName
{
background-color: #DB9C88;
}
</style>
border-color css
<style>
span { border-color: #DB9C88; }
span { border-color: rgb(219,156,136); }
td.TdClassName
{
border-color: #DB9C88;
}
.TagClassName
{
border-color: #DB9C88;
}
</style>