Shades of New York Pink #D4756B
Tints of New York Pink #D4756B
RGB
CMYK
RGB Variations
Color information
#D4756B (or 0xD4756B) is known color: New York Pink. HEX triplet: D4, 75 and 6B. RGB value is (212,117,107). Sum of RGB (Red+Green+Blue) = 212+117+107=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4756B is #2B8A94. Grayscale: #909090. Windows color (decimal): -2853525 or 7042516. OLE color: 7042516.
HSL color Cylindrical-coordinate representation of color #D4756B: hue angle of 5.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4756B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 107 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.17 |
| HSL | 5.71º | 0.55% | 0.63% | - |
| HSV(B) | 5.71º | 0.5% | 0.83% | - |
| XYZ | 36.17 | 27.78 | 17.37 | - |
| YUV | 144.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 107 | 0 | 0.45 | 0.50 | 0.17 | 5.71 | 0.55 | 0.63 |
| Hex | D4 | 75 | 6B | 0 | 2D | 32 | 11 | 6 | 37 | 3F |
| Octal | 324 | 165 | 153 | 0 | 55 | 62 | 21 | 6 | 67 | 77 |
| Binary | 11010100 | 1110101 | 1101011 | 0 | 101101 | 110010 | 10001 | 110 | 110111 | 111111 |
Color Harmonies of #D4756B
Complementary color
Monochromatic Colors of #D4756B
Black with #D4756B
Text Example
Text Example
White with #D4756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4756B; }
p { color: rgb(212,117,107); }
H1.HeaderClassName
{
color: #D4756B;
}
.AnyTagClassName
{
color: #D4756B;
}
</style>
background-color css
<style>
a { background-color: #D4756B; }
a { background-color: rgb(212,117,107); }
div.DivClassName
{
background-color: #D4756B;
}
.BgClassName
{
background-color: #D4756B;
}
</style>
border-color css
<style>
span { border-color: #D4756B; }
span { border-color: rgb(212,117,107); }
td.TdClassName
{
border-color: #D4756B;
}
.TagClassName
{
border-color: #D4756B;
}
</style>