Shades of Tonys Pink #DB9D85
Tints of Tonys Pink #DB9D85
RGB
CMYK
RGB Variations
Color information
#DB9D85 (or 0xDB9D85) is known color: Tonys Pink. HEX triplet: DB, 9D and 85. RGB value is (219,157,133). Sum of RGB (Red+Green+Blue) = 219+157+133=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D85 is #24627A. Grayscale: #ACACAC. Windows color (decimal): -2384507 or 8756699. OLE color: 8756699.
HSL color Cylindrical-coordinate representation of color #DB9D85: hue angle of 16.74º 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 #DB9D85 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 133 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.14 |
| HSL | 16.74º | 0.54% | 0.69% | - |
| HSV(B) | 16.74º | 0.39% | 0.86% | - |
| XYZ | 45.5 | 40.87 | 27.68 | - |
| YUV | 172.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 133 | 0 | 0.28 | 0.39 | 0.14 | 16.74 | 0.54 | 0.69 |
| Hex | DB | 9D | 85 | 0 | 1C | 27 | E | 11 | 36 | 45 |
| Octal | 333 | 235 | 205 | 0 | 34 | 47 | 16 | 21 | 66 | 105 |
| Binary | 11011011 | 10011101 | 10000101 | 0 | 11100 | 100111 | 1110 | 10001 | 110110 | 1000101 |
Color Harmonies of #DB9D85
Complementary color
Monochromatic Colors of #DB9D85
Black with #DB9D85
Text Example
Text Example
White with #DB9D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D85; }
p { color: rgb(219,157,133); }
H1.HeaderClassName
{
color: #DB9D85;
}
.AnyTagClassName
{
color: #DB9D85;
}
</style>
background-color css
<style>
a { background-color: #DB9D85; }
a { background-color: rgb(219,157,133); }
div.DivClassName
{
background-color: #DB9D85;
}
.BgClassName
{
background-color: #DB9D85;
}
</style>
border-color css
<style>
span { border-color: #DB9D85; }
span { border-color: rgb(219,157,133); }
td.TdClassName
{
border-color: #DB9D85;
}
.TagClassName
{
border-color: #DB9D85;
}
</style>