Shades of Tonys Pink #DD9D85
Tints of Tonys Pink #DD9D85
RGB
CMYK
RGB Variations
Color information
#DD9D85 (or 0xDD9D85) is known color: Tonys Pink. HEX triplet: DD, 9D and 85. RGB value is (221,157,133). Sum of RGB (Red+Green+Blue) = 221+157+133=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D85 is #22627A. Grayscale: #ADADAD. Windows color (decimal): -2253435 or 8756701. OLE color: 8756701.
HSL color Cylindrical-coordinate representation of color #DD9D85: hue angle of 16.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD9D85 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 133 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.13 |
| HSL | 16.36º | 0.56% | 0.69% | - |
| HSV(B) | 16.36º | 0.4% | 0.87% | - |
| XYZ | 46.11 | 41.18 | 27.71 | - |
| YUV | 173.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 133 | 0 | 0.29 | 0.40 | 0.13 | 16.36 | 0.56 | 0.69 |
| Hex | DD | 9D | 85 | 0 | 1D | 28 | D | 10 | 38 | 45 |
| Octal | 335 | 235 | 205 | 0 | 35 | 50 | 15 | 20 | 70 | 105 |
| Binary | 11011101 | 10011101 | 10000101 | 0 | 11101 | 101000 | 1101 | 10000 | 111000 | 1000101 |
Color Harmonies of #DD9D85
Complementary color
Monochromatic Colors of #DD9D85
Black with #DD9D85
Text Example
Text Example
White with #DD9D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D85; }
p { color: rgb(221,157,133); }
H1.HeaderClassName
{
color: #DD9D85;
}
.AnyTagClassName
{
color: #DD9D85;
}
</style>
background-color css
<style>
a { background-color: #DD9D85; }
a { background-color: rgb(221,157,133); }
div.DivClassName
{
background-color: #DD9D85;
}
.BgClassName
{
background-color: #DD9D85;
}
</style>
border-color css
<style>
span { border-color: #DD9D85; }
span { border-color: rgb(221,157,133); }
td.TdClassName
{
border-color: #DD9D85;
}
.TagClassName
{
border-color: #DD9D85;
}
</style>