Shades of New York Pink #DF8277
Tints of New York Pink #DF8277
RGB
CMYK
RGB Variations
Color information
#DF8277 (or 0xDF8277) is known color: New York Pink. HEX triplet: DF, 82 and 77. RGB value is (223,130,119). Sum of RGB (Red+Green+Blue) = 223+130+119=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8277 is #207D88. Grayscale: #9C9C9C. Windows color (decimal): -2129289 or 7832287. OLE color: 7832287.
HSL color Cylindrical-coordinate representation of color #DF8277: hue angle of 6.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF8277 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 119 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.13 |
| HSL | 6.35º | 0.62% | 0.67% | - |
| HSV(B) | 6.35º | 0.47% | 0.87% | - |
| XYZ | 41.74 | 32.99 | 21.62 | - |
| YUV | 156.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 119 | 0 | 0.42 | 0.47 | 0.13 | 6.35 | 0.62 | 0.67 |
| Hex | DF | 82 | 77 | 0 | 2A | 2F | D | 6 | 3E | 43 |
| Octal | 337 | 202 | 167 | 0 | 52 | 57 | 15 | 6 | 76 | 103 |
| Binary | 11011111 | 10000010 | 1110111 | 0 | 101010 | 101111 | 1101 | 110 | 111110 | 1000011 |
Color Harmonies of #DF8277
Complementary color
Monochromatic Colors of #DF8277
Black with #DF8277
Text Example
Text Example
White with #DF8277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8277; }
p { color: rgb(223,130,119); }
H1.HeaderClassName
{
color: #DF8277;
}
.AnyTagClassName
{
color: #DF8277;
}
</style>
background-color css
<style>
a { background-color: #DF8277; }
a { background-color: rgb(223,130,119); }
div.DivClassName
{
background-color: #DF8277;
}
.BgClassName
{
background-color: #DF8277;
}
</style>
border-color css
<style>
span { border-color: #DF8277; }
span { border-color: rgb(223,130,119); }
td.TdClassName
{
border-color: #DF8277;
}
.TagClassName
{
border-color: #DF8277;
}
</style>