Shades of New York Pink #D37973
Tints of New York Pink #D37973
RGB
CMYK
RGB Variations
Color information
#D37973 (or 0xD37973) is known color: New York Pink. HEX triplet: D3, 79 and 73. RGB value is (211,121,115). Sum of RGB (Red+Green+Blue) = 211+121+115=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D37973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37973 is #2C868C. Grayscale: #939393. Windows color (decimal): -2918029 or 7567827. OLE color: 7567827.
HSL color Cylindrical-coordinate representation of color #D37973: hue angle of 3.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37973 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 115 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.17 |
| HSL | 3.75º | 0.52% | 0.64% | - |
| HSV(B) | 3.75º | 0.45% | 0.83% | - |
| XYZ | 36.8 | 28.76 | 19.83 | - |
| YUV | 147.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 115 | 0 | 0.43 | 0.45 | 0.17 | 3.75 | 0.52 | 0.64 |
| Hex | D3 | 79 | 73 | 0 | 2B | 2D | 11 | 4 | 34 | 40 |
| Octal | 323 | 171 | 163 | 0 | 53 | 55 | 21 | 4 | 64 | 100 |
| Binary | 11010011 | 1111001 | 1110011 | 0 | 101011 | 101101 | 10001 | 100 | 110100 | 1000000 |
Color Harmonies of #D37973
Complementary color
Monochromatic Colors of #D37973
Black with #D37973
Text Example
Text Example
White with #D37973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37973; }
p { color: rgb(211,121,115); }
H1.HeaderClassName
{
color: #D37973;
}
.AnyTagClassName
{
color: #D37973;
}
</style>
background-color css
<style>
a { background-color: #D37973; }
a { background-color: rgb(211,121,115); }
div.DivClassName
{
background-color: #D37973;
}
.BgClassName
{
background-color: #D37973;
}
</style>
border-color css
<style>
span { border-color: #D37973; }
span { border-color: rgb(211,121,115); }
td.TdClassName
{
border-color: #D37973;
}
.TagClassName
{
border-color: #D37973;
}
</style>