Html Css Color HEX #D47C71 New York Pink

📋 copy color: '#D47C71'

red 212 ◦ green 124 ◦ blue 113

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

Shades of New York Pink #D47C71

Tints of New York Pink #D47C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 47.22%
G = 27.62%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D47C71 (or 0xD47C71) is known color: New York Pink. HEX triplet: D4, 7C and 71. RGB value is (212,124,113). Sum of RGB (Red+Green+Blue) = 212+124+113=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C71 is #2B838E. Grayscale: #959595. Windows color (decimal): -2851727 or 7437524. OLE color: 7437524.

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

Color convert

RGB 212 124 113 -
CMYK 0 0.42 0.47 0.17
HSL 6.67º 0.54% 0.64% -
HSV(B) 6.67º 0.47% 0.83% -
XYZ 37.34 29.6 19.37 -
YUV 149.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 212 124 113 0 0.42 0.47 0.17 6.67 0.54 0.64
Hex D4 7C 71 0 2A 2F 11 7 36 40
Octal 324 174 161 0 52 57 21 7 66 100
Binary 11010100 1111100 1110001 0 101010 101111 10001 111 110110 1000000

Color Harmonies of #D47C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C71

Black with #D47C71

Text Example


Text Example

White with #D47C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C71; }

 p { color: rgb(212,124,113); }

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

background-color css

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

 a { background-color: rgb(212,124,113); }

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

border-color css

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

 span { border-color: rgb(212,124,113); }

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