#d37f76

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

Shades of New York Pink #D37F76

Tints of New York Pink #D37F76

Color information

#D37F76 (or 0xD37F76) is unknown color: approx New York Pink. HEX triplet: D3, 7F and 76. RGB value is (211,127,118). Sum of RGB (Red+Green+Blue) = 211+127+118=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37F76 is #2C8089. Grayscale: #979797. Windows color (decimal): -2916490 or 7765971. OLE color: 7765971.

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

Color convert

RGB211127118-
CMYK00.400.440.17
HSL5.81º51.38%64.51%-
HSV(B)5.81º44.08%82.75%-
XYZ37.7230.3421.01-
YUV151.09109.33170.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.27%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=46.27%
G=27.85%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112711800.400.440.175.8151.3864.51
HexD37F760282C1163341
Octal3231771660505421663101
Binary11010011111111111101100101000101100100011101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d37f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d37f76; }

 p { color: rgb(211,127,118); }

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

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

 a { background-color: rgb(211,127,118); }

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

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

 span { border-color: rgb(211,127,118); }

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