Shades of Tonys Pink #DB9B87
Tints of Tonys Pink #DB9B87
RGB
CMYK
RGB Variations
Color information
#DB9B87 (or 0xDB9B87) is known color: Tonys Pink. HEX triplet: DB, 9B and 87. RGB value is (219,155,135). Sum of RGB (Red+Green+Blue) = 219+155+135=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B87 is #246478. Grayscale: #ABABAB. Windows color (decimal): -2385017 or 8887259. OLE color: 8887259.
HSL color Cylindrical-coordinate representation of color #DB9B87: hue angle of 14.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9B87 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 135 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.14 |
| HSL | 14.29º | 0.54% | 0.69% | - |
| HSV(B) | 14.29º | 0.38% | 0.86% | - |
| XYZ | 45.31 | 40.25 | 28.3 | - |
| YUV | 171.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 135 | 0 | 0.29 | 0.38 | 0.14 | 14.29 | 0.54 | 0.69 |
| Hex | DB | 9B | 87 | 0 | 1D | 26 | E | E | 36 | 45 |
| Octal | 333 | 233 | 207 | 0 | 35 | 46 | 16 | 16 | 66 | 105 |
| Binary | 11011011 | 10011011 | 10000111 | 0 | 11101 | 100110 | 1110 | 1110 | 110110 | 1000101 |
Color Harmonies of #DB9B87
Complementary color
Monochromatic Colors of #DB9B87
Black with #DB9B87
Text Example
Text Example
White with #DB9B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B87; }
p { color: rgb(219,155,135); }
H1.HeaderClassName
{
color: #DB9B87;
}
.AnyTagClassName
{
color: #DB9B87;
}
</style>
background-color css
<style>
a { background-color: #DB9B87; }
a { background-color: rgb(219,155,135); }
div.DivClassName
{
background-color: #DB9B87;
}
.BgClassName
{
background-color: #DB9B87;
}
</style>
border-color css
<style>
span { border-color: #DB9B87; }
span { border-color: rgb(219,155,135); }
td.TdClassName
{
border-color: #DB9B87;
}
.TagClassName
{
border-color: #DB9B87;
}
</style>