Html Css Color HEX #D87B72 New York Pink

📋 copy color: '#D87B72'

red 216 ◦ green 123 ◦ blue 114

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

Shades of New York Pink #D87B72

Tints of New York Pink #D87B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.15%

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 47.68%
G = 27.15%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D87B72 (or 0xD87B72) is known color: New York Pink. HEX triplet: D8, 7B and 72. RGB value is (216,123,114). Sum of RGB (Red+Green+Blue) = 216+123+114=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B72 is #27848D. Grayscale: #959595. Windows color (decimal): -2589838 or 7502808. OLE color: 7502808.

HSL color Cylindrical-coordinate representation of color #D87B72: hue angle of 5.29º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87B72 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 123 114 -
CMYK 0 0.43 0.47 0.15
HSL 5.29º 0.57% 0.65% -
HSV(B) 5.29º 0.47% 0.85% -
XYZ 38.44 29.98 19.68 -
YUV 149.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 216 123 114 0 0.43 0.47 0.15 5.29 0.57 0.65
Hex D8 7B 72 0 2B 2F F 5 39 41
Octal 330 173 162 0 53 57 17 5 71 101
Binary 11011000 1111011 1110010 0 101011 101111 1111 101 111001 1000001

Color Harmonies of #D87B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B72

Black with #D87B72

Text Example


Text Example

White with #D87B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B72; }

 p { color: rgb(216,123,114); }

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

background-color css

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

 a { background-color: rgb(216,123,114); }

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

border-color css

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

 span { border-color: rgb(216,123,114); }

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