Shades of Tonys Pink #DB9E88
Tints of Tonys Pink #DB9E88
RGB
CMYK
RGB Variations
Color information
#DB9E88 (or 0xDB9E88) is known color: Tonys Pink. HEX triplet: DB, 9E and 88. RGB value is (219,158,136). Sum of RGB (Red+Green+Blue) = 219+158+136=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E88 is #246177. Grayscale: #ADADAD. Windows color (decimal): -2384248 or 8953563. OLE color: 8953563.
HSL color Cylindrical-coordinate representation of color #DB9E88: hue angle of 15.9º 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 #DB9E88 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 136 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.14 |
| HSL | 15.9º | 0.54% | 0.7% | - |
| HSV(B) | 15.9º | 0.38% | 0.86% | - |
| XYZ | 45.88 | 41.29 | 28.84 | - |
| YUV | 173.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 136 | 0 | 0.28 | 0.38 | 0.14 | 15.9 | 0.54 | 0.7 |
| Hex | DB | 9E | 88 | 0 | 1C | 26 | E | 10 | 36 | 46 |
| Octal | 333 | 236 | 210 | 0 | 34 | 46 | 16 | 20 | 66 | 106 |
| Binary | 11011011 | 10011110 | 10001000 | 0 | 11100 | 100110 | 1110 | 10000 | 110110 | 1000110 |
Color Harmonies of #DB9E88
Complementary color
Monochromatic Colors of #DB9E88
Black with #DB9E88
Text Example
Text Example
White with #DB9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E88; }
p { color: rgb(219,158,136); }
H1.HeaderClassName
{
color: #DB9E88;
}
.AnyTagClassName
{
color: #DB9E88;
}
</style>
background-color css
<style>
a { background-color: #DB9E88; }
a { background-color: rgb(219,158,136); }
div.DivClassName
{
background-color: #DB9E88;
}
.BgClassName
{
background-color: #DB9E88;
}
</style>
border-color css
<style>
span { border-color: #DB9E88; }
span { border-color: rgb(219,158,136); }
td.TdClassName
{
border-color: #DB9E88;
}
.TagClassName
{
border-color: #DB9E88;
}
</style>