#D47B72

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

Shades of New York Pink #D47B72

Tints of New York Pink #D47B72

Color information

#D47B72 (or 0xD47B72) is unknown color: approx New York Pink. HEX triplet: D4, 7B and 72. RGB value is (212,123,114). Sum of RGB (Red+Green+Blue) = 212+123+114=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B72 is #2B848D. Grayscale: #949494. Windows color (decimal): -2851982 or 7502804. OLE color: 7502804.

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

Color convert

RGB212123114-
CMYK00.420.460.17
HSL5.51º53.26%63.92%-
HSV(B)5.51º46.23%83.14%-
XYZ37.2729.3819.63-
YUV148.58108.49173.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=47.22%
G=27.39%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212311400.420.460.175.5153.2663.92
HexD47B7202A2E1163540
Octal3241731620525621665100
Binary11010100111101111100100101010101110100011101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47B72; }

 p { color: rgb(212,123,114); }

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

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

 a { background-color: rgb(212,123,114); }

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

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

 span { border-color: rgb(212,123,114); }

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