#D58475

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

Shades of New York Pink #D58475

Tints of New York Pink #D58475

Color information

#D58475 (or 0xD58475) is unknown color: approx New York Pink. HEX triplet: D5, 84 and 75. RGB value is (213,132,117). Sum of RGB (Red+Green+Blue) = 213+132+117=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58475 is #2A7B8A. Grayscale: #9A9A9A. Windows color (decimal): -2784139 or 7701717. OLE color: 7701717.

HSL color Cylindrical-coordinate representation of color #D58475: hue angle of 9.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58475 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213132117-
CMYK00.380.450.16
HSL9.38º53.33%64.71%-
HSV(B)9.38º45.07%83.53%-
XYZ38.931.9320.94-
YUV154.51106.84169.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=46.10%
G=28.57%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313211700.380.450.169.3853.3364.71
HexD584750262D1093541
Octal32520416504655201165101
Binary1101010110000100111010101001101011011000010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58475; }

 p { color: rgb(213,132,117); }

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

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

 a { background-color: rgb(213,132,117); }

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

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

 span { border-color: rgb(213,132,117); }

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