#D77671

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

Shades of New York Pink #D77671

Tints of New York Pink #D77671

Color information

#D77671 (or 0xD77671) is unknown color: approx New York Pink. HEX triplet: D7, 76 and 71. RGB value is (215,118,113). Sum of RGB (Red+Green+Blue) = 215+118+113=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77671 is #28898E. Grayscale: #929292. Windows color (decimal): -2656655 or 7435991. OLE color: 7435991.

HSL color Cylindrical-coordinate representation of color #D77671: hue angle of 2.94º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77671 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215118113-
CMYK00.450.470.16
HSL2.94º56.04%64.31%-
HSV(B)2.94º47.44%84.31%-
XYZ37.4828.619.17-
YUV146.43109.14176.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.21%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=48.21%
G=26.46%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511811300.450.470.162.9456.0464.31
HexD7767102D2F1033840
Octal3271661610555720370100
Binary1101011111101101110001010110110111110000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77671; }

 p { color: rgb(215,118,113); }

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

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

 a { background-color: rgb(215,118,113); }

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

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

 span { border-color: rgb(215,118,113); }

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