Shades of New York Pink #DF857B
Tints of New York Pink #DF857B
RGB
CMYK
RGB Variations
Color information
#DF857B (or 0xDF857B) is known color: New York Pink. HEX triplet: DF, 85 and 7B. RGB value is (223,133,123). Sum of RGB (Red+Green+Blue) = 223+133+123=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF857B is #207A84. Grayscale: #9E9E9E. Windows color (decimal): -2128517 or 8095199. OLE color: 8095199.
HSL color Cylindrical-coordinate representation of color #DF857B: hue angle of 6º 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 #DF857B is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 123 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.13 |
| HSL | 6º | 0.61% | 0.68% | - |
| HSV(B) | 6º | 0.45% | 0.87% | - |
| XYZ | 42.39 | 33.89 | 23.05 | - |
| YUV | 158.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 123 | 0 | 0.40 | 0.45 | 0.13 | 6 | 0.61 | 0.68 |
| Hex | DF | 85 | 7B | 0 | 28 | 2D | D | 6 | 3D | 44 |
| Octal | 337 | 205 | 173 | 0 | 50 | 55 | 15 | 6 | 75 | 104 |
| Binary | 11011111 | 10000101 | 1111011 | 0 | 101000 | 101101 | 1101 | 110 | 111101 | 1000100 |
Color Harmonies of #DF857B
Complementary color
Monochromatic Colors of #DF857B
Black with #DF857B
Text Example
Text Example
White with #DF857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF857B; }
p { color: rgb(223,133,123); }
H1.HeaderClassName
{
color: #DF857B;
}
.AnyTagClassName
{
color: #DF857B;
}
</style>
background-color css
<style>
a { background-color: #DF857B; }
a { background-color: rgb(223,133,123); }
div.DivClassName
{
background-color: #DF857B;
}
.BgClassName
{
background-color: #DF857B;
}
</style>
border-color css
<style>
span { border-color: #DF857B; }
span { border-color: rgb(223,133,123); }
td.TdClassName
{
border-color: #DF857B;
}
.TagClassName
{
border-color: #DF857B;
}
</style>