#D88775

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

Shades of New York Pink #D88775

Tints of New York Pink #D88775

Color information

#D88775 (or 0xD88775) is unknown color: approx New York Pink. HEX triplet: D8, 87 and 75. RGB value is (216,135,117). Sum of RGB (Red+Green+Blue) = 216+135+117=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D88775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88775 is #27788A. Grayscale: #9D9D9D. Windows color (decimal): -2586763 or 7702488. OLE color: 7702488.

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

Color convert

RGB216135117-
CMYK00.380.460.15
HSL10.91º55.93%65.29%-
HSV(B)10.91º45.83%84.71%-
XYZ40.1933.2121.12-
YUV157.17105.34169.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 117 (46.09% from 255) = 25%
R=46.15%
G=28.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613511700.380.460.1510.9155.9365.29
HexD887750262EFb3841
Octal33020716504656171370101
Binary110110001000011111101010100110101110111110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88775; }

 p { color: rgb(216,135,117); }

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

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

 a { background-color: rgb(216,135,117); }

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

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

 span { border-color: rgb(216,135,117); }

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