Shades of New York Pink #DD877B
Tints of New York Pink #DD877B
RGB
CMYK
RGB Variations
Color information
#DD877B (or 0xDD877B) is known color: New York Pink. HEX triplet: DD, 87 and 7B. RGB value is (221,135,123). Sum of RGB (Red+Green+Blue) = 221+135+123=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD877B is #227884. Grayscale: #9F9F9F. Windows color (decimal): -2259077 or 8095709. OLE color: 8095709.
HSL color Cylindrical-coordinate representation of color #DD877B: hue angle of 7.35º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD877B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 123 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.13 |
| HSL | 7.35º | 0.59% | 0.67% | - |
| HSV(B) | 7.35º | 0.44% | 0.87% | - |
| XYZ | 42.06 | 34.13 | 23.11 | - |
| YUV | 159.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 123 | 0 | 0.39 | 0.44 | 0.13 | 7.35 | 0.59 | 0.67 |
| Hex | DD | 87 | 7B | 0 | 27 | 2C | D | 7 | 3B | 43 |
| Octal | 335 | 207 | 173 | 0 | 47 | 54 | 15 | 7 | 73 | 103 |
| Binary | 11011101 | 10000111 | 1111011 | 0 | 100111 | 101100 | 1101 | 111 | 111011 | 1000011 |
Color Harmonies of #DD877B
Complementary color
Monochromatic Colors of #DD877B
Black with #DD877B
Text Example
Text Example
White with #DD877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD877B; }
p { color: rgb(221,135,123); }
H1.HeaderClassName
{
color: #DD877B;
}
.AnyTagClassName
{
color: #DD877B;
}
</style>
background-color css
<style>
a { background-color: #DD877B; }
a { background-color: rgb(221,135,123); }
div.DivClassName
{
background-color: #DD877B;
}
.BgClassName
{
background-color: #DD877B;
}
</style>
border-color css
<style>
span { border-color: #DD877B; }
span { border-color: rgb(221,135,123); }
td.TdClassName
{
border-color: #DD877B;
}
.TagClassName
{
border-color: #DD877B;
}
</style>