#D87A6D

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

Shades of New York Pink #D87A6D

Tints of New York Pink #D87A6D

Color information

#D87A6D (or 0xD87A6D) is unknown color: approx New York Pink. HEX triplet: D8, 7A and 6D. RGB value is (216,122,109). Sum of RGB (Red+Green+Blue) = 216+122+109=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A6D is #278592. Grayscale: #949494. Windows color (decimal): -2590099 or 7174872. OLE color: 7174872.

HSL color Cylindrical-coordinate representation of color #D87A6D: hue angle of 7.29º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D87A6D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216122109-
CMYK00.440.500.15
HSL7.29º57.84%63.73%-
HSV(B)7.29º49.54%84.71%-
XYZ38.0429.6218.18-
YUV148.62105.64176.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=48.32%
G=27.29%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612210900.440.500.157.2957.8463.73
HexD87A6D02C32F73a40
Octal3301721550546217772100
Binary1101100011110101101101010110011001011111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A6D; }

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

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

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

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

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

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

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

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