#D78374

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

Shades of New York Pink #D78374

Tints of New York Pink #D78374

Color information

#D78374 (or 0xD78374) is unknown color: approx New York Pink. HEX triplet: D7, 83 and 74. RGB value is (215,131,116). Sum of RGB (Red+Green+Blue) = 215+131+116=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D78374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78374 is #287C8B. Grayscale: #9A9A9A. Windows color (decimal): -2653324 or 7635927. OLE color: 7635927.

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

Color convert

RGB215131116-
CMYK00.390.460.16
HSL9.09º55.31%64.9%-
HSV(B)9.09º46.05%84.31%-
XYZ39.2931.9420.62-
YUV154.41106.33171.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.54%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=46.54%
G=28.35%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513111600.390.460.169.0955.3164.9
HexD783740272E1093741
Octal32720316404756201167101
Binary1101011110000011111010001001111011101000010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78374; }

 p { color: rgb(215,131,116); }

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

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

 a { background-color: rgb(215,131,116); }

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

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

 span { border-color: rgb(215,131,116); }

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