#D18574

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

Shades of New York Pink #D18574

Tints of New York Pink #D18574

Color information

#D18574 (or 0xD18574) is unknown color: approx New York Pink. HEX triplet: D1, 85 and 74. RGB value is (209,133,116). Sum of RGB (Red+Green+Blue) = 209+133+116=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18574 is #2E7A8B. Grayscale: #999999. Windows color (decimal): -3046028 or 7636433. OLE color: 7636433.

HSL color Cylindrical-coordinate representation of color #D18574: hue angle of 10.97º 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 #D18574 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209133116-
CMYK00.360.440.18
HSL10.97º50.27%63.73%-
HSV(B)10.97º44.5%81.96%-
XYZ37.8331.5920.63-
YUV153.79106.68167.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 116 (45.70% from 255) = 25.33%
R=45.63%
G=29.04%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913311600.360.440.1810.9750.2763.73
HexD185740242C12b3240
Octal32120516404454221362100
Binary1101000110000101111010001001001011001001010111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18574; }

 p { color: rgb(209,133,116); }

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

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

 a { background-color: rgb(209,133,116); }

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

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

 span { border-color: rgb(209,133,116); }

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