Shades of Tonys Pink #DD9988
Tints of Tonys Pink #DD9988
RGB
CMYK
RGB Variations
Color information
#DD9988 (or 0xDD9988) is known color: Tonys Pink. HEX triplet: DD, 99 and 88. RGB value is (221,153,136). Sum of RGB (Red+Green+Blue) = 221+153+136=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9988 is #226677. Grayscale: #ABABAB. Windows color (decimal): -2254456 or 8952285. OLE color: 8952285.
HSL color Cylindrical-coordinate representation of color #DD9988: hue angle of 12º degrees, saturation: 0.56, 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 #DD9988 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 136 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.13 |
| HSL | 12º | 0.56% | 0.7% | - |
| HSV(B) | 12º | 0.38% | 0.87% | - |
| XYZ | 45.65 | 39.93 | 28.59 | - |
| YUV | 171.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 136 | 0 | 0.31 | 0.38 | 0.13 | 12 | 0.56 | 0.7 |
| Hex | DD | 99 | 88 | 0 | 1F | 26 | D | C | 38 | 46 |
| Octal | 335 | 231 | 210 | 0 | 37 | 46 | 15 | 14 | 70 | 106 |
| Binary | 11011101 | 10011001 | 10001000 | 0 | 11111 | 100110 | 1101 | 1100 | 111000 | 1000110 |
Color Harmonies of #DD9988
Complementary color
Monochromatic Colors of #DD9988
Black with #DD9988
Text Example
Text Example
White with #DD9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9988; }
p { color: rgb(221,153,136); }
H1.HeaderClassName
{
color: #DD9988;
}
.AnyTagClassName
{
color: #DD9988;
}
</style>
background-color css
<style>
a { background-color: #DD9988; }
a { background-color: rgb(221,153,136); }
div.DivClassName
{
background-color: #DD9988;
}
.BgClassName
{
background-color: #DD9988;
}
</style>
border-color css
<style>
span { border-color: #DD9988; }
span { border-color: rgb(221,153,136); }
td.TdClassName
{
border-color: #DD9988;
}
.TagClassName
{
border-color: #DD9988;
}
</style>