Shades of New York Pink #DD8173
Tints of New York Pink #DD8173
RGB
CMYK
RGB Variations
Color information
#DD8173 (or 0xDD8173) is known color: New York Pink. HEX triplet: DD, 81 and 73. RGB value is (221,129,115). Sum of RGB (Red+Green+Blue) = 221+129+115=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8173 is #227E8C. Grayscale: #9B9B9B. Windows color (decimal): -2260621 or 7569885. OLE color: 7569885.
HSL color Cylindrical-coordinate representation of color #DD8173: hue angle of 7.92º 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 #DD8173 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 115 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.13 |
| HSL | 7.92º | 0.61% | 0.66% | - |
| HSV(B) | 7.92º | 0.48% | 0.87% | - |
| XYZ | 40.76 | 32.31 | 20.31 | - |
| YUV | 154.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 115 | 0 | 0.42 | 0.48 | 0.13 | 7.92 | 0.61 | 0.66 |
| Hex | DD | 81 | 73 | 0 | 2A | 30 | D | 8 | 3D | 42 |
| Octal | 335 | 201 | 163 | 0 | 52 | 60 | 15 | 10 | 75 | 102 |
| Binary | 11011101 | 10000001 | 1110011 | 0 | 101010 | 110000 | 1101 | 1000 | 111101 | 1000010 |
Color Harmonies of #DD8173
Complementary color
Monochromatic Colors of #DD8173
Black with #DD8173
Text Example
Text Example
White with #DD8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8173; }
p { color: rgb(221,129,115); }
H1.HeaderClassName
{
color: #DD8173;
}
.AnyTagClassName
{
color: #DD8173;
}
</style>
background-color css
<style>
a { background-color: #DD8173; }
a { background-color: rgb(221,129,115); }
div.DivClassName
{
background-color: #DD8173;
}
.BgClassName
{
background-color: #DD8173;
}
</style>
border-color css
<style>
span { border-color: #DD8173; }
span { border-color: rgb(221,129,115); }
td.TdClassName
{
border-color: #DD8173;
}
.TagClassName
{
border-color: #DD8173;
}
</style>