#D88975

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

Shades of New York Pink #D88975

Tints of New York Pink #D88975

Color information

#D88975 (or 0xD88975) is unknown color: approx New York Pink. HEX triplet: D8, 89 and 75. RGB value is (216,137,117). Sum of RGB (Red+Green+Blue) = 216+137+117=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D88975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88975 is #27768A. Grayscale: #9E9E9E. Windows color (decimal): -2586251 or 7703000. OLE color: 7703000.

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

Color convert

RGB216137117-
CMYK00.370.460.15
HSL12.12º55.93%65.29%-
HSV(B)12.12º45.83%84.71%-
XYZ40.4833.7721.22-
YUV158.34104.67169.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=45.96%
G=29.15%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613711700.370.460.1512.1255.9365.29
HexD889750252EFc3841
Octal33021116504556171470101
Binary110110001000100111101010100101101110111111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88975; }

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

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

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

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

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

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

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

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