#D57470

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

Shades of New York Pink #D57470

Tints of New York Pink #D57470

Color information

#D57470 (or 0xD57470) is unknown color: approx New York Pink. HEX triplet: D5, 74 and 70. RGB value is (213,116,112). Sum of RGB (Red+Green+Blue) = 213+116+112=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D57470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57470 is #2A8B8F. Grayscale: #909090. Windows color (decimal): -2788240 or 7369941. OLE color: 7369941.

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

Color convert

RGB213116112-
CMYK00.460.470.16
HSL2.38º54.59%63.73%-
HSV(B)2.38º47.42%83.53%-
XYZ36.6127.8118.77-
YUV144.55109.64176.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=48.30%
G=26.30%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311611200.460.470.162.3854.5963.73
HexD5747002E2F1023740
Octal3251641600565720267100
Binary1101010111101001110000010111010111110000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57470; }

 p { color: rgb(213,116,112); }

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

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

 a { background-color: rgb(213,116,112); }

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

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

 span { border-color: rgb(213,116,112); }

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