Shades of Tonys Pink #DB9B88
Tints of Tonys Pink #DB9B88
RGB
CMYK
RGB Variations
Color information
#DB9B88 (or 0xDB9B88) is known color: Tonys Pink. HEX triplet: DB, 9B and 88. RGB value is (219,155,136). Sum of RGB (Red+Green+Blue) = 219+155+136=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B88 is #246477. Grayscale: #ACACAC. Windows color (decimal): -2385016 or 8952795. OLE color: 8952795.
HSL color Cylindrical-coordinate representation of color #DB9B88: hue angle of 13.73º 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 #DB9B88 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 136 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.14 |
| HSL | 13.73º | 0.54% | 0.7% | - |
| HSV(B) | 13.73º | 0.38% | 0.86% | - |
| XYZ | 45.38 | 40.28 | 28.68 | - |
| YUV | 171.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 136 | 0 | 0.29 | 0.38 | 0.14 | 13.73 | 0.54 | 0.7 |
| Hex | DB | 9B | 88 | 0 | 1D | 26 | E | E | 36 | 46 |
| Octal | 333 | 233 | 210 | 0 | 35 | 46 | 16 | 16 | 66 | 106 |
| Binary | 11011011 | 10011011 | 10001000 | 0 | 11101 | 100110 | 1110 | 1110 | 110110 | 1000110 |
Color Harmonies of #DB9B88
Complementary color
Monochromatic Colors of #DB9B88
Black with #DB9B88
Text Example
Text Example
White with #DB9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B88; }
p { color: rgb(219,155,136); }
H1.HeaderClassName
{
color: #DB9B88;
}
.AnyTagClassName
{
color: #DB9B88;
}
</style>
background-color css
<style>
a { background-color: #DB9B88; }
a { background-color: rgb(219,155,136); }
div.DivClassName
{
background-color: #DB9B88;
}
.BgClassName
{
background-color: #DB9B88;
}
</style>
border-color css
<style>
span { border-color: #DB9B88; }
span { border-color: rgb(219,155,136); }
td.TdClassName
{
border-color: #DB9B88;
}
.TagClassName
{
border-color: #DB9B88;
}
</style>