#D87D72

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

Shades of New York Pink #D87D72

Tints of New York Pink #D87D72

Color information

#D87D72 (or 0xD87D72) is unknown color: approx New York Pink. HEX triplet: D8, 7D and 72. RGB value is (216,125,114). Sum of RGB (Red+Green+Blue) = 216+125+114=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D72 is #27828D. Grayscale: #979797. Windows color (decimal): -2589326 or 7503320. OLE color: 7503320.

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

Color convert

RGB216125114-
CMYK00.420.470.15
HSL6.47º56.67%64.71%-
HSV(B)6.47º47.22%84.71%-
XYZ38.6930.4819.76-
YUV150.96107.15174.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=47.47%
G=27.47%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612511400.420.470.156.4756.6764.71
HexD87D7202A2FF63941
Octal3301751620525717671101
Binary1101100011111011110010010101010111111111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D72; }

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

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

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

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

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

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

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

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