Shades of New York Pink #D57C6D
Tints of New York Pink #D57C6D
RGB
CMYK
RGB Variations
Color information
#D57C6D (or 0xD57C6D) is known color: New York Pink. HEX triplet: D5, 7C and 6D. RGB value is (213,124,109). Sum of RGB (Red+Green+Blue) = 213+124+109=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C6D is #2A8392. Grayscale: #959595. Windows color (decimal): -2786195 or 7175381. OLE color: 7175381.
HSL color Cylindrical-coordinate representation of color #D57C6D: hue angle of 8.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D57C6D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 109 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.16 |
| HSL | 8.65º | 0.55% | 0.63% | - |
| HSV(B) | 8.65º | 0.49% | 0.84% | - |
| XYZ | 37.41 | 29.67 | 18.22 | - |
| YUV | 148.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 109 | 0 | 0.42 | 0.49 | 0.16 | 8.65 | 0.55 | 0.63 |
| Hex | D5 | 7C | 6D | 0 | 2A | 31 | 10 | 9 | 37 | 3F |
| Octal | 325 | 174 | 155 | 0 | 52 | 61 | 20 | 11 | 67 | 77 |
| Binary | 11010101 | 1111100 | 1101101 | 0 | 101010 | 110001 | 10000 | 1001 | 110111 | 111111 |
Color Harmonies of #D57C6D
Complementary color
Monochromatic Colors of #D57C6D
Black with #D57C6D
Text Example
Text Example
White with #D57C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C6D; }
p { color: rgb(213,124,109); }
H1.HeaderClassName
{
color: #D57C6D;
}
.AnyTagClassName
{
color: #D57C6D;
}
</style>
background-color css
<style>
a { background-color: #D57C6D; }
a { background-color: rgb(213,124,109); }
div.DivClassName
{
background-color: #D57C6D;
}
.BgClassName
{
background-color: #D57C6D;
}
</style>
border-color css
<style>
span { border-color: #D57C6D; }
span { border-color: rgb(213,124,109); }
td.TdClassName
{
border-color: #D57C6D;
}
.TagClassName
{
border-color: #D57C6D;
}
</style>