#D57E75

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

Shades of New York Pink #D57E75

Tints of New York Pink #D57E75

Color information

#D57E75 (or 0xD57E75) is unknown color: approx New York Pink. HEX triplet: D5, 7E and 75. RGB value is (213,126,117). Sum of RGB (Red+Green+Blue) = 213+126+117=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57E75 is #2A818A. Grayscale: #979797. Windows color (decimal): -2785675 or 7700181. OLE color: 7700181.

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

Color convert

RGB213126117-
CMYK00.410.450.16
HSL5.62º53.33%64.71%-
HSV(B)5.62º45.07%83.53%-
XYZ38.1130.3520.68-
YUV150.99108.82172.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=46.71%
G=27.63%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312611700.410.450.165.6253.3364.71
HexD57E750292D1063541
Octal3251761650515520665101
Binary11010101111111011101010101001101101100001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E75; }

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

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

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

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

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

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

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

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