Shades of New York Pink #DF8169
Tints of New York Pink #DF8169
RGB
CMYK
RGB Variations
Color information
#DF8169 (or 0xDF8169) is known color: New York Pink. HEX triplet: DF, 81 and 69. RGB value is (223,129,105). Sum of RGB (Red+Green+Blue) = 223+129+105=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8169 is #207E96. Grayscale: #9A9A9A. Windows color (decimal): -2129559 or 6914527. OLE color: 6914527.
HSL color Cylindrical-coordinate representation of color #DF8169: hue angle of 12.2º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF8169 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 105 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.13 |
| HSL | 12.2º | 0.65% | 0.64% | - |
| HSV(B) | 12.2º | 0.53% | 0.87% | - |
| XYZ | 40.83 | 32.41 | 17.47 | - |
| YUV | 154.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 105 | 0 | 0.42 | 0.53 | 0.13 | 12.2 | 0.65 | 0.64 |
| Hex | DF | 81 | 69 | 0 | 2A | 35 | D | C | 41 | 40 |
| Octal | 337 | 201 | 151 | 0 | 52 | 65 | 15 | 14 | 101 | 100 |
| Binary | 11011111 | 10000001 | 1101001 | 0 | 101010 | 110101 | 1101 | 1100 | 1000001 | 1000000 |
Color Harmonies of #DF8169
Complementary color
Monochromatic Colors of #DF8169
Black with #DF8169
Text Example
Text Example
White with #DF8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8169; }
p { color: rgb(223,129,105); }
H1.HeaderClassName
{
color: #DF8169;
}
.AnyTagClassName
{
color: #DF8169;
}
</style>
background-color css
<style>
a { background-color: #DF8169; }
a { background-color: rgb(223,129,105); }
div.DivClassName
{
background-color: #DF8169;
}
.BgClassName
{
background-color: #DF8169;
}
</style>
border-color css
<style>
span { border-color: #DF8169; }
span { border-color: rgb(223,129,105); }
td.TdClassName
{
border-color: #DF8169;
}
.TagClassName
{
border-color: #DF8169;
}
</style>