Shades of Tonys Pink #DD9E8B
Tints of Tonys Pink #DD9E8B
RGB
CMYK
RGB Variations
Color information
#DD9E8B (or 0xDD9E8B) is known color: Tonys Pink. HEX triplet: DD, 9E and 8B. RGB value is (221,158,139). Sum of RGB (Red+Green+Blue) = 221+158+139=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E8B is #226174. Grayscale: #AEAEAE. Windows color (decimal): -2253173 or 9150173. OLE color: 9150173.
HSL color Cylindrical-coordinate representation of color #DD9E8B: hue angle of 13.9º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9E8B is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 139 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.13 |
| HSL | 13.9º | 0.55% | 0.71% | - |
| HSV(B) | 13.9º | 0.37% | 0.87% | - |
| XYZ | 46.71 | 41.69 | 30.01 | - |
| YUV | 174.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 139 | 0 | 0.29 | 0.37 | 0.13 | 13.9 | 0.55 | 0.71 |
| Hex | DD | 9E | 8B | 0 | 1D | 25 | D | E | 37 | 47 |
| Octal | 335 | 236 | 213 | 0 | 35 | 45 | 15 | 16 | 67 | 107 |
| Binary | 11011101 | 10011110 | 10001011 | 0 | 11101 | 100101 | 1101 | 1110 | 110111 | 1000111 |
Color Harmonies of #DD9E8B
Complementary color
Monochromatic Colors of #DD9E8B
Black with #DD9E8B
Text Example
Text Example
White with #DD9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E8B; }
p { color: rgb(221,158,139); }
H1.HeaderClassName
{
color: #DD9E8B;
}
.AnyTagClassName
{
color: #DD9E8B;
}
</style>
background-color css
<style>
a { background-color: #DD9E8B; }
a { background-color: rgb(221,158,139); }
div.DivClassName
{
background-color: #DD9E8B;
}
.BgClassName
{
background-color: #DD9E8B;
}
</style>
border-color css
<style>
span { border-color: #DD9E8B; }
span { border-color: rgb(221,158,139); }
td.TdClassName
{
border-color: #DD9E8B;
}
.TagClassName
{
border-color: #DD9E8B;
}
</style>