#D18175

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

Shades of New York Pink #D18175

Tints of New York Pink #D18175

Color information

#D18175 (or 0xD18175) is unknown color: approx New York Pink. HEX triplet: D1, 81 and 75. RGB value is (209,129,117). Sum of RGB (Red+Green+Blue) = 209+129+117=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D18175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18175 is #2E7E8A. Grayscale: #979797. Windows color (decimal): -3047051 or 7700945. OLE color: 7700945.

HSL color Cylindrical-coordinate representation of color #D18175: hue angle of 7.83º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18175 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209129117-
CMYK00.380.440.18
HSL7.83º50%63.92%-
HSV(B)7.83º44.02%81.96%-
XYZ37.3630.5420.76-
YUV151.55108.5168.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=45.93%
G=28.35%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912911700.380.440.187.835063.92
HexD181750262C1283240
Octal32120116504654221062100
Binary1101000110000001111010101001101011001001010001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18175; }

 p { color: rgb(209,129,117); }

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

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

 a { background-color: rgb(209,129,117); }

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

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

 span { border-color: rgb(209,129,117); }

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