Shades of New York Pink #DD8473
Tints of New York Pink #DD8473
RGB
CMYK
RGB Variations
Color information
#DD8473 (or 0xDD8473) is known color: New York Pink. HEX triplet: DD, 84 and 73. RGB value is (221,132,115). Sum of RGB (Red+Green+Blue) = 221+132+115=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8473 is #227B8C. Grayscale: #9C9C9C. Windows color (decimal): -2259853 or 7570653. OLE color: 7570653.
HSL color Cylindrical-coordinate representation of color #DD8473: hue angle of 9.62º 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 #DD8473 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 115 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.13 |
| HSL | 9.62º | 0.61% | 0.66% | - |
| HSV(B) | 9.62º | 0.48% | 0.87% | - |
| XYZ | 41.16 | 33.11 | 20.44 | - |
| YUV | 156.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 115 | 0 | 0.40 | 0.48 | 0.13 | 9.62 | 0.61 | 0.66 |
| Hex | DD | 84 | 73 | 0 | 28 | 30 | D | A | 3D | 42 |
| Octal | 335 | 204 | 163 | 0 | 50 | 60 | 15 | 12 | 75 | 102 |
| Binary | 11011101 | 10000100 | 1110011 | 0 | 101000 | 110000 | 1101 | 1010 | 111101 | 1000010 |
Color Harmonies of #DD8473
Complementary color
Monochromatic Colors of #DD8473
Black with #DD8473
Text Example
Text Example
White with #DD8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8473; }
p { color: rgb(221,132,115); }
H1.HeaderClassName
{
color: #DD8473;
}
.AnyTagClassName
{
color: #DD8473;
}
</style>
background-color css
<style>
a { background-color: #DD8473; }
a { background-color: rgb(221,132,115); }
div.DivClassName
{
background-color: #DD8473;
}
.BgClassName
{
background-color: #DD8473;
}
</style>
border-color css
<style>
span { border-color: #DD8473; }
span { border-color: rgb(221,132,115); }
td.TdClassName
{
border-color: #DD8473;
}
.TagClassName
{
border-color: #DD8473;
}
</style>