Shades of New York Pink #DD8972
Tints of New York Pink #DD8972
RGB
CMYK
RGB Variations
Color information
#DD8972 (or 0xDD8972) is known color: New York Pink. HEX triplet: DD, 89 and 72. RGB value is (221,137,114). Sum of RGB (Red+Green+Blue) = 221+137+114=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8972 is #22768D. Grayscale: #9F9F9F. Windows color (decimal): -2258574 or 7506397. OLE color: 7506397.
HSL color Cylindrical-coordinate representation of color #DD8972: hue angle of 12.9º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD8972 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 114 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.13 |
| HSL | 12.9º | 0.61% | 0.66% | - |
| HSV(B) | 12.9º | 0.48% | 0.87% | - |
| XYZ | 41.8 | 34.48 | 20.37 | - |
| YUV | 159.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 114 | 0 | 0.38 | 0.48 | 0.13 | 12.9 | 0.61 | 0.66 |
| Hex | DD | 89 | 72 | 0 | 26 | 30 | D | D | 3D | 42 |
| Octal | 335 | 211 | 162 | 0 | 46 | 60 | 15 | 15 | 75 | 102 |
| Binary | 11011101 | 10001001 | 1110010 | 0 | 100110 | 110000 | 1101 | 1101 | 111101 | 1000010 |
Color Harmonies of #DD8972
Complementary color
Monochromatic Colors of #DD8972
Black with #DD8972
Text Example
Text Example
White with #DD8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8972; }
p { color: rgb(221,137,114); }
H1.HeaderClassName
{
color: #DD8972;
}
.AnyTagClassName
{
color: #DD8972;
}
</style>
background-color css
<style>
a { background-color: #DD8972; }
a { background-color: rgb(221,137,114); }
div.DivClassName
{
background-color: #DD8972;
}
.BgClassName
{
background-color: #DD8972;
}
</style>
border-color css
<style>
span { border-color: #DD8972; }
span { border-color: rgb(221,137,114); }
td.TdClassName
{
border-color: #DD8972;
}
.TagClassName
{
border-color: #DD8972;
}
</style>