#D57571

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

Shades of New York Pink #D57571

Tints of New York Pink #D57571

Color information

#D57571 (or 0xD57571) is unknown color: approx New York Pink. HEX triplet: D5, 75 and 71. RGB value is (213,117,113). Sum of RGB (Red+Green+Blue) = 213+117+113=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57571 is #2A8A8E. Grayscale: #919191. Windows color (decimal): -2787983 or 7435733. OLE color: 7435733.

HSL color Cylindrical-coordinate representation of color #D57571: hue angle of 2.4º degrees, saturation: 0.54, 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 #D57571 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213117113-
CMYK00.450.470.16
HSL2.4º54.35%63.92%-
HSV(B)2.4º46.95%83.53%-
XYZ36.7828.0619.1-
YUV145.25109.8176.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=48.08%
G=26.41%
B=25.51%

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
Decimal21311711300.450.470.162.454.3563.92
HexD5757102D2F1023640
Octal3251651610555720266100
Binary1101010111101011110001010110110111110000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57571; }

 p { color: rgb(213,117,113); }

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

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

 a { background-color: rgb(213,117,113); }

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

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

 span { border-color: rgb(213,117,113); }

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