Shades of New York Pink #DF7F72
Tints of New York Pink #DF7F72
RGB
CMYK
RGB Variations
Color information
#DF7F72 (or 0xDF7F72) is known color: New York Pink. HEX triplet: DF, 7F and 72. RGB value is (223,127,114). Sum of RGB (Red+Green+Blue) = 223+127+114=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F72 is #20808D. Grayscale: #9A9A9A. Windows color (decimal): -2130062 or 7503839. OLE color: 7503839.
HSL color Cylindrical-coordinate representation of color #DF7F72: hue angle of 7.16º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7F72 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 114 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.13 |
| HSL | 7.16º | 0.63% | 0.66% | - |
| HSV(B) | 7.16º | 0.49% | 0.87% | - |
| XYZ | 41.06 | 32.08 | 19.95 | - |
| YUV | 154.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 114 | 0 | 0.43 | 0.49 | 0.13 | 7.16 | 0.63 | 0.66 |
| Hex | DF | 7F | 72 | 0 | 2B | 31 | D | 7 | 3F | 42 |
| Octal | 337 | 177 | 162 | 0 | 53 | 61 | 15 | 7 | 77 | 102 |
| Binary | 11011111 | 1111111 | 1110010 | 0 | 101011 | 110001 | 1101 | 111 | 111111 | 1000010 |
Color Harmonies of #DF7F72
Complementary color
Monochromatic Colors of #DF7F72
Black with #DF7F72
Text Example
Text Example
White with #DF7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F72; }
p { color: rgb(223,127,114); }
H1.HeaderClassName
{
color: #DF7F72;
}
.AnyTagClassName
{
color: #DF7F72;
}
</style>
background-color css
<style>
a { background-color: #DF7F72; }
a { background-color: rgb(223,127,114); }
div.DivClassName
{
background-color: #DF7F72;
}
.BgClassName
{
background-color: #DF7F72;
}
</style>
border-color css
<style>
span { border-color: #DF7F72; }
span { border-color: rgb(223,127,114); }
td.TdClassName
{
border-color: #DF7F72;
}
.TagClassName
{
border-color: #DF7F72;
}
</style>