#D88576

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

Shades of New York Pink #D88576

Tints of New York Pink #D88576

Color information

#D88576 (or 0xD88576) is unknown color: approx New York Pink. HEX triplet: D8, 85 and 76. RGB value is (216,133,118). Sum of RGB (Red+Green+Blue) = 216+133+118=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D88576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88576 is #277A89. Grayscale: #9C9C9C. Windows color (decimal): -2587274 or 7767512. OLE color: 7767512.

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

Color convert

RGB216133118-
CMYK00.380.450.15
HSL9.18º55.68%65.49%-
HSV(B)9.18º45.37%84.71%-
XYZ39.9832.6821.34-
YUV156.11106.5170.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=46.25%
G=28.48%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613311800.380.450.159.1855.6865.49
HexD885760262DF93841
Octal33020516604655171170101
Binary110110001000010111101100100110101101111110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88576; }

 p { color: rgb(216,133,118); }

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

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

 a { background-color: rgb(216,133,118); }

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

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

 span { border-color: rgb(216,133,118); }

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