Html Css Color HEX #D87770 New York Pink

📋 copy color: '#D87770'

red 216 ◦ green 119 ◦ blue 112

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

Shades of New York Pink #D87770

Tints of New York Pink #D87770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.62%

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 48.32%
G = 26.62%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87770 (or 0xD87770) is known color: New York Pink. HEX triplet: D8, 77 and 70. RGB value is (216,119,112). Sum of RGB (Red+Green+Blue) = 216+119+112=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87770 is #27888F. Grayscale: #939393. Windows color (decimal): -2590864 or 7370712. OLE color: 7370712.

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

Color convert

RGB 216 119 112 -
CMYK 0 0.45 0.48 0.15
HSL 4.04º 0.57% 0.64% -
HSV(B) 4.04º 0.48% 0.85% -
XYZ 37.84 28.96 18.93 -
YUV 147.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 216 119 112 0 0.45 0.48 0.15 4.04 0.57 0.64
Hex D8 77 70 0 2D 30 F 4 39 40
Octal 330 167 160 0 55 60 17 4 71 100
Binary 11011000 1110111 1110000 0 101101 110000 1111 100 111001 1000000

Color Harmonies of #D87770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87770

Black with #D87770

Text Example


Text Example

White with #D87770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87770; }

 p { color: rgb(216,119,112); }

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

background-color css

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

 a { background-color: rgb(216,119,112); }

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

border-color css

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

 span { border-color: rgb(216,119,112); }

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