#D48475

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

Shades of New York Pink #D48475

Tints of New York Pink #D48475

Color information

#D48475 (or 0xD48475) is unknown color: approx New York Pink. HEX triplet: D4, 84 and 75. RGB value is (212,132,117). Sum of RGB (Red+Green+Blue) = 212+132+117=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48475 is #2B7B8A. Grayscale: #9A9A9A. Windows color (decimal): -2849675 or 7701716. OLE color: 7701716.

HSL color Cylindrical-coordinate representation of color #D48475: hue angle of 9.47º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48475 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212132117-
CMYK00.380.450.17
HSL9.47º52.49%64.51%-
HSV(B)9.47º44.81%83.14%-
XYZ38.6131.7820.93-
YUV154.21107169.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=45.99%
G=28.63%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213211700.380.450.179.4752.4964.51
HexD484750262D1193441
Octal32420416504655211164101
Binary1101010010000100111010101001101011011000110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48475; }

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

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

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

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

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

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

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

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