Shades of New York Pink #DD8470
Tints of New York Pink #DD8470
RGB
CMYK
RGB Variations
Color information
#DD8470 (or 0xDD8470) is known color: New York Pink. HEX triplet: DD, 84 and 70. RGB value is (221,132,112). Sum of RGB (Red+Green+Blue) = 221+132+112=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8470 is #227B8F. Grayscale: #9C9C9C. Windows color (decimal): -2259856 or 7374045. OLE color: 7374045.
HSL color Cylindrical-coordinate representation of color #DD8470: hue angle of 11.01º degrees, saturation: 0.62, 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 #DD8470 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 112 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.13 |
| HSL | 11.01º | 0.62% | 0.65% | - |
| HSV(B) | 11.01º | 0.49% | 0.87% | - |
| XYZ | 40.99 | 33.04 | 19.55 | - |
| YUV | 156.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 112 | 0 | 0.40 | 0.49 | 0.13 | 11.01 | 0.62 | 0.65 |
| Hex | DD | 84 | 70 | 0 | 28 | 31 | D | B | 3E | 41 |
| Octal | 335 | 204 | 160 | 0 | 50 | 61 | 15 | 13 | 76 | 101 |
| Binary | 11011101 | 10000100 | 1110000 | 0 | 101000 | 110001 | 1101 | 1011 | 111110 | 1000001 |
Color Harmonies of #DD8470
Complementary color
Monochromatic Colors of #DD8470
Black with #DD8470
Text Example
Text Example
White with #DD8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8470; }
p { color: rgb(221,132,112); }
H1.HeaderClassName
{
color: #DD8470;
}
.AnyTagClassName
{
color: #DD8470;
}
</style>
background-color css
<style>
a { background-color: #DD8470; }
a { background-color: rgb(221,132,112); }
div.DivClassName
{
background-color: #DD8470;
}
.BgClassName
{
background-color: #DD8470;
}
</style>
border-color css
<style>
span { border-color: #DD8470; }
span { border-color: rgb(221,132,112); }
td.TdClassName
{
border-color: #DD8470;
}
.TagClassName
{
border-color: #DD8470;
}
</style>