#D18575

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

Shades of New York Pink #D18575

Tints of New York Pink #D18575

Color information

#D18575 (or 0xD18575) is unknown color: approx New York Pink. HEX triplet: D1, 85 and 75. RGB value is (209,133,117). Sum of RGB (Red+Green+Blue) = 209+133+117=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D18575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18575 is #2E7A8A. Grayscale: #9A9A9A. Windows color (decimal): -3046027 or 7701969. OLE color: 7701969.

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

Color convert

RGB209133117-
CMYK00.360.440.18
HSL10.43º50%63.92%-
HSV(B)10.43º44.02%81.96%-
XYZ37.8931.6120.93-
YUV153.9107.18167.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=45.53%
G=28.98%
B=25.49%

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
Decimal20913311700.360.440.1810.435063.92
HexD185750242C12a3240
Octal32120516504454221262100
Binary1101000110000101111010101001001011001001010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18575; }

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

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

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

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

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

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

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

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