Shades of New York Pink #DF7F6D
Tints of New York Pink #DF7F6D
RGB
CMYK
RGB Variations
Color information
#DF7F6D (or 0xDF7F6D) is known color: New York Pink. HEX triplet: DF, 7F and 6D. RGB value is (223,127,109). Sum of RGB (Red+Green+Blue) = 223+127+109=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F6D is #208092. Grayscale: #999999. Windows color (decimal): -2130067 or 7176159. OLE color: 7176159.
HSL color Cylindrical-coordinate representation of color #DF7F6D: hue angle of 9.47º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF7F6D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 109 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.13 |
| HSL | 9.47º | 0.64% | 0.65% | - |
| HSV(B) | 9.47º | 0.51% | 0.87% | - |
| XYZ | 40.78 | 31.97 | 18.49 | - |
| YUV | 153.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 109 | 0 | 0.43 | 0.51 | 0.13 | 9.47 | 0.64 | 0.65 |
| Hex | DF | 7F | 6D | 0 | 2B | 33 | D | 9 | 40 | 41 |
| Octal | 337 | 177 | 155 | 0 | 53 | 63 | 15 | 11 | 100 | 101 |
| Binary | 11011111 | 1111111 | 1101101 | 0 | 101011 | 110011 | 1101 | 1001 | 1000000 | 1000001 |
Color Harmonies of #DF7F6D
Complementary color
Monochromatic Colors of #DF7F6D
Black with #DF7F6D
Text Example
Text Example
White with #DF7F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F6D; }
p { color: rgb(223,127,109); }
H1.HeaderClassName
{
color: #DF7F6D;
}
.AnyTagClassName
{
color: #DF7F6D;
}
</style>
background-color css
<style>
a { background-color: #DF7F6D; }
a { background-color: rgb(223,127,109); }
div.DivClassName
{
background-color: #DF7F6D;
}
.BgClassName
{
background-color: #DF7F6D;
}
</style>
border-color css
<style>
span { border-color: #DF7F6D; }
span { border-color: rgb(223,127,109); }
td.TdClassName
{
border-color: #DF7F6D;
}
.TagClassName
{
border-color: #DF7F6D;
}
</style>