#D87C71

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

Shades of New York Pink #D87C71

Tints of New York Pink #D87C71

Color information

#D87C71 (or 0xD87C71) is unknown color: approx New York Pink. HEX triplet: D8, 7C and 71. RGB value is (216,124,113). Sum of RGB (Red+Green+Blue) = 216+124+113=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C71 is #27838E. Grayscale: #969696. Windows color (decimal): -2589583 or 7437528. OLE color: 7437528.

HSL color Cylindrical-coordinate representation of color #D87C71: hue angle of 6.41º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87C71 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216124113-
CMYK00.430.480.15
HSL6.41º56.91%64.51%-
HSV(B)6.41º47.69%84.71%-
XYZ38.5130.2119.42-
YUV150.25106.98174.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=47.68%
G=27.37%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612411300.430.480.156.4156.9164.51
HexD87C7102B30F63941
Octal3301741610536017671101
Binary1101100011111001110001010101111000011111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C71; }

 p { color: rgb(216,124,113); }

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

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

 a { background-color: rgb(216,124,113); }

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

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

 span { border-color: rgb(216,124,113); }

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