Shades of New York Pink #DF887A
Tints of New York Pink #DF887A
RGB
CMYK
RGB Variations
Color information
#DF887A (or 0xDF887A) is known color: New York Pink. HEX triplet: DF, 88 and 7A. RGB value is (223,136,122). Sum of RGB (Red+Green+Blue) = 223+136+122=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF887A is #207785. Grayscale: #A0A0A0. Windows color (decimal): -2127750 or 8030431. OLE color: 8030431.
HSL color Cylindrical-coordinate representation of color #DF887A: hue angle of 8.32º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF887A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 122 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.13 |
| HSL | 8.32º | 0.61% | 0.68% | - |
| HSV(B) | 8.32º | 0.45% | 0.87% | - |
| XYZ | 42.75 | 34.7 | 22.86 | - |
| YUV | 160.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 122 | 0 | 0.39 | 0.45 | 0.13 | 8.32 | 0.61 | 0.68 |
| Hex | DF | 88 | 7A | 0 | 27 | 2D | D | 8 | 3D | 44 |
| Octal | 337 | 210 | 172 | 0 | 47 | 55 | 15 | 10 | 75 | 104 |
| Binary | 11011111 | 10001000 | 1111010 | 0 | 100111 | 101101 | 1101 | 1000 | 111101 | 1000100 |
Color Harmonies of #DF887A
Complementary color
Monochromatic Colors of #DF887A
Black with #DF887A
Text Example
Text Example
White with #DF887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF887A; }
p { color: rgb(223,136,122); }
H1.HeaderClassName
{
color: #DF887A;
}
.AnyTagClassName
{
color: #DF887A;
}
</style>
background-color css
<style>
a { background-color: #DF887A; }
a { background-color: rgb(223,136,122); }
div.DivClassName
{
background-color: #DF887A;
}
.BgClassName
{
background-color: #DF887A;
}
</style>
border-color css
<style>
span { border-color: #DF887A; }
span { border-color: rgb(223,136,122); }
td.TdClassName
{
border-color: #DF887A;
}
.TagClassName
{
border-color: #DF887A;
}
</style>