Shades of New York Pink #DD8571
Tints of New York Pink #DD8571
RGB
CMYK
RGB Variations
Color information
#DD8571 (or 0xDD8571) is known color: New York Pink. HEX triplet: DD, 85 and 71. RGB value is (221,133,113). Sum of RGB (Red+Green+Blue) = 221+133+113=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8571 is #227A8E. Grayscale: #9D9D9D. Windows color (decimal): -2259599 or 7439837. OLE color: 7439837.
HSL color Cylindrical-coordinate representation of color #DD8571: hue angle of 11.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8571 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 113 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.13 |
| HSL | 11.11º | 0.61% | 0.65% | - |
| HSV(B) | 11.11º | 0.49% | 0.87% | - |
| XYZ | 41.19 | 33.34 | 19.89 | - |
| YUV | 157.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 113 | 0 | 0.40 | 0.49 | 0.13 | 11.11 | 0.61 | 0.65 |
| Hex | DD | 85 | 71 | 0 | 28 | 31 | D | B | 3D | 41 |
| Octal | 335 | 205 | 161 | 0 | 50 | 61 | 15 | 13 | 75 | 101 |
| Binary | 11011101 | 10000101 | 1110001 | 0 | 101000 | 110001 | 1101 | 1011 | 111101 | 1000001 |
Color Harmonies of #DD8571
Complementary color
Monochromatic Colors of #DD8571
Black with #DD8571
Text Example
Text Example
White with #DD8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8571; }
p { color: rgb(221,133,113); }
H1.HeaderClassName
{
color: #DD8571;
}
.AnyTagClassName
{
color: #DD8571;
}
</style>
background-color css
<style>
a { background-color: #DD8571; }
a { background-color: rgb(221,133,113); }
div.DivClassName
{
background-color: #DD8571;
}
.BgClassName
{
background-color: #DD8571;
}
</style>
border-color css
<style>
span { border-color: #DD8571; }
span { border-color: rgb(221,133,113); }
td.TdClassName
{
border-color: #DD8571;
}
.TagClassName
{
border-color: #DD8571;
}
</style>