Html Css Color HEX #D87D6A New York Pink

📋 copy color: '#D87D6A'

red 216 ◦ green 125 ◦ blue 106

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

Shades of New York Pink #D87D6A

Tints of New York Pink #D87D6A

RGB

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

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

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

R = 48.32%
G = 27.96%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D87D6A (or 0xD87D6A) is known color: New York Pink. HEX triplet: D8, 7D and 6A. RGB value is (216,125,106). Sum of RGB (Red+Green+Blue) = 216+125+106=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D6A is #278295. Grayscale: #969696. Windows color (decimal): -2589334 or 6979032. OLE color: 6979032.

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

Color convert

RGB 216 125 106 -
CMYK 0 0.42 0.51 0.15
HSL 10.36º 0.59% 0.63% -
HSV(B) 10.36º 0.51% 0.85% -
XYZ 38.25 30.31 17.47 -
YUV 150.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 216 125 106 0 0.42 0.51 0.15 10.36 0.59 0.63
Hex D8 7D 6A 0 2A 33 F A 3B 3F
Octal 330 175 152 0 52 63 17 12 73 77
Binary 11011000 1111101 1101010 0 101010 110011 1111 1010 111011 111111

Color Harmonies of #D87D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D6A

Black with #D87D6A

Text Example


Text Example

White with #D87D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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