Shades of Tonys Pink #DB9981
Tints of Tonys Pink #DB9981
RGB
CMYK
RGB Variations
Color information
#DB9981 (or 0xDB9981) is known color: Tonys Pink. HEX triplet: DB, 99 and 81. RGB value is (219,153,129). Sum of RGB (Red+Green+Blue) = 219+153+129=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9981 is #24667E. Grayscale: #AAAAAA. Windows color (decimal): -2385535 or 8493531. OLE color: 8493531.
HSL color Cylindrical-coordinate representation of color #DB9981: hue angle of 16º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9981 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 129 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.14 |
| HSL | 16º | 0.56% | 0.68% | - |
| HSV(B) | 16º | 0.41% | 0.86% | - |
| XYZ | 44.57 | 39.43 | 26.03 | - |
| YUV | 170 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 129 | 0 | 0.30 | 0.41 | 0.14 | 16 | 0.56 | 0.68 |
| Hex | DB | 99 | 81 | 0 | 1E | 29 | E | 10 | 38 | 44 |
| Octal | 333 | 231 | 201 | 0 | 36 | 51 | 16 | 20 | 70 | 104 |
| Binary | 11011011 | 10011001 | 10000001 | 0 | 11110 | 101001 | 1110 | 10000 | 111000 | 1000100 |
Color Harmonies of #DB9981
Complementary color
Monochromatic Colors of #DB9981
Black with #DB9981
Text Example
Text Example
White with #DB9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9981; }
p { color: rgb(219,153,129); }
H1.HeaderClassName
{
color: #DB9981;
}
.AnyTagClassName
{
color: #DB9981;
}
</style>
background-color css
<style>
a { background-color: #DB9981; }
a { background-color: rgb(219,153,129); }
div.DivClassName
{
background-color: #DB9981;
}
.BgClassName
{
background-color: #DB9981;
}
</style>
border-color css
<style>
span { border-color: #DB9981; }
span { border-color: rgb(219,153,129); }
td.TdClassName
{
border-color: #DB9981;
}
.TagClassName
{
border-color: #DB9981;
}
</style>