Shades of New York Pink #DF8069
Tints of New York Pink #DF8069
RGB
CMYK
RGB Variations
Color information
#DF8069 (or 0xDF8069) is known color: New York Pink. HEX triplet: DF, 80 and 69. RGB value is (223,128,105). Sum of RGB (Red+Green+Blue) = 223+128+105=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8069 is #207F96. Grayscale: #999999. Windows color (decimal): -2129815 or 6914271. OLE color: 6914271.
HSL color Cylindrical-coordinate representation of color #DF8069: hue angle of 11.69º 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 #DF8069 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 105 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.13 |
| HSL | 11.69º | 0.65% | 0.64% | - |
| HSV(B) | 11.69º | 0.53% | 0.87% | - |
| XYZ | 40.7 | 32.15 | 17.42 | - |
| YUV | 153.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 105 | 0 | 0.43 | 0.53 | 0.13 | 11.69 | 0.65 | 0.64 |
| Hex | DF | 80 | 69 | 0 | 2B | 35 | D | C | 41 | 40 |
| Octal | 337 | 200 | 151 | 0 | 53 | 65 | 15 | 14 | 101 | 100 |
| Binary | 11011111 | 10000000 | 1101001 | 0 | 101011 | 110101 | 1101 | 1100 | 1000001 | 1000000 |
Color Harmonies of #DF8069
Complementary color
Monochromatic Colors of #DF8069
Black with #DF8069
Text Example
Text Example
White with #DF8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8069; }
p { color: rgb(223,128,105); }
H1.HeaderClassName
{
color: #DF8069;
}
.AnyTagClassName
{
color: #DF8069;
}
</style>
background-color css
<style>
a { background-color: #DF8069; }
a { background-color: rgb(223,128,105); }
div.DivClassName
{
background-color: #DF8069;
}
.BgClassName
{
background-color: #DF8069;
}
</style>
border-color css
<style>
span { border-color: #DF8069; }
span { border-color: rgb(223,128,105); }
td.TdClassName
{
border-color: #DF8069;
}
.TagClassName
{
border-color: #DF8069;
}
</style>