Shades of Tonys Pink #DD9F8E
Tints of Tonys Pink #DD9F8E
RGB
CMYK
RGB Variations
Color information
#DD9F8E (or 0xDD9F8E) is known color: Tonys Pink. HEX triplet: DD, 9F and 8E. RGB value is (221,159,142). Sum of RGB (Red+Green+Blue) = 221+159+142=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F8E is #226071. Grayscale: #AFAFAF. Windows color (decimal): -2252914 or 9347037. OLE color: 9347037.
HSL color Cylindrical-coordinate representation of color #DD9F8E: hue angle of 12.91º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9F8E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 142 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.13 |
| HSL | 12.91º | 0.54% | 0.71% | - |
| HSV(B) | 12.91º | 0.36% | 0.87% | - |
| XYZ | 47.1 | 42.12 | 31.24 | - |
| YUV | 175.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 142 | 0 | 0.28 | 0.36 | 0.13 | 12.91 | 0.54 | 0.71 |
| Hex | DD | 9F | 8E | 0 | 1C | 24 | D | D | 36 | 47 |
| Octal | 335 | 237 | 216 | 0 | 34 | 44 | 15 | 15 | 66 | 107 |
| Binary | 11011101 | 10011111 | 10001110 | 0 | 11100 | 100100 | 1101 | 1101 | 110110 | 1000111 |
Color Harmonies of #DD9F8E
Complementary color
Monochromatic Colors of #DD9F8E
Black with #DD9F8E
Text Example
Text Example
White with #DD9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F8E; }
p { color: rgb(221,159,142); }
H1.HeaderClassName
{
color: #DD9F8E;
}
.AnyTagClassName
{
color: #DD9F8E;
}
</style>
background-color css
<style>
a { background-color: #DD9F8E; }
a { background-color: rgb(221,159,142); }
div.DivClassName
{
background-color: #DD9F8E;
}
.BgClassName
{
background-color: #DD9F8E;
}
</style>
border-color css
<style>
span { border-color: #DD9F8E; }
span { border-color: rgb(221,159,142); }
td.TdClassName
{
border-color: #DD9F8E;
}
.TagClassName
{
border-color: #DD9F8E;
}
</style>