Html Css Color HEX #D47671 New York Pink

📋 copy color: '#D47671'

red 212 ◦ green 118 ◦ blue 113

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

Shades of New York Pink #D47671

Tints of New York Pink #D47671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

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

R = 47.86%
G = 26.64%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D47671 (or 0xD47671) is known color: New York Pink. HEX triplet: D4, 76 and 71. RGB value is (212,118,113). Sum of RGB (Red+Green+Blue) = 212+118+113=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47671 is #2B898E. Grayscale: #919191. Windows color (decimal): -2853263 or 7435988. OLE color: 7435988.

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

Color convert

RGB 212 118 113 -
CMYK 0 0.44 0.47 0.17
HSL 3.03º 0.54% 0.64% -
HSV(B) 3.03º 0.47% 0.83% -
XYZ 36.61 28.15 19.13 -
YUV 145.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 212 118 113 0 0.44 0.47 0.17 3.03 0.54 0.64
Hex D4 76 71 0 2C 2F 11 3 36 40
Octal 324 166 161 0 54 57 21 3 66 100
Binary 11010100 1110110 1110001 0 101100 101111 10001 11 110110 1000000

Color Harmonies of #D47671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47671

Black with #D47671

Text Example


Text Example

White with #D47671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47671; }

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

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

background-color css

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

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

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

border-color css

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

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

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