Shades of New York Pink #DF7E74
Tints of New York Pink #DF7E74
RGB
CMYK
RGB Variations
Color information
#DF7E74 (or 0xDF7E74) is known color: New York Pink. HEX triplet: DF, 7E and 74. RGB value is (223,126,116). Sum of RGB (Red+Green+Blue) = 223+126+116=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E74 is #20818B. Grayscale: #999999. Windows color (decimal): -2130316 or 7634655. OLE color: 7634655.
HSL color Cylindrical-coordinate representation of color #DF7E74: hue angle of 5.61º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7E74 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 116 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.13 |
| HSL | 5.61º | 0.63% | 0.66% | - |
| HSV(B) | 5.61º | 0.48% | 0.87% | - |
| XYZ | 41.04 | 31.87 | 20.51 | - |
| YUV | 153.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 116 | 0 | 0.43 | 0.48 | 0.13 | 5.61 | 0.63 | 0.66 |
| Hex | DF | 7E | 74 | 0 | 2B | 30 | D | 6 | 3F | 42 |
| Octal | 337 | 176 | 164 | 0 | 53 | 60 | 15 | 6 | 77 | 102 |
| Binary | 11011111 | 1111110 | 1110100 | 0 | 101011 | 110000 | 1101 | 110 | 111111 | 1000010 |
Color Harmonies of #DF7E74
Complementary color
Monochromatic Colors of #DF7E74
Black with #DF7E74
Text Example
Text Example
White with #DF7E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E74; }
p { color: rgb(223,126,116); }
H1.HeaderClassName
{
color: #DF7E74;
}
.AnyTagClassName
{
color: #DF7E74;
}
</style>
background-color css
<style>
a { background-color: #DF7E74; }
a { background-color: rgb(223,126,116); }
div.DivClassName
{
background-color: #DF7E74;
}
.BgClassName
{
background-color: #DF7E74;
}
</style>
border-color css
<style>
span { border-color: #DF7E74; }
span { border-color: rgb(223,126,116); }
td.TdClassName
{
border-color: #DF7E74;
}
.TagClassName
{
border-color: #DF7E74;
}
</style>