Shades of New York Pink #DD8576
Tints of New York Pink #DD8576
RGB
CMYK
RGB Variations
Color information
#DD8576 (or 0xDD8576) is known color: New York Pink. HEX triplet: DD, 85 and 76. RGB value is (221,133,118). Sum of RGB (Red+Green+Blue) = 221+133+118=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8576 is #227A89. Grayscale: #9D9D9D. Windows color (decimal): -2259594 or 7767517. OLE color: 7767517.
HSL color Cylindrical-coordinate representation of color #DD8576: hue angle of 8.74º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD8576 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 118 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.13 |
| HSL | 8.74º | 0.6% | 0.66% | - |
| HSV(B) | 8.74º | 0.47% | 0.87% | - |
| XYZ | 41.48 | 33.46 | 21.41 | - |
| YUV | 157.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 118 | 0 | 0.40 | 0.47 | 0.13 | 8.74 | 0.6 | 0.66 |
| Hex | DD | 85 | 76 | 0 | 28 | 2F | D | 9 | 3C | 42 |
| Octal | 335 | 205 | 166 | 0 | 50 | 57 | 15 | 11 | 74 | 102 |
| Binary | 11011101 | 10000101 | 1110110 | 0 | 101000 | 101111 | 1101 | 1001 | 111100 | 1000010 |
Color Harmonies of #DD8576
Complementary color
Monochromatic Colors of #DD8576
Black with #DD8576
Text Example
Text Example
White with #DD8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8576; }
p { color: rgb(221,133,118); }
H1.HeaderClassName
{
color: #DD8576;
}
.AnyTagClassName
{
color: #DD8576;
}
</style>
background-color css
<style>
a { background-color: #DD8576; }
a { background-color: rgb(221,133,118); }
div.DivClassName
{
background-color: #DD8576;
}
.BgClassName
{
background-color: #DD8576;
}
</style>
border-color css
<style>
span { border-color: #DD8576; }
span { border-color: rgb(221,133,118); }
td.TdClassName
{
border-color: #DD8576;
}
.TagClassName
{
border-color: #DD8576;
}
</style>