Shades of New York Pink #DD8878
Tints of New York Pink #DD8878
RGB
CMYK
RGB Variations
Color information
#DD8878 (or 0xDD8878) is known color: New York Pink. HEX triplet: DD, 88 and 78. RGB value is (221,136,120). Sum of RGB (Red+Green+Blue) = 221+136+120=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8878 is #227787. Grayscale: #9F9F9F. Windows color (decimal): -2258824 or 7899357. OLE color: 7899357.
HSL color Cylindrical-coordinate representation of color #DD8878: hue angle of 9.5º 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 #DD8878 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 120 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.13 |
| HSL | 9.5º | 0.6% | 0.67% | - |
| HSV(B) | 9.5º | 0.46% | 0.87% | - |
| XYZ | 42.01 | 34.34 | 22.18 | - |
| YUV | 159.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 120 | 0 | 0.38 | 0.46 | 0.13 | 9.5 | 0.6 | 0.67 |
| Hex | DD | 88 | 78 | 0 | 26 | 2E | D | A | 3C | 43 |
| Octal | 335 | 210 | 170 | 0 | 46 | 56 | 15 | 12 | 74 | 103 |
| Binary | 11011101 | 10001000 | 1111000 | 0 | 100110 | 101110 | 1101 | 1010 | 111100 | 1000011 |
Color Harmonies of #DD8878
Complementary color
Monochromatic Colors of #DD8878
Black with #DD8878
Text Example
Text Example
White with #DD8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8878; }
p { color: rgb(221,136,120); }
H1.HeaderClassName
{
color: #DD8878;
}
.AnyTagClassName
{
color: #DD8878;
}
</style>
background-color css
<style>
a { background-color: #DD8878; }
a { background-color: rgb(221,136,120); }
div.DivClassName
{
background-color: #DD8878;
}
.BgClassName
{
background-color: #DD8878;
}
</style>
border-color css
<style>
span { border-color: #DD8878; }
span { border-color: rgb(221,136,120); }
td.TdClassName
{
border-color: #DD8878;
}
.TagClassName
{
border-color: #DD8878;
}
</style>