#D47F70

Color #D47F70 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D47F70

Tints of New York Pink #D47F70

Color information

#D47F70 (or 0xD47F70) is unknown color: approx New York Pink. HEX triplet: D4, 7F and 70. RGB value is (212,127,112). Sum of RGB (Red+Green+Blue) = 212+127+112=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F70 is #2B808F. Grayscale: #969696. Windows color (decimal): -2850960 or 7372756. OLE color: 7372756.

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

Color convert

RGB212127112-
CMYK00.400.470.17
HSL53.76%63.53%-
HSV(B)47.17%83.14%-
XYZ37.6730.3519.2-
YUV150.7106.16171.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=47.01%
G=28.16%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212711200.400.470.17953.7663.53
HexD47F700282F1193640
Octal32417716005057211166100
Binary110101001111111111000001010001011111000110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F70; }

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

 H1.HeaderClassName
 {
   color: #D47F70;
 }
 .AnyTagClassName
 {
   color: #D47F70;
 }
</style>
background-color css

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

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

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

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

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

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