Shades of New York Pink #DD8479
Tints of New York Pink #DD8479
RGB
CMYK
RGB Variations
Color information
#DD8479 (or 0xDD8479) is known color: New York Pink. HEX triplet: DD, 84 and 79. RGB value is (221,132,121). Sum of RGB (Red+Green+Blue) = 221+132+121=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8479 is #227B86. Grayscale: #9D9D9D. Windows color (decimal): -2259847 or 7963869. OLE color: 7963869.
HSL color Cylindrical-coordinate representation of color #DD8479: hue angle of 6.6º 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 #DD8479 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 121 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.13 |
| HSL | 6.6º | 0.6% | 0.67% | - |
| HSV(B) | 6.6º | 0.45% | 0.87% | - |
| XYZ | 41.52 | 33.26 | 22.32 | - |
| YUV | 157.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 121 | 0 | 0.40 | 0.45 | 0.13 | 6.6 | 0.6 | 0.67 |
| Hex | DD | 84 | 79 | 0 | 28 | 2D | D | 7 | 3C | 43 |
| Octal | 335 | 204 | 171 | 0 | 50 | 55 | 15 | 7 | 74 | 103 |
| Binary | 11011101 | 10000100 | 1111001 | 0 | 101000 | 101101 | 1101 | 111 | 111100 | 1000011 |
Color Harmonies of #DD8479
Complementary color
Monochromatic Colors of #DD8479
Black with #DD8479
Text Example
Text Example
White with #DD8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8479; }
p { color: rgb(221,132,121); }
H1.HeaderClassName
{
color: #DD8479;
}
.AnyTagClassName
{
color: #DD8479;
}
</style>
background-color css
<style>
a { background-color: #DD8479; }
a { background-color: rgb(221,132,121); }
div.DivClassName
{
background-color: #DD8479;
}
.BgClassName
{
background-color: #DD8479;
}
</style>
border-color css
<style>
span { border-color: #DD8479; }
span { border-color: rgb(221,132,121); }
td.TdClassName
{
border-color: #DD8479;
}
.TagClassName
{
border-color: #DD8479;
}
</style>