Shades of New York Pink #DD8A73
Tints of New York Pink #DD8A73
RGB
CMYK
RGB Variations
Color information
#DD8A73 (or 0xDD8A73) is known color: New York Pink. HEX triplet: DD, 8A and 73. RGB value is (221,138,115). Sum of RGB (Red+Green+Blue) = 221+138+115=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A73 is #22758C. Grayscale: #A0A0A0. Windows color (decimal): -2258317 or 7572189. OLE color: 7572189.
HSL color Cylindrical-coordinate representation of color #DD8A73: hue angle of 13.02º 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 #DD8A73 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 115 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.13 |
| HSL | 13.02º | 0.61% | 0.66% | - |
| HSV(B) | 13.02º | 0.48% | 0.87% | - |
| XYZ | 42 | 34.79 | 20.72 | - |
| YUV | 160.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 115 | 0 | 0.38 | 0.48 | 0.13 | 13.02 | 0.61 | 0.66 |
| Hex | DD | 8A | 73 | 0 | 26 | 30 | D | D | 3D | 42 |
| Octal | 335 | 212 | 163 | 0 | 46 | 60 | 15 | 15 | 75 | 102 |
| Binary | 11011101 | 10001010 | 1110011 | 0 | 100110 | 110000 | 1101 | 1101 | 111101 | 1000010 |
Color Harmonies of #DD8A73
Complementary color
Monochromatic Colors of #DD8A73
Black with #DD8A73
Text Example
Text Example
White with #DD8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A73; }
p { color: rgb(221,138,115); }
H1.HeaderClassName
{
color: #DD8A73;
}
.AnyTagClassName
{
color: #DD8A73;
}
</style>
background-color css
<style>
a { background-color: #DD8A73; }
a { background-color: rgb(221,138,115); }
div.DivClassName
{
background-color: #DD8A73;
}
.BgClassName
{
background-color: #DD8A73;
}
</style>
border-color css
<style>
span { border-color: #DD8A73; }
span { border-color: rgb(221,138,115); }
td.TdClassName
{
border-color: #DD8A73;
}
.TagClassName
{
border-color: #DD8A73;
}
</style>