Html Css Color HEX #D87F72 New York Pink

📋 copy color: '#D87F72'

red 216 ◦ green 127 ◦ blue 114

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

Shades of New York Pink #D87F72

Tints of New York Pink #D87F72

RGB

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

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

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

R = 47.26%
G = 27.79%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D87F72 (or 0xD87F72) is known color: New York Pink. HEX triplet: D8, 7F and 72. RGB value is (216,127,114). Sum of RGB (Red+Green+Blue) = 216+127+114=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F72 is #27808D. Grayscale: #989898. Windows color (decimal): -2588814 or 7503832. OLE color: 7503832.

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

Color convert

RGB 216 127 114 -
CMYK 0 0.41 0.47 0.15
HSL 7.65º 0.57% 0.65% -
HSV(B) 7.65º 0.47% 0.85% -
XYZ 38.95 30.99 19.85 -
YUV 152.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 216 127 114 0 0.41 0.47 0.15 7.65 0.57 0.65
Hex D8 7F 72 0 29 2F F 8 39 41
Octal 330 177 162 0 51 57 17 10 71 101
Binary 11011000 1111111 1110010 0 101001 101111 1111 1000 111001 1000001

Color Harmonies of #D87F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F72

Black with #D87F72

Text Example


Text Example

White with #D87F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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