Html Css Color HEX #D87F6B New York Pink

📋 copy color: '#D87F6B'

red 216 ◦ green 127 ◦ blue 107

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

Shades of New York Pink #D87F6B

Tints of New York Pink #D87F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 48%
G = 28.22%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D87F6B (or 0xD87F6B) is known color: New York Pink. HEX triplet: D8, 7F and 6B. RGB value is (216,127,107). Sum of RGB (Red+Green+Blue) = 216+127+107=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F6B is #278094. Grayscale: #979797. Windows color (decimal): -2588821 or 7045080. OLE color: 7045080.

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

Color convert

RGB 216 127 107 -
CMYK 0 0.41 0.50 0.15
HSL 11.01º 0.58% 0.63% -
HSV(B) 11.01º 0.5% 0.85% -
XYZ 38.56 30.84 17.83 -
YUV 151.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 216 127 107 0 0.41 0.50 0.15 11.01 0.58 0.63
Hex D8 7F 6B 0 29 32 F B 3A 3F
Octal 330 177 153 0 51 62 17 13 72 77
Binary 11011000 1111111 1101011 0 101001 110010 1111 1011 111010 111111

Color Harmonies of #D87F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F6B

Black with #D87F6B

Text Example


Text Example

White with #D87F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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