Html Css Color HEX #D87F6A New York Pink

📋 copy color: '#D87F6A'

red 216 ◦ green 127 ◦ blue 106

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

Shades of New York Pink #D87F6A

Tints of New York Pink #D87F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.61%

R = 48.11%
G = 28.29%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D87F6A (or 0xD87F6A) is known color: New York Pink. HEX triplet: D8, 7F and 6A. RGB value is (216,127,106). Sum of RGB (Red+Green+Blue) = 216+127+106=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F6A is #278095. Grayscale: #979797. Windows color (decimal): -2588822 or 6979544. OLE color: 6979544.

HSL color Cylindrical-coordinate representation of color #D87F6A: hue angle of 11.45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D87F6A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 106 -
CMYK 0 0.41 0.51 0.15
HSL 11.45º 0.59% 0.63% -
HSV(B) 11.45º 0.51% 0.85% -
XYZ 38.51 30.82 17.55 -
YUV 151.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 216 127 106 0 0.41 0.51 0.15 11.45 0.59 0.63
Hex D8 7F 6A 0 29 33 F B 3B 3F
Octal 330 177 152 0 51 63 17 13 73 77
Binary 11011000 1111111 1101010 0 101001 110011 1111 1011 111011 111111

Color Harmonies of #D87F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F6A

Black with #D87F6A

Text Example


Text Example

White with #D87F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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