Shades of Tonys Pink #DD9E8E
Tints of Tonys Pink #DD9E8E
RGB
CMYK
RGB Variations
Color information
#DD9E8E (or 0xDD9E8E) is known color: Tonys Pink. HEX triplet: DD, 9E and 8E. RGB value is (221,158,142). Sum of RGB (Red+Green+Blue) = 221+158+142=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E8E is #226171. Grayscale: #AFAFAF. Windows color (decimal): -2253170 or 9346781. OLE color: 9346781.
HSL color Cylindrical-coordinate representation of color #DD9E8E: hue angle of 12.15º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9E8E is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 142 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.13 |
| HSL | 12.15º | 0.54% | 0.71% | - |
| HSV(B) | 12.15º | 0.36% | 0.87% | - |
| XYZ | 46.93 | 41.78 | 31.18 | - |
| YUV | 175.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 142 | 0 | 0.29 | 0.36 | 0.13 | 12.15 | 0.54 | 0.71 |
| Hex | DD | 9E | 8E | 0 | 1D | 24 | D | C | 36 | 47 |
| Octal | 335 | 236 | 216 | 0 | 35 | 44 | 15 | 14 | 66 | 107 |
| Binary | 11011101 | 10011110 | 10001110 | 0 | 11101 | 100100 | 1101 | 1100 | 110110 | 1000111 |
Color Harmonies of #DD9E8E
Complementary color
Monochromatic Colors of #DD9E8E
Black with #DD9E8E
Text Example
Text Example
White with #DD9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E8E; }
p { color: rgb(221,158,142); }
H1.HeaderClassName
{
color: #DD9E8E;
}
.AnyTagClassName
{
color: #DD9E8E;
}
</style>
background-color css
<style>
a { background-color: #DD9E8E; }
a { background-color: rgb(221,158,142); }
div.DivClassName
{
background-color: #DD9E8E;
}
.BgClassName
{
background-color: #DD9E8E;
}
</style>
border-color css
<style>
span { border-color: #DD9E8E; }
span { border-color: rgb(221,158,142); }
td.TdClassName
{
border-color: #DD9E8E;
}
.TagClassName
{
border-color: #DD9E8E;
}
</style>