Shades of Tonys Pink #DD9F89
Tints of Tonys Pink #DD9F89
RGB
CMYK
RGB Variations
Color information
#DD9F89 (or 0xDD9F89) is known color: Tonys Pink. HEX triplet: DD, 9F and 89. RGB value is (221,159,137). Sum of RGB (Red+Green+Blue) = 221+159+137=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F89 is #226076. Grayscale: #AFAFAF. Windows color (decimal): -2252919 or 9019357. OLE color: 9019357.
HSL color Cylindrical-coordinate representation of color #DD9F89: hue angle of 15.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9F89 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 159 | 137 | - |
CMYK | 0 | 0.28 | 0.38 | 0.13 |
HSL | 15.71º | 0.55% | 0.7% | - |
HSV(B) | 15.71º | 0.38% | 0.87% | - |
XYZ | 46.73 | 41.97 | 29.31 | - |
YUV | 175.03 | 106.54 | 160.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 159 | 137 | 0 | 0.28 | 0.38 | 0.13 | 15.71 | 0.55 | 0.7 |
Hex | DD | 9F | 89 | 0 | 1C | 26 | D | 10 | 37 | 46 |
Octal | 335 | 237 | 211 | 0 | 34 | 46 | 15 | 20 | 67 | 106 |
Binary | 11011101 | 10011111 | 10001001 | 0 | 11100 | 100110 | 1101 | 10000 | 110111 | 1000110 |
Color Harmonies of #DD9F89
Complementary color
Monochromatic Colors of #DD9F89
Black with #DD9F89
Text Example
Text Example
White with #DD9F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F89; }
p { color: rgb(221,159,137); }
H1.HeaderClassName
{
color: #DD9F89;
}
.AnyTagClassName
{
color: #DD9F89;
}
</style>
background-color css
<style>
a { background-color: #DD9F89; }
a { background-color: rgb(221,159,137); }
div.DivClassName
{
background-color: #DD9F89;
}
.BgClassName
{
background-color: #DD9F89;
}
</style>
border-color css
<style>
span { border-color: #DD9F89; }
span { border-color: rgb(221,159,137); }
td.TdClassName
{
border-color: #DD9F89;
}
.TagClassName
{
border-color: #DD9F89;
}
</style>