#D88475

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

Shades of New York Pink #D88475

Tints of New York Pink #D88475

Color information

#D88475 (or 0xD88475) is unknown color: approx New York Pink. HEX triplet: D8, 84 and 75. RGB value is (216,132,117). Sum of RGB (Red+Green+Blue) = 216+132+117=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D88475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88475 is #277B8A. Grayscale: #9B9B9B. Windows color (decimal): -2587531 or 7701720. OLE color: 7701720.

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

Color convert

RGB216132117-
CMYK00.390.460.15
HSL9.09º55.93%65.29%-
HSV(B)9.09º45.83%84.71%-
XYZ39.7832.3920.98-
YUV155.41106.33171.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=46.45%
G=28.39%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613211700.390.460.159.0955.9365.29
HexD884750272EF93841
Octal33020416504756171170101
Binary110110001000010011101010100111101110111110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88475; }

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

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

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

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

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

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

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

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