Shades of New York Pink #DF7F75
Tints of New York Pink #DF7F75
RGB
CMYK
RGB Variations
Color information
#DF7F75 (or 0xDF7F75) is known color: New York Pink. HEX triplet: DF, 7F and 75. RGB value is (223,127,117). Sum of RGB (Red+Green+Blue) = 223+127+117=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F75 is #20808A. Grayscale: #9A9A9A. Windows color (decimal): -2130059 or 7700447. OLE color: 7700447.
HSL color Cylindrical-coordinate representation of color #DF7F75: hue angle of 5.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7F75 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 117 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.13 |
| HSL | 5.66º | 0.62% | 0.67% | - |
| HSV(B) | 5.66º | 0.48% | 0.87% | - |
| XYZ | 41.23 | 32.15 | 20.86 | - |
| YUV | 154.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 117 | 0 | 0.43 | 0.48 | 0.13 | 5.66 | 0.62 | 0.67 |
| Hex | DF | 7F | 75 | 0 | 2B | 30 | D | 6 | 3E | 43 |
| Octal | 337 | 177 | 165 | 0 | 53 | 60 | 15 | 6 | 76 | 103 |
| Binary | 11011111 | 1111111 | 1110101 | 0 | 101011 | 110000 | 1101 | 110 | 111110 | 1000011 |
Color Harmonies of #DF7F75
Complementary color
Monochromatic Colors of #DF7F75
Black with #DF7F75
Text Example
Text Example
White with #DF7F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F75; }
p { color: rgb(223,127,117); }
H1.HeaderClassName
{
color: #DF7F75;
}
.AnyTagClassName
{
color: #DF7F75;
}
</style>
background-color css
<style>
a { background-color: #DF7F75; }
a { background-color: rgb(223,127,117); }
div.DivClassName
{
background-color: #DF7F75;
}
.BgClassName
{
background-color: #DF7F75;
}
</style>
border-color css
<style>
span { border-color: #DF7F75; }
span { border-color: rgb(223,127,117); }
td.TdClassName
{
border-color: #DF7F75;
}
.TagClassName
{
border-color: #DF7F75;
}
</style>