#D57A6A

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

Shades of New York Pink #D57A6A

Tints of New York Pink #D57A6A

Color information

#D57A6A (or 0xD57A6A) is unknown color: approx New York Pink. HEX triplet: D5, 7A and 6A. RGB value is (213,122,106). Sum of RGB (Red+Green+Blue) = 213+122+106=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A6A is #2A8595. Grayscale: #939393. Windows color (decimal): -2786710 or 6978261. OLE color: 6978261.

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

Color convert

RGB213122106-
CMYK00.430.500.16
HSL8.97º56.02%62.55%-
HSV(B)8.97º50.23%83.53%-
XYZ3729.1117.3-
YUV147.38104.65174.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=48.30%
G=27.66%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312210600.430.500.168.9756.0262.55
HexD57A6A02B32109383f
Octal3251721520536220117077
Binary11010101111101011010100101011110010100001001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A6A; }

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

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

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

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

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

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

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

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