Shades of New York Pink #DF8178
Tints of New York Pink #DF8178
RGB
CMYK
RGB Variations
Color information
#DF8178 (or 0xDF8178) is known color: New York Pink. HEX triplet: DF, 81 and 78. RGB value is (223,129,120). Sum of RGB (Red+Green+Blue) = 223+129+120=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8178 is #207E87. Grayscale: #9C9C9C. Windows color (decimal): -2129544 or 7897567. OLE color: 7897567.
HSL color Cylindrical-coordinate representation of color #DF8178: hue angle of 5.24º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF8178 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 120 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.13 |
| HSL | 5.24º | 0.62% | 0.67% | - |
| HSV(B) | 5.24º | 0.46% | 0.87% | - |
| XYZ | 41.67 | 32.74 | 21.89 | - |
| YUV | 156.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 120 | 0 | 0.42 | 0.46 | 0.13 | 5.24 | 0.62 | 0.67 |
| Hex | DF | 81 | 78 | 0 | 2A | 2E | D | 5 | 3E | 43 |
| Octal | 337 | 201 | 170 | 0 | 52 | 56 | 15 | 5 | 76 | 103 |
| Binary | 11011111 | 10000001 | 1111000 | 0 | 101010 | 101110 | 1101 | 101 | 111110 | 1000011 |
Color Harmonies of #DF8178
Complementary color
Monochromatic Colors of #DF8178
Black with #DF8178
Text Example
Text Example
White with #DF8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8178; }
p { color: rgb(223,129,120); }
H1.HeaderClassName
{
color: #DF8178;
}
.AnyTagClassName
{
color: #DF8178;
}
</style>
background-color css
<style>
a { background-color: #DF8178; }
a { background-color: rgb(223,129,120); }
div.DivClassName
{
background-color: #DF8178;
}
.BgClassName
{
background-color: #DF8178;
}
</style>
border-color css
<style>
span { border-color: #DF8178; }
span { border-color: rgb(223,129,120); }
td.TdClassName
{
border-color: #DF8178;
}
.TagClassName
{
border-color: #DF8178;
}
</style>