#D57A6C

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

Shades of New York Pink #D57A6C

Tints of New York Pink #D57A6C

Color information

#D57A6C (or 0xD57A6C) is unknown color: approx New York Pink. HEX triplet: D5, 7A and 6C. RGB value is (213,122,108). Sum of RGB (Red+Green+Blue) = 213+122+108=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A6C is #2A8593. Grayscale: #939393. Windows color (decimal): -2786708 or 7109333. OLE color: 7109333.

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

Color convert

RGB213122108-
CMYK00.430.490.16
HSL55.56%62.94%-
HSV(B)49.3%83.53%-
XYZ37.1129.1517.86-
YUV147.61105.65174.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=48.08%
G=27.54%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312210800.430.490.16855.5662.94
HexD57A6C02B31108383f
Octal3251721540536120107077
Binary11010101111101011011000101011110001100001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A6C; }

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

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

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

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

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

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

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

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