Html Css Color HEX #D47D70 New York Pink

📋 copy color: '#D47D70'

red 212 ◦ green 125 ◦ blue 112

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

Shades of New York Pink #D47D70

Tints of New York Pink #D47D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 47.22%
G = 27.84%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D47D70 (or 0xD47D70) is known color: New York Pink. HEX triplet: D4, 7D and 70. RGB value is (212,125,112). Sum of RGB (Red+Green+Blue) = 212+125+112=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D70 is #2B828F. Grayscale: #959595. Windows color (decimal): -2851472 or 7372244. OLE color: 7372244.

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

Color convert

RGB 212 125 112 -
CMYK 0 0.41 0.47 0.17
HSL 7.8º 0.54% 0.64% -
HSV(B) 7.8º 0.47% 0.83% -
XYZ 37.41 29.83 19.12 -
YUV 149.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 212 125 112 0 0.41 0.47 0.17 7.8 0.54 0.64
Hex D4 7D 70 0 29 2F 11 8 36 40
Octal 324 175 160 0 51 57 21 10 66 100
Binary 11010100 1111101 1110000 0 101001 101111 10001 1000 110110 1000000

Color Harmonies of #D47D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D70

Black with #D47D70

Text Example


Text Example

White with #D47D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D70; }

 p { color: rgb(212,125,112); }

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

background-color css

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

 a { background-color: rgb(212,125,112); }

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

border-color css

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

 span { border-color: rgb(212,125,112); }

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