Shades of Tonys Pink #D89985
Tints of Tonys Pink #D89985
RGB
CMYK
RGB Variations
Color information
#D89985 (or 0xD89985) is known color: Tonys Pink. HEX triplet: D8, 99 and 85. RGB value is (216,153,133). Sum of RGB (Red+Green+Blue) = 216+153+133=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D89985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89985 is #27667A. Grayscale: #A9A9A9. Windows color (decimal): -2582139 or 8755672. OLE color: 8755672.
HSL color Cylindrical-coordinate representation of color #D89985: hue angle of 14.46º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D89985 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 133 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.15 |
| HSL | 14.46º | 0.52% | 0.68% | - |
| HSV(B) | 14.46º | 0.38% | 0.85% | - |
| XYZ | 43.94 | 39.07 | 27.42 | - |
| YUV | 169.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 133 | 0 | 0.29 | 0.38 | 0.15 | 14.46 | 0.52 | 0.68 |
| Hex | D8 | 99 | 85 | 0 | 1D | 26 | F | E | 34 | 44 |
| Octal | 330 | 231 | 205 | 0 | 35 | 46 | 17 | 16 | 64 | 104 |
| Binary | 11011000 | 10011001 | 10000101 | 0 | 11101 | 100110 | 1111 | 1110 | 110100 | 1000100 |
Color Harmonies of #D89985
Complementary color
Monochromatic Colors of #D89985
Black with #D89985
Text Example
Text Example
White with #D89985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89985; }
p { color: rgb(216,153,133); }
H1.HeaderClassName
{
color: #D89985;
}
.AnyTagClassName
{
color: #D89985;
}
</style>
background-color css
<style>
a { background-color: #D89985; }
a { background-color: rgb(216,153,133); }
div.DivClassName
{
background-color: #D89985;
}
.BgClassName
{
background-color: #D89985;
}
</style>
border-color css
<style>
span { border-color: #D89985; }
span { border-color: rgb(216,153,133); }
td.TdClassName
{
border-color: #D89985;
}
.TagClassName
{
border-color: #D89985;
}
</style>