#D57A6F

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

Shades of New York Pink #D57A6F

Tints of New York Pink #D57A6F

Color information

#D57A6F (or 0xD57A6F) is unknown color: approx New York Pink. HEX triplet: D5, 7A and 6F. RGB value is (213,122,111). Sum of RGB (Red+Green+Blue) = 213+122+111=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A6F is #2A8590. Grayscale: #949494. Windows color (decimal): -2786705 or 7305941. OLE color: 7305941.

HSL color Cylindrical-coordinate representation of color #D57A6F: hue angle of 6.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57A6F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213122111-
CMYK00.430.480.16
HSL6.47º54.84%63.53%-
HSV(B)6.47º47.89%83.53%-
XYZ37.2729.2118.71-
YUV147.95107.15174.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=47.76%
G=27.35%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312211100.430.480.166.4754.8463.53
HexD57A6F02B301063740
Octal3251721570536020667100
Binary11010101111101011011110101011110000100001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A6F; }

 p { color: rgb(213,122,111); }

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

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

 a { background-color: rgb(213,122,111); }

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

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

 span { border-color: rgb(213,122,111); }

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