#D48072

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

Shades of New York Pink #D48072

Tints of New York Pink #D48072

Color information

#D48072 (or 0xD48072) is unknown color: approx New York Pink. HEX triplet: D4, 80 and 72. RGB value is (212,128,114). Sum of RGB (Red+Green+Blue) = 212+128+114=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D48072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48072 is #2B7F8D. Grayscale: #979797. Windows color (decimal): -2850702 or 7504084. OLE color: 7504084.

HSL color Cylindrical-coordinate representation of color #D48072: hue angle of 8.57º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D48072 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212128114-
CMYK00.400.460.17
HSL8.57º53.26%63.92%-
HSV(B)8.57º46.23%83.14%-
XYZ37.9130.6519.84-
YUV151.52106.83171.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=46.70%
G=28.19%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212811400.400.460.178.5753.2663.92
HexD480720282E1193540
Octal32420016205056211165100
Binary1101010010000000111001001010001011101000110011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48072; }

 p { color: rgb(212,128,114); }

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

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

 a { background-color: rgb(212,128,114); }

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

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

 span { border-color: rgb(212,128,114); }

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