Html Css Color HEX #D47F71 New York Pink

📋 copy color: '#D47F71'

red 212 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #D47F71

Tints of New York Pink #D47F71

RGB

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

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

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

R = 46.9%
G = 28.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D47F71 (or 0xD47F71) is known color: New York Pink. HEX triplet: D4, 7F and 71. RGB value is (212,127,113). Sum of RGB (Red+Green+Blue) = 212+127+113=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F71 is #2B808E. Grayscale: #969696. Windows color (decimal): -2850959 or 7438292. OLE color: 7438292.

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

Color convert

RGB 212 127 113 -
CMYK 0 0.40 0.47 0.17
HSL 8.48º 0.54% 0.64% -
HSV(B) 8.48º 0.47% 0.83% -
XYZ 37.72 30.37 19.5 -
YUV 150.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 212 127 113 0 0.40 0.47 0.17 8.48 0.54 0.64
Hex D4 7F 71 0 28 2F 11 8 36 40
Octal 324 177 161 0 50 57 21 10 66 100
Binary 11010100 1111111 1110001 0 101000 101111 10001 1000 110110 1000000

Color Harmonies of #D47F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F71

Black with #D47F71

Text Example


Text Example

White with #D47F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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