Html Css Color HEX #D87F76 New York Pink

📋 copy color: '#D87F76'

red 216 ◦ green 127 ◦ blue 118

#D87F76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D87F76

Tints of New York Pink #D87F76

RGB

 RED value IS 216 (84.77% from 255) = 46.85%

 GREEN value IS 127 (50% from 255) = 27.55%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 46.85%
G = 27.55%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D87F76 (or 0xD87F76) is known color: New York Pink. HEX triplet: D8, 7F and 76. RGB value is (216,127,118). Sum of RGB (Red+Green+Blue) = 216+127+118=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F76 is #278089. Grayscale: #989898. Windows color (decimal): -2588810 or 7765976. OLE color: 7765976.

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

Color convert

RGB 216 127 118 -
CMYK 0 0.41 0.45 0.15
HSL 5.51º 0.56% 0.65% -
HSV(B) 5.51º 0.45% 0.85% -
XYZ 39.18 31.09 21.07 -
YUV 152.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 216 127 118 0 0.41 0.45 0.15 5.51 0.56 0.65
Hex D8 7F 76 0 29 2D F 6 38 41
Octal 330 177 166 0 51 55 17 6 70 101
Binary 11011000 1111111 1110110 0 101001 101101 1111 110 111000 1000001

Color Harmonies of #D87F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F76

Black with #D87F76

Text Example


Text Example

White with #D87F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F76; }

 p { color: rgb(216,127,118); }

 H1.HeaderClassName
 {
   color: #D87F76;
 }
 .AnyTagClassName
 {
   color: #D87F76;
 }
</style>

background-color css

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

 a { background-color: rgb(216,127,118); }

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

border-color css

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

 span { border-color: rgb(216,127,118); }

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