#D47C70

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

Shades of New York Pink #D47C70

Tints of New York Pink #D47C70

Color information

#D47C70 (or 0xD47C70) is unknown color: approx New York Pink. HEX triplet: D4, 7C and 70. RGB value is (212,124,112). Sum of RGB (Red+Green+Blue) = 212+124+112=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C70 is #2B838F. Grayscale: #959595. Windows color (decimal): -2851728 or 7371988. OLE color: 7371988.

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

Color convert

RGB212124112-
CMYK00.420.470.17
HSL7.2º53.76%63.53%-
HSV(B)7.2º47.17%83.14%-
XYZ37.2829.5819.07-
YUV148.94107.15172.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 112 (44.14% from 255) = 25%
R=47.32%
G=27.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212411200.420.470.177.253.7663.53
HexD47C7002A2F1173640
Octal3241741600525721766100
Binary11010100111110011100000101010101111100011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C70; }

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

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

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

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

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

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

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

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