Shades of New York Pink #DD8272
Tints of New York Pink #DD8272
RGB
CMYK
RGB Variations
Color information
#DD8272 (or 0xDD8272) is known color: New York Pink. HEX triplet: DD, 82 and 72. RGB value is (221,130,114). Sum of RGB (Red+Green+Blue) = 221+130+114=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8272 is #227D8D. Grayscale: #9B9B9B. Windows color (decimal): -2260366 or 7504605. OLE color: 7504605.
HSL color Cylindrical-coordinate representation of color #DD8272: hue angle of 8.97º 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 #DD8272 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 114 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.13 |
| HSL | 8.97º | 0.61% | 0.66% | - |
| HSV(B) | 8.97º | 0.48% | 0.87% | - |
| XYZ | 40.84 | 32.55 | 20.05 | - |
| YUV | 155.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 114 | 0 | 0.41 | 0.48 | 0.13 | 8.97 | 0.61 | 0.66 |
| Hex | DD | 82 | 72 | 0 | 29 | 30 | D | 9 | 3D | 42 |
| Octal | 335 | 202 | 162 | 0 | 51 | 60 | 15 | 11 | 75 | 102 |
| Binary | 11011101 | 10000010 | 1110010 | 0 | 101001 | 110000 | 1101 | 1001 | 111101 | 1000010 |
Color Harmonies of #DD8272
Complementary color
Monochromatic Colors of #DD8272
Black with #DD8272
Text Example
Text Example
White with #DD8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8272; }
p { color: rgb(221,130,114); }
H1.HeaderClassName
{
color: #DD8272;
}
.AnyTagClassName
{
color: #DD8272;
}
</style>
background-color css
<style>
a { background-color: #DD8272; }
a { background-color: rgb(221,130,114); }
div.DivClassName
{
background-color: #DD8272;
}
.BgClassName
{
background-color: #DD8272;
}
</style>
border-color css
<style>
span { border-color: #DD8272; }
span { border-color: rgb(221,130,114); }
td.TdClassName
{
border-color: #DD8272;
}
.TagClassName
{
border-color: #DD8272;
}
</style>