Shades of New York Pink #DF8374
Tints of New York Pink #DF8374
RGB
CMYK
RGB Variations
Color information
#DF8374 (or 0xDF8374) is known color: New York Pink. HEX triplet: DF, 83 and 74. RGB value is (223,131,116). Sum of RGB (Red+Green+Blue) = 223+131+116=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8374 is #207C8B. Grayscale: #9C9C9C. Windows color (decimal): -2129036 or 7635935. OLE color: 7635935.
HSL color Cylindrical-coordinate representation of color #DF8374: hue angle of 8.41º 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 #DF8374 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 116 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.13 |
| HSL | 8.41º | 0.63% | 0.66% | - |
| HSV(B) | 8.41º | 0.48% | 0.87% | - |
| XYZ | 41.7 | 33.18 | 20.73 | - |
| YUV | 156.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 116 | 0 | 0.41 | 0.48 | 0.13 | 8.41 | 0.63 | 0.66 |
| Hex | DF | 83 | 74 | 0 | 29 | 30 | D | 8 | 3F | 42 |
| Octal | 337 | 203 | 164 | 0 | 51 | 60 | 15 | 10 | 77 | 102 |
| Binary | 11011111 | 10000011 | 1110100 | 0 | 101001 | 110000 | 1101 | 1000 | 111111 | 1000010 |
Color Harmonies of #DF8374
Complementary color
Monochromatic Colors of #DF8374
Black with #DF8374
Text Example
Text Example
White with #DF8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8374; }
p { color: rgb(223,131,116); }
H1.HeaderClassName
{
color: #DF8374;
}
.AnyTagClassName
{
color: #DF8374;
}
</style>
background-color css
<style>
a { background-color: #DF8374; }
a { background-color: rgb(223,131,116); }
div.DivClassName
{
background-color: #DF8374;
}
.BgClassName
{
background-color: #DF8374;
}
</style>
border-color css
<style>
span { border-color: #DF8374; }
span { border-color: rgb(223,131,116); }
td.TdClassName
{
border-color: #DF8374;
}
.TagClassName
{
border-color: #DF8374;
}
</style>