Html Css Color HEX #D87E71 New York Pink

📋 copy color: '#D87E71'

red 216 ◦ green 126 ◦ blue 113

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

Shades of New York Pink #D87E71

Tints of New York Pink #D87E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

 BLUE value IS 113 (44.53% from 255) = 24.84%

R = 47.47%
G = 27.69%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87E71 (or 0xD87E71) is known color: New York Pink. HEX triplet: D8, 7E and 71. RGB value is (216,126,113). Sum of RGB (Red+Green+Blue) = 216+126+113=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87E71 is #27818E. Grayscale: #979797. Windows color (decimal): -2589071 or 7438040. OLE color: 7438040.

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

Color convert

RGB 216 126 113 -
CMYK 0 0.42 0.48 0.15
HSL 7.57º 0.57% 0.65% -
HSV(B) 7.57º 0.48% 0.85% -
XYZ 38.76 30.71 19.51 -
YUV 151.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 216 126 113 0 0.42 0.48 0.15 7.57 0.57 0.65
Hex D8 7E 71 0 2A 30 F 8 39 41
Octal 330 176 161 0 52 60 17 10 71 101
Binary 11011000 1111110 1110001 0 101010 110000 1111 1000 111001 1000001

Color Harmonies of #D87E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E71

Black with #D87E71

Text Example


Text Example

White with #D87E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E71; }

 p { color: rgb(216,126,113); }

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

background-color css

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

 a { background-color: rgb(216,126,113); }

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

border-color css

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

 span { border-color: rgb(216,126,113); }

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