Shades of New York Pink #DD8672
Tints of New York Pink #DD8672
RGB
CMYK
RGB Variations
Color information
#DD8672 (or 0xDD8672) is known color: New York Pink. HEX triplet: DD, 86 and 72. RGB value is (221,134,114). Sum of RGB (Red+Green+Blue) = 221+134+114=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8672 is #22798D. Grayscale: #9D9D9D. Windows color (decimal): -2259342 or 7505629. OLE color: 7505629.
HSL color Cylindrical-coordinate representation of color #DD8672: hue angle of 11.21º 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 #DD8672 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 114 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.13 |
| HSL | 11.21º | 0.61% | 0.66% | - |
| HSV(B) | 11.21º | 0.48% | 0.87% | - |
| XYZ | 41.38 | 33.64 | 20.23 | - |
| YUV | 157.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 114 | 0 | 0.39 | 0.48 | 0.13 | 11.21 | 0.61 | 0.66 |
| Hex | DD | 86 | 72 | 0 | 27 | 30 | D | B | 3D | 42 |
| Octal | 335 | 206 | 162 | 0 | 47 | 60 | 15 | 13 | 75 | 102 |
| Binary | 11011101 | 10000110 | 1110010 | 0 | 100111 | 110000 | 1101 | 1011 | 111101 | 1000010 |
Color Harmonies of #DD8672
Complementary color
Monochromatic Colors of #DD8672
Black with #DD8672
Text Example
Text Example
White with #DD8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8672; }
p { color: rgb(221,134,114); }
H1.HeaderClassName
{
color: #DD8672;
}
.AnyTagClassName
{
color: #DD8672;
}
</style>
background-color css
<style>
a { background-color: #DD8672; }
a { background-color: rgb(221,134,114); }
div.DivClassName
{
background-color: #DD8672;
}
.BgClassName
{
background-color: #DD8672;
}
</style>
border-color css
<style>
span { border-color: #DD8672; }
span { border-color: rgb(221,134,114); }
td.TdClassName
{
border-color: #DD8672;
}
.TagClassName
{
border-color: #DD8672;
}
</style>