Html Css Color HEX #D87C70 New York Pink

📋 copy color: '#D87C70'

red 216 ◦ green 124 ◦ blue 112

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

Shades of New York Pink #D87C70

Tints of New York Pink #D87C70

RGB

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

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

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

R = 47.79%
G = 27.43%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87C70 (or 0xD87C70) is known color: New York Pink. HEX triplet: D8, 7C and 70. RGB value is (216,124,112). Sum of RGB (Red+Green+Blue) = 216+124+112=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C70 is #27838F. Grayscale: #969696. Windows color (decimal): -2589584 or 7371992. OLE color: 7371992.

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

Color convert

RGB 216 124 112 -
CMYK 0 0.43 0.48 0.15
HSL 6.92º 0.57% 0.64% -
HSV(B) 6.92º 0.48% 0.85% -
XYZ 38.45 30.18 19.13 -
YUV 150.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 216 124 112 0 0.43 0.48 0.15 6.92 0.57 0.64
Hex D8 7C 70 0 2B 30 F 7 39 40
Octal 330 174 160 0 53 60 17 7 71 100
Binary 11011000 1111100 1110000 0 101011 110000 1111 111 111001 1000000

Color Harmonies of #D87C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C70

Black with #D87C70

Text Example


Text Example

White with #D87C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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