Shades of Tonys Pink #DD9D83
Tints of Tonys Pink #DD9D83
RGB
CMYK
RGB Variations
Color information
#DD9D83 (or 0xDD9D83) is known color: Tonys Pink. HEX triplet: DD, 9D and 83. RGB value is (221,157,131). Sum of RGB (Red+Green+Blue) = 221+157+131=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D83 is #22627C. Grayscale: #ADADAD. Windows color (decimal): -2253437 or 8625629. OLE color: 8625629.
HSL color Cylindrical-coordinate representation of color #DD9D83: hue angle of 17.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD9D83 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 131 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.13 |
| HSL | 17.33º | 0.57% | 0.69% | - |
| HSV(B) | 17.33º | 0.41% | 0.87% | - |
| XYZ | 45.97 | 41.12 | 26.99 | - |
| YUV | 173.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 131 | 0 | 0.29 | 0.41 | 0.13 | 17.33 | 0.57 | 0.69 |
| Hex | DD | 9D | 83 | 0 | 1D | 29 | D | 11 | 39 | 45 |
| Octal | 335 | 235 | 203 | 0 | 35 | 51 | 15 | 21 | 71 | 105 |
| Binary | 11011101 | 10011101 | 10000011 | 0 | 11101 | 101001 | 1101 | 10001 | 111001 | 1000101 |
Color Harmonies of #DD9D83
Complementary color
Monochromatic Colors of #DD9D83
Black with #DD9D83
Text Example
Text Example
White with #DD9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D83; }
p { color: rgb(221,157,131); }
H1.HeaderClassName
{
color: #DD9D83;
}
.AnyTagClassName
{
color: #DD9D83;
}
</style>
background-color css
<style>
a { background-color: #DD9D83; }
a { background-color: rgb(221,157,131); }
div.DivClassName
{
background-color: #DD9D83;
}
.BgClassName
{
background-color: #DD9D83;
}
</style>
border-color css
<style>
span { border-color: #DD9D83; }
span { border-color: rgb(221,157,131); }
td.TdClassName
{
border-color: #DD9D83;
}
.TagClassName
{
border-color: #DD9D83;
}
</style>