Shades of New York Pink #DD8169
Tints of New York Pink #DD8169
RGB
CMYK
RGB Variations
Color information
#DD8169 (or 0xDD8169) is known color: New York Pink. HEX triplet: DD, 81 and 69. RGB value is (221,129,105). Sum of RGB (Red+Green+Blue) = 221+129+105=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8169 is #227E96. Grayscale: #999999. Windows color (decimal): -2260631 or 6914525. OLE color: 6914525.
HSL color Cylindrical-coordinate representation of color #DD8169: hue angle of 12.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD8169 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 105 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.13 |
| HSL | 12.41º | 0.63% | 0.64% | - |
| HSV(B) | 12.41º | 0.52% | 0.87% | - |
| XYZ | 40.22 | 32.09 | 17.44 | - |
| YUV | 153.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 105 | 0 | 0.42 | 0.52 | 0.13 | 12.41 | 0.63 | 0.64 |
| Hex | DD | 81 | 69 | 0 | 2A | 34 | D | C | 3F | 40 |
| Octal | 335 | 201 | 151 | 0 | 52 | 64 | 15 | 14 | 77 | 100 |
| Binary | 11011101 | 10000001 | 1101001 | 0 | 101010 | 110100 | 1101 | 1100 | 111111 | 1000000 |
Color Harmonies of #DD8169
Complementary color
Monochromatic Colors of #DD8169
Black with #DD8169
Text Example
Text Example
White with #DD8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8169; }
p { color: rgb(221,129,105); }
H1.HeaderClassName
{
color: #DD8169;
}
.AnyTagClassName
{
color: #DD8169;
}
</style>
background-color css
<style>
a { background-color: #DD8169; }
a { background-color: rgb(221,129,105); }
div.DivClassName
{
background-color: #DD8169;
}
.BgClassName
{
background-color: #DD8169;
}
</style>
border-color css
<style>
span { border-color: #DD8169; }
span { border-color: rgb(221,129,105); }
td.TdClassName
{
border-color: #DD8169;
}
.TagClassName
{
border-color: #DD8169;
}
</style>