#D5746F

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

Shades of New York Pink #D5746F

Tints of New York Pink #D5746F

Color information

#D5746F (or 0xD5746F) is unknown color: approx New York Pink. HEX triplet: D5, 74 and 6F. RGB value is (213,116,111). Sum of RGB (Red+Green+Blue) = 213+116+111=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5746F is #2A8B90. Grayscale: #909090. Windows color (decimal): -2788241 or 7304405. OLE color: 7304405.

HSL color Cylindrical-coordinate representation of color #D5746F: hue angle of 2.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5746F is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213116111-
CMYK00.460.480.16
HSL2.94º54.84%63.53%-
HSV(B)2.94º47.89%83.53%-
XYZ36.5627.7818.48-
YUV144.43109.14176.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=48.41%
G=26.36%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311611100.460.480.162.9454.8463.53
HexD5746F02E301033740
Octal3251641570566020367100
Binary1101010111101001101111010111011000010000111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5746F; }

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

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

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

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

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

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

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

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