#D88477

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

Shades of New York Pink #D88477

Tints of New York Pink #D88477

Color information

#D88477 (or 0xD88477) is unknown color: approx New York Pink. HEX triplet: D8, 84 and 77. RGB value is (216,132,119). Sum of RGB (Red+Green+Blue) = 216+132+119=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D88477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88477 is #277B88. Grayscale: #9B9B9B. Windows color (decimal): -2587529 or 7832792. OLE color: 7832792.

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

Color convert

RGB216132119-
CMYK00.390.450.15
HSL8.04º55.43%65.69%-
HSV(B)8.04º44.91%84.71%-
XYZ39.932.4321.61-
YUV155.63107.33171.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=46.25%
G=28.27%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613211900.390.450.158.0455.4365.69
HexD884770272DF83742
Octal33020416704755171067102
Binary110110001000010011101110100111101101111110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88477; }

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

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

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

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

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

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

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

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