#D47971

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

Shades of New York Pink #D47971

Tints of New York Pink #D47971

Color information

#D47971 (or 0xD47971) is unknown color: approx New York Pink. HEX triplet: D4, 79 and 71. RGB value is (212,121,113). Sum of RGB (Red+Green+Blue) = 212+121+113=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D47971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47971 is #2B868E. Grayscale: #939393. Windows color (decimal): -2852495 or 7436756. OLE color: 7436756.

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

Color convert

RGB212121113-
CMYK00.430.470.17
HSL4.85º53.51%63.73%-
HSV(B)4.85º46.7%83.14%-
XYZ36.9728.8619.25-
YUV147.3108.65174.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.53%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=47.53%
G=27.13%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212111300.430.470.174.8553.5163.73
HexD4797102B2F1153640
Octal3241711610535721566100
Binary11010100111100111100010101011101111100011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47971; }

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

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

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

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

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

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

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

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