Html Css Color HEX #D87F6D New York Pink

📋 copy color: '#D87F6D'

red 216 ◦ green 127 ◦ blue 109

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

Shades of New York Pink #D87F6D

Tints of New York Pink #D87F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 47.79%
G = 28.1%
B = 24.12%

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

#D87F6D (or 0xD87F6D) is known color: New York Pink. HEX triplet: D8, 7F and 6D. RGB value is (216,127,109). Sum of RGB (Red+Green+Blue) = 216+127+109=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F6D is #278092. Grayscale: #979797. Windows color (decimal): -2588819 or 7176152. OLE color: 7176152.

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

Color convert

RGB 216 127 109 -
CMYK 0 0.41 0.50 0.15
HSL 10.09º 0.58% 0.64% -
HSV(B) 10.09º 0.5% 0.85% -
XYZ 38.67 30.88 18.39 -
YUV 151.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 216 127 109 0 0.41 0.50 0.15 10.09 0.58 0.64
Hex D8 7F 6D 0 29 32 F A 3A 40
Octal 330 177 155 0 51 62 17 12 72 100
Binary 11011000 1111111 1101101 0 101001 110010 1111 1010 111010 1000000

Color Harmonies of #D87F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F6D

Black with #D87F6D

Text Example


Text Example

White with #D87F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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