Shades of Tonys Pink #DB9886
Tints of Tonys Pink #DB9886
RGB
CMYK
RGB Variations
Color information
#DB9886 (or 0xDB9886) is known color: Tonys Pink. HEX triplet: DB, 98 and 86. RGB value is (219,152,134). Sum of RGB (Red+Green+Blue) = 219+152+134=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9886 is #246779. Grayscale: #AAAAAA. Windows color (decimal): -2385786 or 8820955. OLE color: 8820955.
HSL color Cylindrical-coordinate representation of color #DB9886: hue angle of 12.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9886 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 134 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.14 |
| HSL | 12.71º | 0.54% | 0.69% | - |
| HSV(B) | 12.71º | 0.39% | 0.86% | - |
| XYZ | 44.74 | 39.24 | 27.77 | - |
| YUV | 169.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 134 | 0 | 0.31 | 0.39 | 0.14 | 12.71 | 0.54 | 0.69 |
| Hex | DB | 98 | 86 | 0 | 1F | 27 | E | D | 36 | 45 |
| Octal | 333 | 230 | 206 | 0 | 37 | 47 | 16 | 15 | 66 | 105 |
| Binary | 11011011 | 10011000 | 10000110 | 0 | 11111 | 100111 | 1110 | 1101 | 110110 | 1000101 |
Color Harmonies of #DB9886
Complementary color
Monochromatic Colors of #DB9886
Black with #DB9886
Text Example
Text Example
White with #DB9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9886; }
p { color: rgb(219,152,134); }
H1.HeaderClassName
{
color: #DB9886;
}
.AnyTagClassName
{
color: #DB9886;
}
</style>
background-color css
<style>
a { background-color: #DB9886; }
a { background-color: rgb(219,152,134); }
div.DivClassName
{
background-color: #DB9886;
}
.BgClassName
{
background-color: #DB9886;
}
</style>
border-color css
<style>
span { border-color: #DB9886; }
span { border-color: rgb(219,152,134); }
td.TdClassName
{
border-color: #DB9886;
}
.TagClassName
{
border-color: #DB9886;
}
</style>