Html Css Color HEX #D87D71 New York Pink

📋 copy color: '#D87D71'

red 216 ◦ green 125 ◦ blue 113

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

Shades of New York Pink #D87D71

Tints of New York Pink #D87D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.53%

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

R = 47.58%
G = 27.53%
B = 24.89%

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

#D87D71 (or 0xD87D71) is known color: New York Pink. HEX triplet: D8, 7D and 71. RGB value is (216,125,113). Sum of RGB (Red+Green+Blue) = 216+125+113=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D71 is #27828E. Grayscale: #969696. Windows color (decimal): -2589327 or 7437784. OLE color: 7437784.

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

Color convert

RGB 216 125 113 -
CMYK 0 0.42 0.48 0.15
HSL 6.99º 0.57% 0.65% -
HSV(B) 6.99º 0.48% 0.85% -
XYZ 38.63 30.46 19.47 -
YUV 150.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 216 125 113 0 0.42 0.48 0.15 6.99 0.57 0.65
Hex D8 7D 71 0 2A 30 F 7 39 41
Octal 330 175 161 0 52 60 17 7 71 101
Binary 11011000 1111101 1110001 0 101010 110000 1111 111 111001 1000001

Color Harmonies of #D87D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D71

Black with #D87D71

Text Example


Text Example

White with #D87D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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