#d88473

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

Shades of New York Pink #D88473

Tints of New York Pink #D88473

Color information

#D88473 (or 0xD88473) is unknown color: approx New York Pink. HEX triplet: D8, 84 and 73. RGB value is (216,132,115). Sum of RGB (Red+Green+Blue) = 216+132+115=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D88473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88473 is #277B8C. Grayscale: #9B9B9B. Windows color (decimal): -2587533 or 7570648. OLE color: 7570648.

HSL color Cylindrical-coordinate representation of color #D88473: hue angle of 10.1º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D88473 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216132115-
CMYK00.390.470.15
HSL10.1º56.42%64.9%-
HSV(B)10.1º46.76%84.71%-
XYZ39.6632.3420.37-
YUV155.18105.33171.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=46.65%
G=28.51%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613211500.390.470.1510.156.4264.9
HexD884730272FFa3841
Octal33020416304757171270101
Binary110110001000010011100110100111101111111110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88473; }

 p { color: rgb(216,132,115); }

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

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

 a { background-color: rgb(216,132,115); }

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

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

 span { border-color: rgb(216,132,115); }

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