#D4776D

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

Shades of New York Pink #D4776D

Tints of New York Pink #D4776D

Color information

#D4776D (or 0xD4776D) is unknown color: approx New York Pink. HEX triplet: D4, 77 and 6D. RGB value is (212,119,109). Sum of RGB (Red+Green+Blue) = 212+119+109=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4776D is #2B8892. Grayscale: #919191. Windows color (decimal): -2853011 or 7174100. OLE color: 7174100.

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

Color convert

RGB212119109-
CMYK00.440.490.17
HSL5.83º54.5%62.94%-
HSV(B)5.83º48.58%83.14%-
XYZ36.5128.2918.01-
YUV145.67107.31175.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=48.18%
G=27.05%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211910900.440.490.175.8354.562.94
HexD4776D02C31116363f
Octal324167155054612166677
Binary1101010011101111101101010110011000110001110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4776D; }

 p { color: rgb(212,119,109); }

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

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

 a { background-color: rgb(212,119,109); }

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

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

 span { border-color: rgb(212,119,109); }

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