Shades of Tonys Pink #DD9D8A
Tints of Tonys Pink #DD9D8A
RGB
CMYK
RGB Variations
Color information
#DD9D8A (or 0xDD9D8A) is known color: Tonys Pink. HEX triplet: DD, 9D and 8A. RGB value is (221,157,138). Sum of RGB (Red+Green+Blue) = 221+157+138=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D8A is #226275. Grayscale: #AEAEAE. Windows color (decimal): -2253430 or 9084381. OLE color: 9084381.
HSL color Cylindrical-coordinate representation of color #DD9D8A: hue angle of 13.73º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9D8A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 138 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.13 |
| HSL | 13.73º | 0.55% | 0.7% | - |
| HSV(B) | 13.73º | 0.38% | 0.87% | - |
| XYZ | 46.46 | 41.32 | 29.57 | - |
| YUV | 173.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 138 | 0 | 0.29 | 0.38 | 0.13 | 13.73 | 0.55 | 0.7 |
| Hex | DD | 9D | 8A | 0 | 1D | 26 | D | E | 37 | 46 |
| Octal | 335 | 235 | 212 | 0 | 35 | 46 | 15 | 16 | 67 | 106 |
| Binary | 11011101 | 10011101 | 10001010 | 0 | 11101 | 100110 | 1101 | 1110 | 110111 | 1000110 |
Color Harmonies of #DD9D8A
Complementary color
Monochromatic Colors of #DD9D8A
Black with #DD9D8A
Text Example
Text Example
White with #DD9D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D8A; }
p { color: rgb(221,157,138); }
H1.HeaderClassName
{
color: #DD9D8A;
}
.AnyTagClassName
{
color: #DD9D8A;
}
</style>
background-color css
<style>
a { background-color: #DD9D8A; }
a { background-color: rgb(221,157,138); }
div.DivClassName
{
background-color: #DD9D8A;
}
.BgClassName
{
background-color: #DD9D8A;
}
</style>
border-color css
<style>
span { border-color: #DD9D8A; }
span { border-color: rgb(221,157,138); }
td.TdClassName
{
border-color: #DD9D8A;
}
.TagClassName
{
border-color: #DD9D8A;
}
</style>