Shades of New York Pink #DD8B78
Tints of New York Pink #DD8B78
RGB
CMYK
RGB Variations
Color information
#DD8B78 (or 0xDD8B78) is known color: New York Pink. HEX triplet: DD, 8B and 78. RGB value is (221,139,120). Sum of RGB (Red+Green+Blue) = 221+139+120=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B78 is #227487. Grayscale: #A1A1A1. Windows color (decimal): -2258056 or 7900125. OLE color: 7900125.
HSL color Cylindrical-coordinate representation of color #DD8B78: hue angle of 11.29º 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 #DD8B78 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 120 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.13 |
| HSL | 11.29º | 0.6% | 0.67% | - |
| HSV(B) | 11.29º | 0.46% | 0.87% | - |
| XYZ | 42.44 | 35.19 | 22.33 | - |
| YUV | 161.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 120 | 0 | 0.37 | 0.46 | 0.13 | 11.29 | 0.6 | 0.67 |
| Hex | DD | 8B | 78 | 0 | 25 | 2E | D | B | 3C | 43 |
| Octal | 335 | 213 | 170 | 0 | 45 | 56 | 15 | 13 | 74 | 103 |
| Binary | 11011101 | 10001011 | 1111000 | 0 | 100101 | 101110 | 1101 | 1011 | 111100 | 1000011 |
Color Harmonies of #DD8B78
Complementary color
Monochromatic Colors of #DD8B78
Black with #DD8B78
Text Example
Text Example
White with #DD8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B78; }
p { color: rgb(221,139,120); }
H1.HeaderClassName
{
color: #DD8B78;
}
.AnyTagClassName
{
color: #DD8B78;
}
</style>
background-color css
<style>
a { background-color: #DD8B78; }
a { background-color: rgb(221,139,120); }
div.DivClassName
{
background-color: #DD8B78;
}
.BgClassName
{
background-color: #DD8B78;
}
</style>
border-color css
<style>
span { border-color: #DD8B78; }
span { border-color: rgb(221,139,120); }
td.TdClassName
{
border-color: #DD8B78;
}
.TagClassName
{
border-color: #DD8B78;
}
</style>