Shades of New York Pink #DD8177
Tints of New York Pink #DD8177
RGB
CMYK
RGB Variations
Color information
#DD8177 (or 0xDD8177) is known color: New York Pink. HEX triplet: DD, 81 and 77. RGB value is (221,129,119). Sum of RGB (Red+Green+Blue) = 221+129+119=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8177 is #227E88. Grayscale: #9B9B9B. Windows color (decimal): -2260617 or 7832029. OLE color: 7832029.
HSL color Cylindrical-coordinate representation of color #DD8177: hue angle of 5.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8177 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 119 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.13 |
| HSL | 5.88º | 0.6% | 0.67% | - |
| HSV(B) | 5.88º | 0.46% | 0.87% | - |
| XYZ | 41 | 32.4 | 21.55 | - |
| YUV | 155.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 119 | 0 | 0.42 | 0.46 | 0.13 | 5.88 | 0.6 | 0.67 |
| Hex | DD | 81 | 77 | 0 | 2A | 2E | D | 6 | 3C | 43 |
| Octal | 335 | 201 | 167 | 0 | 52 | 56 | 15 | 6 | 74 | 103 |
| Binary | 11011101 | 10000001 | 1110111 | 0 | 101010 | 101110 | 1101 | 110 | 111100 | 1000011 |
Color Harmonies of #DD8177
Complementary color
Monochromatic Colors of #DD8177
Black with #DD8177
Text Example
Text Example
White with #DD8177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8177; }
p { color: rgb(221,129,119); }
H1.HeaderClassName
{
color: #DD8177;
}
.AnyTagClassName
{
color: #DD8177;
}
</style>
background-color css
<style>
a { background-color: #DD8177; }
a { background-color: rgb(221,129,119); }
div.DivClassName
{
background-color: #DD8177;
}
.BgClassName
{
background-color: #DD8177;
}
</style>
border-color css
<style>
span { border-color: #DD8177; }
span { border-color: rgb(221,129,119); }
td.TdClassName
{
border-color: #DD8177;
}
.TagClassName
{
border-color: #DD8177;
}
</style>