Shades of New York Pink #DD867A
Tints of New York Pink #DD867A
RGB
CMYK
RGB Variations
Color information
#DD867A (or 0xDD867A) is known color: New York Pink. HEX triplet: DD, 86 and 7A. RGB value is (221,134,122). Sum of RGB (Red+Green+Blue) = 221+134+122=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD867A is #227985. Grayscale: #9E9E9E. Windows color (decimal): -2259334 or 8029917. OLE color: 8029917.
HSL color Cylindrical-coordinate representation of color #DD867A: hue angle of 7.27º degrees, saturation: 0.59, 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 #DD867A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 122 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.13 |
| HSL | 7.27º | 0.59% | 0.67% | - |
| HSV(B) | 7.27º | 0.45% | 0.87% | - |
| XYZ | 41.86 | 33.83 | 22.74 | - |
| YUV | 158.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 122 | 0 | 0.39 | 0.45 | 0.13 | 7.27 | 0.59 | 0.67 |
| Hex | DD | 86 | 7A | 0 | 27 | 2D | D | 7 | 3B | 43 |
| Octal | 335 | 206 | 172 | 0 | 47 | 55 | 15 | 7 | 73 | 103 |
| Binary | 11011101 | 10000110 | 1111010 | 0 | 100111 | 101101 | 1101 | 111 | 111011 | 1000011 |
Color Harmonies of #DD867A
Complementary color
Monochromatic Colors of #DD867A
Black with #DD867A
Text Example
Text Example
White with #DD867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD867A; }
p { color: rgb(221,134,122); }
H1.HeaderClassName
{
color: #DD867A;
}
.AnyTagClassName
{
color: #DD867A;
}
</style>
background-color css
<style>
a { background-color: #DD867A; }
a { background-color: rgb(221,134,122); }
div.DivClassName
{
background-color: #DD867A;
}
.BgClassName
{
background-color: #DD867A;
}
</style>
border-color css
<style>
span { border-color: #DD867A; }
span { border-color: rgb(221,134,122); }
td.TdClassName
{
border-color: #DD867A;
}
.TagClassName
{
border-color: #DD867A;
}
</style>