Html Css Color HEX #D87D6E New York Pink

📋 copy color: '#D87D6E'

red 216 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #D87D6E

Tints of New York Pink #D87D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 47.89%
G = 27.72%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D87D6E (or 0xD87D6E) is known color: New York Pink. HEX triplet: D8, 7D and 6E. RGB value is (216,125,110). Sum of RGB (Red+Green+Blue) = 216+125+110=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D6E is #278291. Grayscale: #969696. Windows color (decimal): -2589330 or 7241176. OLE color: 7241176.

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

Color convert

RGB 216 125 110 -
CMYK 0 0.42 0.49 0.15
HSL 8.49º 0.58% 0.64% -
HSV(B) 8.49º 0.49% 0.85% -
XYZ 38.47 30.39 18.59 -
YUV 150.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 216 125 110 0 0.42 0.49 0.15 8.49 0.58 0.64
Hex D8 7D 6E 0 2A 31 F 8 3A 40
Octal 330 175 156 0 52 61 17 10 72 100
Binary 11011000 1111101 1101110 0 101010 110001 1111 1000 111010 1000000

Color Harmonies of #D87D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D6E

Black with #D87D6E

Text Example


Text Example

White with #D87D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D6E; }

 p { color: rgb(216,125,110); }

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

background-color css

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

 a { background-color: rgb(216,125,110); }

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

border-color css

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

 span { border-color: rgb(216,125,110); }

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