Shades of New York Pink #DF7F69
Tints of New York Pink #DF7F69
RGB
CMYK
RGB Variations
Color information
#DF7F69 (or 0xDF7F69) is known color: New York Pink. HEX triplet: DF, 7F and 69. RGB value is (223,127,105). Sum of RGB (Red+Green+Blue) = 223+127+105=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F69 is #208096. Grayscale: #999999. Windows color (decimal): -2130071 or 6914015. OLE color: 6914015.
HSL color Cylindrical-coordinate representation of color #DF7F69: hue angle of 11.19º 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 #DF7F69 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 105 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.13 |
| HSL | 11.19º | 0.65% | 0.64% | - |
| HSV(B) | 11.19º | 0.53% | 0.87% | - |
| XYZ | 40.57 | 31.89 | 17.38 | - |
| YUV | 153.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 105 | 0 | 0.43 | 0.53 | 0.13 | 11.19 | 0.65 | 0.64 |
| Hex | DF | 7F | 69 | 0 | 2B | 35 | D | B | 41 | 40 |
| Octal | 337 | 177 | 151 | 0 | 53 | 65 | 15 | 13 | 101 | 100 |
| Binary | 11011111 | 1111111 | 1101001 | 0 | 101011 | 110101 | 1101 | 1011 | 1000001 | 1000000 |
Color Harmonies of #DF7F69
Complementary color
Monochromatic Colors of #DF7F69
Black with #DF7F69
Text Example
Text Example
White with #DF7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F69; }
p { color: rgb(223,127,105); }
H1.HeaderClassName
{
color: #DF7F69;
}
.AnyTagClassName
{
color: #DF7F69;
}
</style>
background-color css
<style>
a { background-color: #DF7F69; }
a { background-color: rgb(223,127,105); }
div.DivClassName
{
background-color: #DF7F69;
}
.BgClassName
{
background-color: #DF7F69;
}
</style>
border-color css
<style>
span { border-color: #DF7F69; }
span { border-color: rgb(223,127,105); }
td.TdClassName
{
border-color: #DF7F69;
}
.TagClassName
{
border-color: #DF7F69;
}
</style>