#D58073

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

Shades of New York Pink #D58073

Tints of New York Pink #D58073

Color information

#D58073 (or 0xD58073) is unknown color: approx New York Pink. HEX triplet: D5, 80 and 73. RGB value is (213,128,115). Sum of RGB (Red+Green+Blue) = 213+128+115=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D58073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58073 is #2A7F8C. Grayscale: #989898. Windows color (decimal): -2785165 or 7569621. OLE color: 7569621.

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

Color convert

RGB213128115-
CMYK00.400.460.16
HSL7.96º53.85%64.31%-
HSV(B)7.96º46.01%83.53%-
XYZ38.2530.8220.15-
YUV151.93107.16171.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=46.71%
G=28.07%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312811500.400.460.167.9653.8564.31
HexD580730282E1083640
Octal32520016305056201066100
Binary1101010110000000111001101010001011101000010001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58073; }

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

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

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

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

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

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

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

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