#d58373

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

Shades of New York Pink #D58373

Tints of New York Pink #D58373

Color information

#D58373 (or 0xD58373) is unknown color: approx New York Pink. HEX triplet: D5, 83 and 73. RGB value is (213,131,115). Sum of RGB (Red+Green+Blue) = 213+131+115=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58373 is #2A7C8C. Grayscale: #999999. Windows color (decimal): -2784397 or 7570389. OLE color: 7570389.

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

Color convert

RGB213131115-
CMYK00.380.460.16
HSL9.8º53.85%64.31%-
HSV(B)9.8º46.01%83.53%-
XYZ38.6531.6220.29-
YUV153.69106.17170.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=46.41%
G=28.54%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313111500.380.460.169.853.8564.31
HexD583730262E10a3640
Octal32520316304656201266100
Binary1101010110000011111001101001101011101000010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d58373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d58373; }

 p { color: rgb(213,131,115); }

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

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

 a { background-color: rgb(213,131,115); }

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

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

 span { border-color: rgb(213,131,115); }

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