#D57871

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

Shades of New York Pink #D57871

Tints of New York Pink #D57871

Color information

#D57871 (or 0xD57871) is unknown color: approx New York Pink. HEX triplet: D5, 78 and 71. RGB value is (213,120,113). Sum of RGB (Red+Green+Blue) = 213+120+113=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57871 is #2A878E. Grayscale: #939393. Windows color (decimal): -2787215 or 7436501. OLE color: 7436501.

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

Color convert

RGB213120113-
CMYK00.440.470.16
HSL4.2º54.35%63.92%-
HSV(B)4.2º46.95%83.53%-
XYZ37.1428.7719.22-
YUV147.01108.81175.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=47.76%
G=26.91%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312011300.440.470.164.254.3563.92
HexD5787102C2F1043640
Octal3251701610545720466100
Binary11010101111100011100010101100101111100001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57871; }

 p { color: rgb(213,120,113); }

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

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

 a { background-color: rgb(213,120,113); }

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

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

 span { border-color: rgb(213,120,113); }

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