Shades of New York Pink #D3756F
Tints of New York Pink #D3756F
RGB
CMYK
RGB Variations
Color information
#D3756F (or 0xD3756F) is known color: New York Pink. HEX triplet: D3, 75 and 6F. RGB value is (211,117,111). Sum of RGB (Red+Green+Blue) = 211+117+111=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3756F is #2C8A90. Grayscale: #909090. Windows color (decimal): -2919057 or 7304659. OLE color: 7304659.
HSL color Cylindrical-coordinate representation of color #D3756F: hue angle of 3.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3756F is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 111 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.17 |
| HSL | 3.6º | 0.53% | 0.63% | - |
| HSV(B) | 3.6º | 0.47% | 0.83% | - |
| XYZ | 36.09 | 27.72 | 18.49 | - |
| YUV | 144.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 111 | 0 | 0.45 | 0.47 | 0.17 | 3.6 | 0.53 | 0.63 |
| Hex | D3 | 75 | 6F | 0 | 2D | 2F | 11 | 4 | 35 | 3F |
| Octal | 323 | 165 | 157 | 0 | 55 | 57 | 21 | 4 | 65 | 77 |
| Binary | 11010011 | 1110101 | 1101111 | 0 | 101101 | 101111 | 10001 | 100 | 110101 | 111111 |
Color Harmonies of #D3756F
Complementary color
Monochromatic Colors of #D3756F
Black with #D3756F
Text Example
Text Example
White with #D3756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3756F; }
p { color: rgb(211,117,111); }
H1.HeaderClassName
{
color: #D3756F;
}
.AnyTagClassName
{
color: #D3756F;
}
</style>
background-color css
<style>
a { background-color: #D3756F; }
a { background-color: rgb(211,117,111); }
div.DivClassName
{
background-color: #D3756F;
}
.BgClassName
{
background-color: #D3756F;
}
</style>
border-color css
<style>
span { border-color: #D3756F; }
span { border-color: rgb(211,117,111); }
td.TdClassName
{
border-color: #D3756F;
}
.TagClassName
{
border-color: #D3756F;
}
</style>