Shades of New York Pink #DD846E
Tints of New York Pink #DD846E
RGB
CMYK
RGB Variations
Color information
#DD846E (or 0xDD846E) is known color: New York Pink. HEX triplet: DD, 84 and 6E. RGB value is (221,132,110). Sum of RGB (Red+Green+Blue) = 221+132+110=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD846E is #227B91. Grayscale: #9C9C9C. Windows color (decimal): -2259858 or 7242973. OLE color: 7242973.
HSL color Cylindrical-coordinate representation of color #DD846E: hue angle of 11.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD846E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 110 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.13 |
| HSL | 11.89º | 0.62% | 0.65% | - |
| HSV(B) | 11.89º | 0.5% | 0.87% | - |
| XYZ | 40.88 | 33 | 18.97 | - |
| YUV | 156.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 110 | 0 | 0.40 | 0.50 | 0.13 | 11.89 | 0.62 | 0.65 |
| Hex | DD | 84 | 6E | 0 | 28 | 32 | D | C | 3E | 41 |
| Octal | 335 | 204 | 156 | 0 | 50 | 62 | 15 | 14 | 76 | 101 |
| Binary | 11011101 | 10000100 | 1101110 | 0 | 101000 | 110010 | 1101 | 1100 | 111110 | 1000001 |
Color Harmonies of #DD846E
Complementary color
Monochromatic Colors of #DD846E
Black with #DD846E
Text Example
Text Example
White with #DD846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD846E; }
p { color: rgb(221,132,110); }
H1.HeaderClassName
{
color: #DD846E;
}
.AnyTagClassName
{
color: #DD846E;
}
</style>
background-color css
<style>
a { background-color: #DD846E; }
a { background-color: rgb(221,132,110); }
div.DivClassName
{
background-color: #DD846E;
}
.BgClassName
{
background-color: #DD846E;
}
</style>
border-color css
<style>
span { border-color: #DD846E; }
span { border-color: rgb(221,132,110); }
td.TdClassName
{
border-color: #DD846E;
}
.TagClassName
{
border-color: #DD846E;
}
</style>