#D88575

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

Shades of New York Pink #D88575

Tints of New York Pink #D88575

Color information

#D88575 (or 0xD88575) is unknown color: approx New York Pink. HEX triplet: D8, 85 and 75. RGB value is (216,133,117). Sum of RGB (Red+Green+Blue) = 216+133+117=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D88575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88575 is #277A8A. Grayscale: #9C9C9C. Windows color (decimal): -2587275 or 7701976. OLE color: 7701976.

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

Color convert

RGB216133117-
CMYK00.380.460.15
HSL9.7º55.93%65.29%-
HSV(B)9.7º45.83%84.71%-
XYZ39.9232.6621.03-
YUV155.99106170.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=46.35%
G=28.54%
B=25.11%

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
Decimal21613311700.380.460.159.755.9365.29
HexD885750262EFa3841
Octal33020516504656171270101
Binary110110001000010111101010100110101110111110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88575; }

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

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

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

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

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

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

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

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