#D87C72

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

Shades of New York Pink #D87C72

Tints of New York Pink #D87C72

Color information

#D87C72 (or 0xD87C72) is unknown color: approx New York Pink. HEX triplet: D8, 7C and 72. RGB value is (216,124,114). Sum of RGB (Red+Green+Blue) = 216+124+114=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C72 is #27838D. Grayscale: #969696. Windows color (decimal): -2589582 or 7503064. OLE color: 7503064.

HSL color Cylindrical-coordinate representation of color #D87C72: hue angle of 5.88º degrees, saturation: 0.57, 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 #D87C72 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216124114-
CMYK00.430.470.15
HSL5.88º56.67%64.71%-
HSV(B)5.88º47.22%84.71%-
XYZ38.5630.2319.72-
YUV150.37107.48174.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=47.58%
G=27.31%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612411400.430.470.155.8856.6764.71
HexD87C7202B2FF63941
Octal3301741620535717671101
Binary1101100011111001110010010101110111111111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C72; }

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

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

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

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

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

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

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

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