#D4746F

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

Shades of New York Pink #D4746F

Tints of New York Pink #D4746F

Color information

#D4746F (or 0xD4746F) is unknown color: approx New York Pink. HEX triplet: D4, 74 and 6F. RGB value is (212,116,111). Sum of RGB (Red+Green+Blue) = 212+116+111=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4746F is #2B8B90. Grayscale: #909090. Windows color (decimal): -2853777 or 7304404. OLE color: 7304404.

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

Color convert

RGB212116111-
CMYK00.450.480.17
HSL2.97º54.01%63.33%-
HSV(B)2.97º47.64%83.14%-
XYZ36.2727.6418.46-
YUV144.13109.3176.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.29%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=48.29%
G=26.42%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211611100.450.480.172.9754.0163.33
HexD4746F02D30113363f
Octal324164157055602136677
Binary110101001110100110111101011011100001000111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4746F; }

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

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

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

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

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

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

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

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