#D87A71

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

Shades of New York Pink #D87A71

Tints of New York Pink #D87A71

Color information

#D87A71 (or 0xD87A71) is unknown color: approx New York Pink. HEX triplet: D8, 7A and 71. RGB value is (216,122,113). Sum of RGB (Red+Green+Blue) = 216+122+113=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A71 is #27858E. Grayscale: #959595. Windows color (decimal): -2590095 or 7437016. OLE color: 7437016.

HSL color Cylindrical-coordinate representation of color #D87A71: hue angle of 5.24º 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 #D87A71 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216122113-
CMYK00.440.480.15
HSL5.24º56.91%64.51%-
HSV(B)5.24º47.69%84.71%-
XYZ38.2629.7119.34-
YUV149.08107.64175.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=47.89%
G=27.05%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612211300.440.480.155.2456.9164.51
HexD87A7102C30F53941
Octal3301721610546017571101
Binary1101100011110101110001010110011000011111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A71; }

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

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

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

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

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

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

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

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