#D57570

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

Shades of New York Pink #D57570

Tints of New York Pink #D57570

Color information

#D57570 (or 0xD57570) is unknown color: approx New York Pink. HEX triplet: D5, 75 and 70. RGB value is (213,117,112). Sum of RGB (Red+Green+Blue) = 213+117+112=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D57570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57570 is #2A8A8F. Grayscale: #919191. Windows color (decimal): -2787984 or 7370197. OLE color: 7370197.

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

Color convert

RGB213117112-
CMYK00.450.470.16
HSL2.97º54.59%63.73%-
HSV(B)2.97º47.42%83.53%-
XYZ36.7328.0418.81-
YUV145.13109.3176.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=48.19%
G=26.47%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311711200.450.470.162.9754.5963.73
HexD5757002D2F1033740
Octal3251651600555720367100
Binary1101010111101011110000010110110111110000111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57570; }

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

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

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

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

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

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

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

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