Shades of New York Pink #DD8A79
Tints of New York Pink #DD8A79
RGB
CMYK
RGB Variations
Color information
#DD8A79 (or 0xDD8A79) is known color: New York Pink. HEX triplet: DD, 8A and 79. RGB value is (221,138,121). Sum of RGB (Red+Green+Blue) = 221+138+121=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A79 is #227586. Grayscale: #A1A1A1. Windows color (decimal): -2258311 or 7965405. OLE color: 7965405.
HSL color Cylindrical-coordinate representation of color #DD8A79: hue angle of 10.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8A79 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 121 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.13 |
| HSL | 10.2º | 0.6% | 0.67% | - |
| HSV(B) | 10.2º | 0.45% | 0.87% | - |
| XYZ | 42.36 | 34.93 | 22.6 | - |
| YUV | 160.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 121 | 0 | 0.38 | 0.45 | 0.13 | 10.2 | 0.6 | 0.67 |
| Hex | DD | 8A | 79 | 0 | 26 | 2D | D | A | 3C | 43 |
| Octal | 335 | 212 | 171 | 0 | 46 | 55 | 15 | 12 | 74 | 103 |
| Binary | 11011101 | 10001010 | 1111001 | 0 | 100110 | 101101 | 1101 | 1010 | 111100 | 1000011 |
Color Harmonies of #DD8A79
Complementary color
Monochromatic Colors of #DD8A79
Black with #DD8A79
Text Example
Text Example
White with #DD8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A79; }
p { color: rgb(221,138,121); }
H1.HeaderClassName
{
color: #DD8A79;
}
.AnyTagClassName
{
color: #DD8A79;
}
</style>
background-color css
<style>
a { background-color: #DD8A79; }
a { background-color: rgb(221,138,121); }
div.DivClassName
{
background-color: #DD8A79;
}
.BgClassName
{
background-color: #DD8A79;
}
</style>
border-color css
<style>
span { border-color: #DD8A79; }
span { border-color: rgb(221,138,121); }
td.TdClassName
{
border-color: #DD8A79;
}
.TagClassName
{
border-color: #DD8A79;
}
</style>