Shades of Tonys Pink #DB9985
Tints of Tonys Pink #DB9985
RGB
CMYK
RGB Variations
Color information
#DB9985 (or 0xDB9985) is known color: Tonys Pink. HEX triplet: DB, 99 and 85. RGB value is (219,153,133). Sum of RGB (Red+Green+Blue) = 219+153+133=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9985 is #24667A. Grayscale: #AAAAAA. Windows color (decimal): -2385531 or 8755675. OLE color: 8755675.
HSL color Cylindrical-coordinate representation of color #DB9985: hue angle of 13.95º 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 #DB9985 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 133 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.14 |
| HSL | 13.95º | 0.54% | 0.69% | - |
| HSV(B) | 13.95º | 0.39% | 0.86% | - |
| XYZ | 44.84 | 39.54 | 27.46 | - |
| YUV | 170.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 133 | 0 | 0.30 | 0.39 | 0.14 | 13.95 | 0.54 | 0.69 |
| Hex | DB | 99 | 85 | 0 | 1E | 27 | E | E | 36 | 45 |
| Octal | 333 | 231 | 205 | 0 | 36 | 47 | 16 | 16 | 66 | 105 |
| Binary | 11011011 | 10011001 | 10000101 | 0 | 11110 | 100111 | 1110 | 1110 | 110110 | 1000101 |
Color Harmonies of #DB9985
Complementary color
Monochromatic Colors of #DB9985
Black with #DB9985
Text Example
Text Example
White with #DB9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9985; }
p { color: rgb(219,153,133); }
H1.HeaderClassName
{
color: #DB9985;
}
.AnyTagClassName
{
color: #DB9985;
}
</style>
background-color css
<style>
a { background-color: #DB9985; }
a { background-color: rgb(219,153,133); }
div.DivClassName
{
background-color: #DB9985;
}
.BgClassName
{
background-color: #DB9985;
}
</style>
border-color css
<style>
span { border-color: #DB9985; }
span { border-color: rgb(219,153,133); }
td.TdClassName
{
border-color: #DB9985;
}
.TagClassName
{
border-color: #DB9985;
}
</style>