#D57E76

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

Shades of New York Pink #D57E76

Tints of New York Pink #D57E76

Color information

#D57E76 (or 0xD57E76) is unknown color: approx New York Pink. HEX triplet: D5, 7E and 76. RGB value is (213,126,118). Sum of RGB (Red+Green+Blue) = 213+126+118=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57E76 is #2A8189. Grayscale: #979797. Windows color (decimal): -2785674 or 7765717. OLE color: 7765717.

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

Color convert

RGB213126118-
CMYK00.410.450.16
HSL5.05º53.07%64.9%-
HSV(B)5.05º44.6%83.53%-
XYZ38.1730.3820.99-
YUV151.1109.32172.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=46.61%
G=27.57%
B=25.82%

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
Decimal21312611800.410.450.165.0553.0764.9
HexD57E760292D1053541
Octal3251761660515520565101
Binary11010101111111011101100101001101101100001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E76; }

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

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

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

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

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

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

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

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