#D58473

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

Shades of New York Pink #D58473

Tints of New York Pink #D58473

Color information

#D58473 (or 0xD58473) is unknown color: approx New York Pink. HEX triplet: D5, 84 and 73. RGB value is (213,132,115). Sum of RGB (Red+Green+Blue) = 213+132+115=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D58473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58473 is #2A7B8C. Grayscale: #9A9A9A. Windows color (decimal): -2784141 or 7570645. OLE color: 7570645.

HSL color Cylindrical-coordinate representation of color #D58473: hue angle of 10.41º 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 #D58473 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213132115-
CMYK00.380.460.16
HSL10.41º53.85%64.31%-
HSV(B)10.41º46.01%83.53%-
XYZ38.7931.8920.33-
YUV154.28105.84169.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 115 (45.31% from 255) = 25%
R=46.30%
G=28.70%
B=25%

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
Decimal21313211500.380.460.1610.4153.8564.31
HexD584730262E10a3640
Octal32520416304656201266100
Binary1101010110000100111001101001101011101000010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58473; }

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

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

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

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

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

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

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

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