Shades of Tonys Pink #DB9A88
Tints of Tonys Pink #DB9A88
RGB
CMYK
RGB Variations
Color information
#DB9A88 (or 0xDB9A88) is known color: Tonys Pink. HEX triplet: DB, 9A and 88. RGB value is (219,154,136). Sum of RGB (Red+Green+Blue) = 219+154+136=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A88 is #246577. Grayscale: #ABABAB. Windows color (decimal): -2385272 or 8952539. OLE color: 8952539.
HSL color Cylindrical-coordinate representation of color #DB9A88: hue angle of 13.01º 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 #DB9A88 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 136 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.14 |
| HSL | 13.01º | 0.54% | 0.7% | - |
| HSV(B) | 13.01º | 0.38% | 0.86% | - |
| XYZ | 45.21 | 39.95 | 28.62 | - |
| YUV | 171.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 136 | 0 | 0.30 | 0.38 | 0.14 | 13.01 | 0.54 | 0.7 |
| Hex | DB | 9A | 88 | 0 | 1E | 26 | E | D | 36 | 46 |
| Octal | 333 | 232 | 210 | 0 | 36 | 46 | 16 | 15 | 66 | 106 |
| Binary | 11011011 | 10011010 | 10001000 | 0 | 11110 | 100110 | 1110 | 1101 | 110110 | 1000110 |
Color Harmonies of #DB9A88
Complementary color
Monochromatic Colors of #DB9A88
Black with #DB9A88
Text Example
Text Example
White with #DB9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A88; }
p { color: rgb(219,154,136); }
H1.HeaderClassName
{
color: #DB9A88;
}
.AnyTagClassName
{
color: #DB9A88;
}
</style>
background-color css
<style>
a { background-color: #DB9A88; }
a { background-color: rgb(219,154,136); }
div.DivClassName
{
background-color: #DB9A88;
}
.BgClassName
{
background-color: #DB9A88;
}
</style>
border-color css
<style>
span { border-color: #DB9A88; }
span { border-color: rgb(219,154,136); }
td.TdClassName
{
border-color: #DB9A88;
}
.TagClassName
{
border-color: #DB9A88;
}
</style>