#D37772

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

Shades of New York Pink #D37772

Tints of New York Pink #D37772

Color information

#D37772 (or 0xD37772) is unknown color: approx New York Pink. HEX triplet: D3, 77 and 72. RGB value is (211,119,114). Sum of RGB (Red+Green+Blue) = 211+119+114=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D37772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37772 is #2C888D. Grayscale: #929292. Windows color (decimal): -2918542 or 7501779. OLE color: 7501779.

HSL color Cylindrical-coordinate representation of color #D37772: hue angle of 3.09º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37772 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB211119114-
CMYK00.440.460.17
HSL3.09º52.43%63.73%-
HSV(B)3.09º45.97%82.75%-
XYZ36.528.2619.45-
YUV145.94109.98174.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.52%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=47.52%
G=26.80%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111911400.440.460.173.0952.4363.73
HexD3777202C2E1133440
Octal3231671620545621364100
Binary1101001111101111110010010110010111010001111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37772; }

 p { color: rgb(211,119,114); }

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

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

 a { background-color: rgb(211,119,114); }

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

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

 span { border-color: rgb(211,119,114); }

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