#D88471

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

Shades of New York Pink #D88471

Tints of New York Pink #D88471

Color information

#D88471 (or 0xD88471) is unknown color: approx New York Pink. HEX triplet: D8, 84 and 71. RGB value is (216,132,113). Sum of RGB (Red+Green+Blue) = 216+132+113=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D88471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88471 is #277B8E. Grayscale: #9B9B9B. Windows color (decimal): -2587535 or 7439576. OLE color: 7439576.

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

Color convert

RGB216132113-
CMYK00.390.480.15
HSL11.07º56.91%64.51%-
HSV(B)11.07º47.69%84.71%-
XYZ39.5532.2919.77-
YUV154.95104.33171.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=46.85%
G=28.63%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613211300.390.480.1511.0756.9164.51
HexD8847102730Fb3941
Octal33020416104760171371101
Binary110110001000010011100010100111110000111110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88471; }

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

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

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

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

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

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

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

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