Shades of Tonys Pink #DC9F89
Tints of Tonys Pink #DC9F89
RGB
CMYK
RGB Variations
Color information
#DC9F89 (or 0xDC9F89) is known color: Tonys Pink. HEX triplet: DC, 9F and 89. RGB value is (220,159,137). Sum of RGB (Red+Green+Blue) = 220+159+137=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F89 is #236076. Grayscale: #AEAEAE. Windows color (decimal): -2318455 or 9019356. OLE color: 9019356.
HSL color Cylindrical-coordinate representation of color #DC9F89: hue angle of 15.9º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9F89 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 137 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.14 |
| HSL | 15.9º | 0.54% | 0.7% | - |
| HSV(B) | 15.9º | 0.38% | 0.86% | - |
| XYZ | 46.43 | 41.82 | 29.29 | - |
| YUV | 174.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 137 | 0 | 0.28 | 0.38 | 0.14 | 15.9 | 0.54 | 0.7 |
| Hex | DC | 9F | 89 | 0 | 1C | 26 | E | 10 | 36 | 46 |
| Octal | 334 | 237 | 211 | 0 | 34 | 46 | 16 | 20 | 66 | 106 |
| Binary | 11011100 | 10011111 | 10001001 | 0 | 11100 | 100110 | 1110 | 10000 | 110110 | 1000110 |
Color Harmonies of #DC9F89
Complementary color
Monochromatic Colors of #DC9F89
Black with #DC9F89
Text Example
Text Example
White with #DC9F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F89; }
p { color: rgb(220,159,137); }
H1.HeaderClassName
{
color: #DC9F89;
}
.AnyTagClassName
{
color: #DC9F89;
}
</style>
background-color css
<style>
a { background-color: #DC9F89; }
a { background-color: rgb(220,159,137); }
div.DivClassName
{
background-color: #DC9F89;
}
.BgClassName
{
background-color: #DC9F89;
}
</style>
border-color css
<style>
span { border-color: #DC9F89; }
span { border-color: rgb(220,159,137); }
td.TdClassName
{
border-color: #DC9F89;
}
.TagClassName
{
border-color: #DC9F89;
}
</style>