#D88178

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

Shades of New York Pink #D88178

Tints of New York Pink #D88178

Color information

#D88178 (or 0xD88178) is unknown color: approx New York Pink. HEX triplet: D8, 81 and 78. RGB value is (216,129,120). Sum of RGB (Red+Green+Blue) = 216+129+120=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D88178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88178 is #277E87. Grayscale: #9A9A9A. Windows color (decimal): -2588296 or 7897560. OLE color: 7897560.

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

Color convert

RGB216129120-
CMYK00.400.440.15
HSL5.63º55.17%65.88%-
HSV(B)5.63º44.44%84.71%-
XYZ39.5631.6621.79-
YUV153.99108.82172.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=46.45%
G=27.74%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612912000.400.440.155.6355.1765.88
HexD881780282CF63742
Octal3302011700505417667102
Binary11011000100000011111000010100010110011111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88178; }

 p { color: rgb(216,129,120); }

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

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

 a { background-color: rgb(216,129,120); }

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

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

 span { border-color: rgb(216,129,120); }

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