#D87A73

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

Shades of New York Pink #D87A73

Tints of New York Pink #D87A73

Color information

#D87A73 (or 0xD87A73) is unknown color: approx New York Pink. HEX triplet: D8, 7A and 73. RGB value is (216,122,115). Sum of RGB (Red+Green+Blue) = 216+122+115=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A73 is #27858C. Grayscale: #959595. Windows color (decimal): -2590093 or 7568088. OLE color: 7568088.

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

Color convert

RGB216122115-
CMYK00.440.470.15
HSL4.16º56.42%64.9%-
HSV(B)4.16º46.76%84.71%-
XYZ38.3729.7619.94-
YUV149.31108.64175.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=47.68%
G=26.93%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612211500.440.470.154.1656.4264.9
HexD87A7302C2FF43841
Octal3301721630545717470101
Binary1101100011110101110011010110010111111111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A73; }

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

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

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

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

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

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

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

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