#D88278

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

Shades of New York Pink #D88278

Tints of New York Pink #D88278

Color information

#D88278 (or 0xD88278) is unknown color: approx New York Pink. HEX triplet: D8, 82 and 78. RGB value is (216,130,120). Sum of RGB (Red+Green+Blue) = 216+130+120=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D88278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88278 is #277D87. Grayscale: #9A9A9A. Windows color (decimal): -2588040 or 7897816. OLE color: 7897816.

HSL color Cylindrical-coordinate representation of color #D88278: hue angle of 6.25º 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 #D88278 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216130120-
CMYK00.400.440.15
HSL6.25º55.17%65.88%-
HSV(B)6.25º44.44%84.71%-
XYZ39.6931.9221.84-
YUV154.57108.49171.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=46.35%
G=27.90%
B=25.75%

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
Decimal21613012000.400.440.156.2555.1765.88
HexD882780282CF63742
Octal3302021700505417667102
Binary11011000100000101111000010100010110011111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88278; }

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

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

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

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

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

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

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

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