Shades of New York Pink #DD877A
Tints of New York Pink #DD877A
RGB
CMYK
RGB Variations
Color information
#DD877A (or 0xDD877A) is known color: New York Pink. HEX triplet: DD, 87 and 7A. RGB value is (221,135,122). Sum of RGB (Red+Green+Blue) = 221+135+122=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD877A is #227885. Grayscale: #9F9F9F. Windows color (decimal): -2259078 or 8030173. OLE color: 8030173.
HSL color Cylindrical-coordinate representation of color #DD877A: hue angle of 7.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD877A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 122 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.13 |
| HSL | 7.88º | 0.59% | 0.67% | - |
| HSV(B) | 7.88º | 0.45% | 0.87% | - |
| XYZ | 42 | 34.11 | 22.78 | - |
| YUV | 159.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 122 | 0 | 0.39 | 0.45 | 0.13 | 7.88 | 0.59 | 0.67 |
| Hex | DD | 87 | 7A | 0 | 27 | 2D | D | 8 | 3B | 43 |
| Octal | 335 | 207 | 172 | 0 | 47 | 55 | 15 | 10 | 73 | 103 |
| Binary | 11011101 | 10000111 | 1111010 | 0 | 100111 | 101101 | 1101 | 1000 | 111011 | 1000011 |
Color Harmonies of #DD877A
Complementary color
Monochromatic Colors of #DD877A
Black with #DD877A
Text Example
Text Example
White with #DD877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD877A; }
p { color: rgb(221,135,122); }
H1.HeaderClassName
{
color: #DD877A;
}
.AnyTagClassName
{
color: #DD877A;
}
</style>
background-color css
<style>
a { background-color: #DD877A; }
a { background-color: rgb(221,135,122); }
div.DivClassName
{
background-color: #DD877A;
}
.BgClassName
{
background-color: #DD877A;
}
</style>
border-color css
<style>
span { border-color: #DD877A; }
span { border-color: rgb(221,135,122); }
td.TdClassName
{
border-color: #DD877A;
}
.TagClassName
{
border-color: #DD877A;
}
</style>