Shades of New York Pink #DD8573
Tints of New York Pink #DD8573
RGB
CMYK
RGB Variations
Color information
#DD8573 (or 0xDD8573) is known color: New York Pink. HEX triplet: DD, 85 and 73. RGB value is (221,133,115). Sum of RGB (Red+Green+Blue) = 221+133+115=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8573 is #227A8C. Grayscale: #9D9D9D. Windows color (decimal): -2259597 or 7570909. OLE color: 7570909.
HSL color Cylindrical-coordinate representation of color #DD8573: hue angle of 10.19º 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 #DD8573 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 115 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.13 |
| HSL | 10.19º | 0.61% | 0.66% | - |
| HSV(B) | 10.19º | 0.48% | 0.87% | - |
| XYZ | 41.3 | 33.39 | 20.49 | - |
| YUV | 157.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 115 | 0 | 0.40 | 0.48 | 0.13 | 10.19 | 0.61 | 0.66 |
| Hex | DD | 85 | 73 | 0 | 28 | 30 | D | A | 3D | 42 |
| Octal | 335 | 205 | 163 | 0 | 50 | 60 | 15 | 12 | 75 | 102 |
| Binary | 11011101 | 10000101 | 1110011 | 0 | 101000 | 110000 | 1101 | 1010 | 111101 | 1000010 |
Color Harmonies of #DD8573
Complementary color
Monochromatic Colors of #DD8573
Black with #DD8573
Text Example
Text Example
White with #DD8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8573; }
p { color: rgb(221,133,115); }
H1.HeaderClassName
{
color: #DD8573;
}
.AnyTagClassName
{
color: #DD8573;
}
</style>
background-color css
<style>
a { background-color: #DD8573; }
a { background-color: rgb(221,133,115); }
div.DivClassName
{
background-color: #DD8573;
}
.BgClassName
{
background-color: #DD8573;
}
</style>
border-color css
<style>
span { border-color: #DD8573; }
span { border-color: rgb(221,133,115); }
td.TdClassName
{
border-color: #DD8573;
}
.TagClassName
{
border-color: #DD8573;
}
</style>