Html Css Color HEX #D87C74 New York Pink

📋 copy color: '#D87C74'

red 216 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #D87C74

Tints of New York Pink #D87C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 47.37%
G = 27.19%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D87C74 (or 0xD87C74) is known color: New York Pink. HEX triplet: D8, 7C and 74. RGB value is (216,124,116). Sum of RGB (Red+Green+Blue) = 216+124+116=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C74 is #27838B. Grayscale: #969696. Windows color (decimal): -2589580 or 7634136. OLE color: 7634136.

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

Color convert

RGB 216 124 116 -
CMYK 0 0.43 0.46 0.15
HSL 4.8º 0.56% 0.65% -
HSV(B) 4.8º 0.46% 0.85% -
XYZ 38.68 30.28 20.33 -
YUV 150.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 216 124 116 0 0.43 0.46 0.15 4.8 0.56 0.65
Hex D8 7C 74 0 2B 2E F 5 38 41
Octal 330 174 164 0 53 56 17 5 70 101
Binary 11011000 1111100 1110100 0 101011 101110 1111 101 111000 1000001

Color Harmonies of #D87C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C74

Black with #D87C74

Text Example


Text Example

White with #D87C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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