Shades of New York Pink #DD8B79
Tints of New York Pink #DD8B79
RGB
CMYK
RGB Variations
Color information
#DD8B79 (or 0xDD8B79) is known color: New York Pink. HEX triplet: DD, 8B and 79. RGB value is (221,139,121). Sum of RGB (Red+Green+Blue) = 221+139+121=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B79 is #227486. Grayscale: #A1A1A1. Windows color (decimal): -2258055 or 7965661. OLE color: 7965661.
HSL color Cylindrical-coordinate representation of color #DD8B79: hue angle of 10.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8B79 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 121 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.13 |
| HSL | 10.8º | 0.6% | 0.67% | - |
| HSV(B) | 10.8º | 0.45% | 0.87% | - |
| XYZ | 42.5 | 35.22 | 22.65 | - |
| YUV | 161.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 121 | 0 | 0.37 | 0.45 | 0.13 | 10.8 | 0.6 | 0.67 |
| Hex | DD | 8B | 79 | 0 | 25 | 2D | D | B | 3C | 43 |
| Octal | 335 | 213 | 171 | 0 | 45 | 55 | 15 | 13 | 74 | 103 |
| Binary | 11011101 | 10001011 | 1111001 | 0 | 100101 | 101101 | 1101 | 1011 | 111100 | 1000011 |
Color Harmonies of #DD8B79
Complementary color
Monochromatic Colors of #DD8B79
Black with #DD8B79
Text Example
Text Example
White with #DD8B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B79; }
p { color: rgb(221,139,121); }
H1.HeaderClassName
{
color: #DD8B79;
}
.AnyTagClassName
{
color: #DD8B79;
}
</style>
background-color css
<style>
a { background-color: #DD8B79; }
a { background-color: rgb(221,139,121); }
div.DivClassName
{
background-color: #DD8B79;
}
.BgClassName
{
background-color: #DD8B79;
}
</style>
border-color css
<style>
span { border-color: #DD8B79; }
span { border-color: rgb(221,139,121); }
td.TdClassName
{
border-color: #DD8B79;
}
.TagClassName
{
border-color: #DD8B79;
}
</style>