#D58379

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

Shades of New York Pink #D58379

Tints of New York Pink #D58379

Color information

#D58379 (or 0xD58379) is unknown color: approx New York Pink. HEX triplet: D5, 83 and 79. RGB value is (213,131,121). Sum of RGB (Red+Green+Blue) = 213+131+121=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58379 is #2A7C86. Grayscale: #9A9A9A. Windows color (decimal): -2784391 or 7963605. OLE color: 7963605.

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

Color convert

RGB213131121-
CMYK00.380.430.16
HSL6.52º52.27%65.49%-
HSV(B)6.52º43.19%83.53%-
XYZ39.0131.7622.16-
YUV154.38109.17169.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=45.81%
G=28.17%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313112100.380.430.166.5252.2765.49
HexD583790262B1073441
Octal3252031710465320764101
Binary110101011000001111110010100110101011100001111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58379; }

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

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

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

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

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

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

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

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