#D78475

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

Shades of New York Pink #D78475

Tints of New York Pink #D78475

Color information

#D78475 (or 0xD78475) is unknown color: approx New York Pink. HEX triplet: D7, 84 and 75. RGB value is (215,132,117). Sum of RGB (Red+Green+Blue) = 215+132+117=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D78475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78475 is #287B8A. Grayscale: #9B9B9B. Windows color (decimal): -2653067 or 7701719. OLE color: 7701719.

HSL color Cylindrical-coordinate representation of color #D78475: hue angle of 9.18º 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 #D78475 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215132117-
CMYK00.390.460.16
HSL9.18º55.06%65.1%-
HSV(B)9.18º45.58%84.31%-
XYZ39.4932.2320.97-
YUV155.11106.5170.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=46.34%
G=28.45%
B=25.22%

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
Decimal21513211700.390.460.169.1855.0665.1
HexD784750272E1093741
Octal32720416504756201167101
Binary1101011110000100111010101001111011101000010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78475; }

 p { color: rgb(215,132,117); }

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

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

 a { background-color: rgb(215,132,117); }

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

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

 span { border-color: rgb(215,132,117); }

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