Shades of New York Pink #DD8D78
Tints of New York Pink #DD8D78
RGB
CMYK
RGB Variations
Color information
#DD8D78 (or 0xDD8D78) is known color: New York Pink. HEX triplet: DD, 8D and 78. RGB value is (221,141,120). Sum of RGB (Red+Green+Blue) = 221+141+120=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D78 is #227287. Grayscale: #A2A2A2. Windows color (decimal): -2257544 or 7900637. OLE color: 7900637.
HSL color Cylindrical-coordinate representation of color #DD8D78: hue angle of 12.48º 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 #DD8D78 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 120 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.13 |
| HSL | 12.48º | 0.6% | 0.67% | - |
| HSV(B) | 12.48º | 0.46% | 0.87% | - |
| XYZ | 42.73 | 35.78 | 22.42 | - |
| YUV | 162.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 120 | 0 | 0.36 | 0.46 | 0.13 | 12.48 | 0.6 | 0.67 |
| Hex | DD | 8D | 78 | 0 | 24 | 2E | D | C | 3C | 43 |
| Octal | 335 | 215 | 170 | 0 | 44 | 56 | 15 | 14 | 74 | 103 |
| Binary | 11011101 | 10001101 | 1111000 | 0 | 100100 | 101110 | 1101 | 1100 | 111100 | 1000011 |
Color Harmonies of #DD8D78
Complementary color
Monochromatic Colors of #DD8D78
Black with #DD8D78
Text Example
Text Example
White with #DD8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D78; }
p { color: rgb(221,141,120); }
H1.HeaderClassName
{
color: #DD8D78;
}
.AnyTagClassName
{
color: #DD8D78;
}
</style>
background-color css
<style>
a { background-color: #DD8D78; }
a { background-color: rgb(221,141,120); }
div.DivClassName
{
background-color: #DD8D78;
}
.BgClassName
{
background-color: #DD8D78;
}
</style>
border-color css
<style>
span { border-color: #DD8D78; }
span { border-color: rgb(221,141,120); }
td.TdClassName
{
border-color: #DD8D78;
}
.TagClassName
{
border-color: #DD8D78;
}
</style>