#D47F76

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

Shades of New York Pink #D47F76

Tints of New York Pink #D47F76

Color information

#D47F76 (or 0xD47F76) is unknown color: approx New York Pink. HEX triplet: D4, 7F and 76. RGB value is (212,127,118). Sum of RGB (Red+Green+Blue) = 212+127+118=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F76 is #2B8089. Grayscale: #979797. Windows color (decimal): -2850954 or 7765972. OLE color: 7765972.

HSL color Cylindrical-coordinate representation of color #D47F76: hue angle of 5.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47F76 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212127118-
CMYK00.400.440.17
HSL5.74º52.22%64.71%-
HSV(B)5.74º44.34%83.14%-
XYZ38.0130.4821.02-
YUV151.39109.16171.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=46.39%
G=27.79%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212711800.400.440.175.7452.2264.71
HexD47F760282C1163441
Octal3241771660505421664101
Binary11010100111111111101100101000101100100011101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F76; }

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

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

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

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

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

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

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

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