Shades of New York Pink #DD8072
Tints of New York Pink #DD8072
RGB
CMYK
RGB Variations
Color information
#DD8072 (or 0xDD8072) is known color: New York Pink. HEX triplet: DD, 80 and 72. RGB value is (221,128,114). Sum of RGB (Red+Green+Blue) = 221+128+114=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8072 is #227F8D. Grayscale: #9A9A9A. Windows color (decimal): -2260878 or 7504093. OLE color: 7504093.
HSL color Cylindrical-coordinate representation of color #DD8072: hue angle of 7.85º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD8072 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 114 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.13 |
| HSL | 7.85º | 0.61% | 0.66% | - |
| HSV(B) | 7.85º | 0.48% | 0.87% | - |
| XYZ | 40.58 | 32.03 | 19.96 | - |
| YUV | 154.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 114 | 0 | 0.42 | 0.48 | 0.13 | 7.85 | 0.61 | 0.66 |
| Hex | DD | 80 | 72 | 0 | 2A | 30 | D | 8 | 3D | 42 |
| Octal | 335 | 200 | 162 | 0 | 52 | 60 | 15 | 10 | 75 | 102 |
| Binary | 11011101 | 10000000 | 1110010 | 0 | 101010 | 110000 | 1101 | 1000 | 111101 | 1000010 |
Color Harmonies of #DD8072
Complementary color
Monochromatic Colors of #DD8072
Black with #DD8072
Text Example
Text Example
White with #DD8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8072; }
p { color: rgb(221,128,114); }
H1.HeaderClassName
{
color: #DD8072;
}
.AnyTagClassName
{
color: #DD8072;
}
</style>
background-color css
<style>
a { background-color: #DD8072; }
a { background-color: rgb(221,128,114); }
div.DivClassName
{
background-color: #DD8072;
}
.BgClassName
{
background-color: #DD8072;
}
</style>
border-color css
<style>
span { border-color: #DD8072; }
span { border-color: rgb(221,128,114); }
td.TdClassName
{
border-color: #DD8072;
}
.TagClassName
{
border-color: #DD8072;
}
</style>