Shades of New York Pink #DD8478
Tints of New York Pink #DD8478
RGB
CMYK
RGB Variations
Color information
#DD8478 (or 0xDD8478) is known color: New York Pink. HEX triplet: DD, 84 and 78. RGB value is (221,132,120). Sum of RGB (Red+Green+Blue) = 221+132+120=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8478 is #227B87. Grayscale: #9D9D9D. Windows color (decimal): -2259848 or 7898333. OLE color: 7898333.
HSL color Cylindrical-coordinate representation of color #DD8478: hue angle of 7.13º 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 #DD8478 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 120 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.13 |
| HSL | 7.13º | 0.6% | 0.67% | - |
| HSV(B) | 7.13º | 0.46% | 0.87% | - |
| XYZ | 41.46 | 33.23 | 22 | - |
| YUV | 157.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 120 | 0 | 0.40 | 0.46 | 0.13 | 7.13 | 0.6 | 0.67 |
| Hex | DD | 84 | 78 | 0 | 28 | 2E | D | 7 | 3C | 43 |
| Octal | 335 | 204 | 170 | 0 | 50 | 56 | 15 | 7 | 74 | 103 |
| Binary | 11011101 | 10000100 | 1111000 | 0 | 101000 | 101110 | 1101 | 111 | 111100 | 1000011 |
Color Harmonies of #DD8478
Complementary color
Monochromatic Colors of #DD8478
Black with #DD8478
Text Example
Text Example
White with #DD8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8478; }
p { color: rgb(221,132,120); }
H1.HeaderClassName
{
color: #DD8478;
}
.AnyTagClassName
{
color: #DD8478;
}
</style>
background-color css
<style>
a { background-color: #DD8478; }
a { background-color: rgb(221,132,120); }
div.DivClassName
{
background-color: #DD8478;
}
.BgClassName
{
background-color: #DD8478;
}
</style>
border-color css
<style>
span { border-color: #DD8478; }
span { border-color: rgb(221,132,120); }
td.TdClassName
{
border-color: #DD8478;
}
.TagClassName
{
border-color: #DD8478;
}
</style>