#D18472

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

Shades of New York Pink #D18472

Tints of New York Pink #D18472

Color information

#D18472 (or 0xD18472) is unknown color: approx New York Pink. HEX triplet: D1, 84 and 72. RGB value is (209,132,114). Sum of RGB (Red+Green+Blue) = 209+132+114=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D18472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18472 is #2E7B8D. Grayscale: #999999. Windows color (decimal): -3046286 or 7505105. OLE color: 7505105.

HSL color Cylindrical-coordinate representation of color #D18472: hue angle of 11.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18472 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209132114-
CMYK00.370.450.18
HSL11.37º50.8%63.33%-
HSV(B)11.37º45.45%81.96%-
XYZ37.5831.2719.97-
YUV152.97106.01167.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=45.93%
G=29.01%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913211400.370.450.1811.3750.863.33
HexD184720252D12b333f
Octal3212041620455522136377
Binary110100011000010011100100100101101101100101011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18472; }

 p { color: rgb(209,132,114); }

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

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

 a { background-color: rgb(209,132,114); }

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

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

 span { border-color: rgb(209,132,114); }

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