#D37A73

Color #D37A73 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D37A73

Tints of New York Pink #D37A73

Color information

#D37A73 (or 0xD37A73) is unknown color: approx New York Pink. HEX triplet: D3, 7A and 73. RGB value is (211,122,115). Sum of RGB (Red+Green+Blue) = 211+122+115=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37A73 is #2C858C. Grayscale: #939393. Windows color (decimal): -2917773 or 7568083. OLE color: 7568083.

HSL color Cylindrical-coordinate representation of color #D37A73: hue angle of 4.38º 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 #D37A73 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211122115-
CMYK00.420.450.17
HSL4.38º52.17%63.92%-
HSV(B)4.38º45.5%82.75%-
XYZ36.9229.0119.87-
YUV147.81109.49173.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=47.10%
G=27.23%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112211500.420.450.174.3852.1763.92
HexD37A7302A2D1143440
Octal3231721630525521464100
Binary11010011111101011100110101010101101100011001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37A73; }

 p { color: rgb(211,122,115); }

 H1.HeaderClassName
 {
   color: #D37A73;
 }
 .AnyTagClassName
 {
   color: #D37A73;
 }
</style>
background-color css

<style>
 a { background-color: #D37A73; }

 a { background-color: rgb(211,122,115); }

 div.DivClassName
 {
   background-color: #D37A73;
 }
 .BgClassName
 {
   background-color: #D37A73;
 }
</style>
border-color css

<style>
 span { border-color: #D37A73; }

 span { border-color: rgb(211,122,115); }

 td.TdClassName
 {
   border-color: #D37A73;
 }
 .TagClassName
 {
   border-color: #D37A73;
 }
</style>