#D47A71

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

Shades of New York Pink #D47A71

Tints of New York Pink #D47A71

Color information

#D47A71 (or 0xD47A71) is unknown color: approx New York Pink. HEX triplet: D4, 7A and 71. RGB value is (212,122,113). Sum of RGB (Red+Green+Blue) = 212+122+113=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A71 is #2B858E. Grayscale: #949494. Windows color (decimal): -2852239 or 7437012. OLE color: 7437012.

HSL color Cylindrical-coordinate representation of color #D47A71: hue angle of 5.45º 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 #D47A71 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB212122113-
CMYK00.420.470.17
HSL5.45º53.51%63.73%-
HSV(B)5.45º46.7%83.14%-
XYZ37.0929.1119.29-
YUV147.88108.32173.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=47.43%
G=27.29%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212211300.420.470.175.4553.5163.73
HexD47A7102A2F1153640
Octal3241721610525721566100
Binary11010100111101011100010101010101111100011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A71; }

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

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

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

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

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

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

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

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