Html Css Color HEX #D87F74 New York Pink

📋 copy color: '#D87F74'

red 216 ◦ green 127 ◦ blue 116

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

Shades of New York Pink #D87F74

Tints of New York Pink #D87F74

RGB

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

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

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

R = 47.06%
G = 27.67%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D87F74 (or 0xD87F74) is known color: New York Pink. HEX triplet: D8, 7F and 74. RGB value is (216,127,116). Sum of RGB (Red+Green+Blue) = 216+127+116=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F74 is #27808B. Grayscale: #989898. Windows color (decimal): -2588812 or 7634904. OLE color: 7634904.

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

Color convert

RGB 216 127 116 -
CMYK 0 0.41 0.46 0.15
HSL 6.6º 0.56% 0.65% -
HSV(B) 6.6º 0.46% 0.85% -
XYZ 39.06 31.04 20.46 -
YUV 152.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 216 127 116 0 0.41 0.46 0.15 6.6 0.56 0.65
Hex D8 7F 74 0 29 2E F 7 38 41
Octal 330 177 164 0 51 56 17 7 70 101
Binary 11011000 1111111 1110100 0 101001 101110 1111 111 111000 1000001

Color Harmonies of #D87F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F74

Black with #D87F74

Text Example


Text Example

White with #D87F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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