Shades of Tonys Pink #DD9D84
Tints of Tonys Pink #DD9D84
RGB
CMYK
RGB Variations
Color information
#DD9D84 (or 0xDD9D84) is known color: Tonys Pink. HEX triplet: DD, 9D and 84. RGB value is (221,157,132). Sum of RGB (Red+Green+Blue) = 221+157+132=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D84 is #22627B. Grayscale: #ADADAD. Windows color (decimal): -2253436 or 8691165. OLE color: 8691165.
HSL color Cylindrical-coordinate representation of color #DD9D84: hue angle of 16.85º degrees, saturation: 0.57, 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 #DD9D84 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 132 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.13 |
| HSL | 16.85º | 0.57% | 0.69% | - |
| HSV(B) | 16.85º | 0.4% | 0.87% | - |
| XYZ | 46.04 | 41.15 | 27.35 | - |
| YUV | 173.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 132 | 0 | 0.29 | 0.40 | 0.13 | 16.85 | 0.57 | 0.69 |
| Hex | DD | 9D | 84 | 0 | 1D | 28 | D | 11 | 39 | 45 |
| Octal | 335 | 235 | 204 | 0 | 35 | 50 | 15 | 21 | 71 | 105 |
| Binary | 11011101 | 10011101 | 10000100 | 0 | 11101 | 101000 | 1101 | 10001 | 111001 | 1000101 |
Color Harmonies of #DD9D84
Complementary color
Monochromatic Colors of #DD9D84
Black with #DD9D84
Text Example
Text Example
White with #DD9D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D84; }
p { color: rgb(221,157,132); }
H1.HeaderClassName
{
color: #DD9D84;
}
.AnyTagClassName
{
color: #DD9D84;
}
</style>
background-color css
<style>
a { background-color: #DD9D84; }
a { background-color: rgb(221,157,132); }
div.DivClassName
{
background-color: #DD9D84;
}
.BgClassName
{
background-color: #DD9D84;
}
</style>
border-color css
<style>
span { border-color: #DD9D84; }
span { border-color: rgb(221,157,132); }
td.TdClassName
{
border-color: #DD9D84;
}
.TagClassName
{
border-color: #DD9D84;
}
</style>