#D47671

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

Shades of New York Pink #D47671

Tints of New York Pink #D47671

Color information

#D47671 (or 0xD47671) is unknown color: approx New York Pink. HEX triplet: D4, 76 and 71. RGB value is (212,118,113). Sum of RGB (Red+Green+Blue) = 212+118+113=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47671 is #2B898E. Grayscale: #919191. Windows color (decimal): -2853263 or 7435988. OLE color: 7435988.

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

Color convert

RGB212118113-
CMYK00.440.470.17
HSL3.03º53.51%63.73%-
HSV(B)3.03º46.7%83.14%-
XYZ36.6128.1519.13-
YUV145.54109.64175.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=47.86%
G=26.64%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211811300.440.470.173.0353.5163.73
HexD4767102C2F1133640
Octal3241661610545721366100
Binary1101010011101101110001010110010111110001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47671; }

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

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

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

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

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

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

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

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