Shades of Tonys Pink #DD9F8B
Tints of Tonys Pink #DD9F8B
RGB
CMYK
RGB Variations
Color information
#DD9F8B (or 0xDD9F8B) is known color: Tonys Pink. HEX triplet: DD, 9F and 8B. RGB value is (221,159,139). Sum of RGB (Red+Green+Blue) = 221+159+139=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F8B is #226074. Grayscale: #AFAFAF. Windows color (decimal): -2252917 or 9150429. OLE color: 9150429.
HSL color Cylindrical-coordinate representation of color #DD9F8B: hue angle of 14.63º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9F8B is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 139 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.13 |
| HSL | 14.63º | 0.55% | 0.71% | - |
| HSV(B) | 14.63º | 0.37% | 0.87% | - |
| XYZ | 46.88 | 42.03 | 30.07 | - |
| YUV | 175.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 139 | 0 | 0.28 | 0.37 | 0.13 | 14.63 | 0.55 | 0.71 |
| Hex | DD | 9F | 8B | 0 | 1C | 25 | D | F | 37 | 47 |
| Octal | 335 | 237 | 213 | 0 | 34 | 45 | 15 | 17 | 67 | 107 |
| Binary | 11011101 | 10011111 | 10001011 | 0 | 11100 | 100101 | 1101 | 1111 | 110111 | 1000111 |
Color Harmonies of #DD9F8B
Complementary color
Monochromatic Colors of #DD9F8B
Black with #DD9F8B
Text Example
Text Example
White with #DD9F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F8B; }
p { color: rgb(221,159,139); }
H1.HeaderClassName
{
color: #DD9F8B;
}
.AnyTagClassName
{
color: #DD9F8B;
}
</style>
background-color css
<style>
a { background-color: #DD9F8B; }
a { background-color: rgb(221,159,139); }
div.DivClassName
{
background-color: #DD9F8B;
}
.BgClassName
{
background-color: #DD9F8B;
}
</style>
border-color css
<style>
span { border-color: #DD9F8B; }
span { border-color: rgb(221,159,139); }
td.TdClassName
{
border-color: #DD9F8B;
}
.TagClassName
{
border-color: #DD9F8B;
}
</style>