Html Css Color HEX #D47C74 New York Pink

📋 copy color: '#D47C74'

red 212 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #D47C74

Tints of New York Pink #D47C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 46.9%
G = 27.43%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D47C74 (or 0xD47C74) is known color: New York Pink. HEX triplet: D4, 7C and 74. RGB value is (212,124,116). Sum of RGB (Red+Green+Blue) = 212+124+116=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C74 is #2B838B. Grayscale: #959595. Windows color (decimal): -2851724 or 7634132. OLE color: 7634132.

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

Color convert

RGB 212 124 116 -
CMYK 0 0.42 0.45 0.17
HSL 0.53% 0.64% -
HSV(B) 0.45% 0.83% -
XYZ 37.51 29.67 20.27 -
YUV 149.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 212 124 116 0 0.42 0.45 0.17 5 0.53 0.64
Hex D4 7C 74 0 2A 2D 11 5 35 40
Octal 324 174 164 0 52 55 21 5 65 100
Binary 11010100 1111100 1110100 0 101010 101101 10001 101 110101 1000000

Color Harmonies of #D47C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C74

Black with #D47C74

Text Example


Text Example

White with #D47C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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