Shades of Tonys Pink #DD9A85
Tints of Tonys Pink #DD9A85
RGB
CMYK
RGB Variations
Color information
#DD9A85 (or 0xDD9A85) is known color: Tonys Pink. HEX triplet: DD, 9A and 85. RGB value is (221,154,133). Sum of RGB (Red+Green+Blue) = 221+154+133=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A85 is #22657A. Grayscale: #ABABAB. Windows color (decimal): -2254203 or 8755933. OLE color: 8755933.
HSL color Cylindrical-coordinate representation of color #DD9A85: hue angle of 14.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD9A85 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 133 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.13 |
| HSL | 14.32º | 0.56% | 0.69% | - |
| HSV(B) | 14.32º | 0.4% | 0.87% | - |
| XYZ | 45.61 | 40.18 | 27.54 | - |
| YUV | 171.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 133 | 0 | 0.30 | 0.40 | 0.13 | 14.32 | 0.56 | 0.69 |
| Hex | DD | 9A | 85 | 0 | 1E | 28 | D | E | 38 | 45 |
| Octal | 335 | 232 | 205 | 0 | 36 | 50 | 15 | 16 | 70 | 105 |
| Binary | 11011101 | 10011010 | 10000101 | 0 | 11110 | 101000 | 1101 | 1110 | 111000 | 1000101 |
Color Harmonies of #DD9A85
Complementary color
Monochromatic Colors of #DD9A85
Black with #DD9A85
Text Example
Text Example
White with #DD9A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A85; }
p { color: rgb(221,154,133); }
H1.HeaderClassName
{
color: #DD9A85;
}
.AnyTagClassName
{
color: #DD9A85;
}
</style>
background-color css
<style>
a { background-color: #DD9A85; }
a { background-color: rgb(221,154,133); }
div.DivClassName
{
background-color: #DD9A85;
}
.BgClassName
{
background-color: #DD9A85;
}
</style>
border-color css
<style>
span { border-color: #DD9A85; }
span { border-color: rgb(221,154,133); }
td.TdClassName
{
border-color: #DD9A85;
}
.TagClassName
{
border-color: #DD9A85;
}
</style>