Shades of New York Pink #DD8070
Tints of New York Pink #DD8070
RGB
CMYK
RGB Variations
Color information
#DD8070 (or 0xDD8070) is known color: New York Pink. HEX triplet: DD, 80 and 70. RGB value is (221,128,112). Sum of RGB (Red+Green+Blue) = 221+128+112=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8070 is #227F8F. Grayscale: #9A9A9A. Windows color (decimal): -2260880 or 7373021. OLE color: 7373021.
HSL color Cylindrical-coordinate representation of color #DD8070: hue angle of 8.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8070 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 112 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.13 |
| HSL | 8.81º | 0.62% | 0.65% | - |
| HSV(B) | 8.81º | 0.49% | 0.87% | - |
| XYZ | 40.46 | 31.98 | 19.37 | - |
| YUV | 153.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 112 | 0 | 0.42 | 0.49 | 0.13 | 8.81 | 0.62 | 0.65 |
| Hex | DD | 80 | 70 | 0 | 2A | 31 | D | 9 | 3E | 41 |
| Octal | 335 | 200 | 160 | 0 | 52 | 61 | 15 | 11 | 76 | 101 |
| Binary | 11011101 | 10000000 | 1110000 | 0 | 101010 | 110001 | 1101 | 1001 | 111110 | 1000001 |
Color Harmonies of #DD8070
Complementary color
Monochromatic Colors of #DD8070
Black with #DD8070
Text Example
Text Example
White with #DD8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8070; }
p { color: rgb(221,128,112); }
H1.HeaderClassName
{
color: #DD8070;
}
.AnyTagClassName
{
color: #DD8070;
}
</style>
background-color css
<style>
a { background-color: #DD8070; }
a { background-color: rgb(221,128,112); }
div.DivClassName
{
background-color: #DD8070;
}
.BgClassName
{
background-color: #DD8070;
}
</style>
border-color css
<style>
span { border-color: #DD8070; }
span { border-color: rgb(221,128,112); }
td.TdClassName
{
border-color: #DD8070;
}
.TagClassName
{
border-color: #DD8070;
}
</style>