Html Css Color HEX #D47772 New York Pink

📋 copy color: '#D47772'

red 212 ◦ green 119 ◦ blue 114

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

Shades of New York Pink #D47772

Tints of New York Pink #D47772

RGB

 RED value IS 212 (83.2% from 255) = 47.64%

 GREEN value IS 119 (46.88% from 255) = 26.74%

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

R = 47.64%
G = 26.74%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D47772 (or 0xD47772) is known color: New York Pink. HEX triplet: D4, 77 and 72. RGB value is (212,119,114). Sum of RGB (Red+Green+Blue) = 212+119+114=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D47772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47772 is #2B888D. Grayscale: #929292. Windows color (decimal): -2853006 or 7501780. OLE color: 7501780.

HSL color Cylindrical-coordinate representation of color #D47772: hue angle of 3.06º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47772 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 114 -
CMYK 0 0.44 0.46 0.17
HSL 3.06º 0.53% 0.64% -
HSV(B) 3.06º 0.46% 0.83% -
XYZ 36.79 28.41 19.46 -
YUV 146.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 212 119 114 0 0.44 0.46 0.17 3.06 0.53 0.64
Hex D4 77 72 0 2C 2E 11 3 35 40
Octal 324 167 162 0 54 56 21 3 65 100
Binary 11010100 1110111 1110010 0 101100 101110 10001 11 110101 1000000

Color Harmonies of #D47772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47772

Black with #D47772

Text Example


Text Example

White with #D47772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47772; }

 p { color: rgb(212,119,114); }

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

background-color css

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

 a { background-color: rgb(212,119,114); }

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

border-color css

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

 span { border-color: rgb(212,119,114); }

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