#D47D6F

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

Shades of New York Pink #D47D6F

Tints of New York Pink #D47D6F

Color information

#D47D6F (or 0xD47D6F) is unknown color: approx New York Pink. HEX triplet: D4, 7D and 6F. RGB value is (212,125,111). Sum of RGB (Red+Green+Blue) = 212+125+111=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D6F is #2B8290. Grayscale: #959595. Windows color (decimal): -2851473 or 7306708. OLE color: 7306708.

HSL color Cylindrical-coordinate representation of color #D47D6F: hue angle of 8.32º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D47D6F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB212125111-
CMYK00.410.480.17
HSL8.32º54.01%63.33%-
HSV(B)8.32º47.64%83.14%-
XYZ37.3529.8118.82-
YUV149.42106.32172.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=47.32%
G=27.90%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212511100.410.480.178.3254.0163.33
HexD47D6F02930118363f
Octal3241751570516021106677
Binary11010100111110111011110101001110000100011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47D6F; }

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

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

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

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

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

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

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

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