#D58071

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

Shades of New York Pink #D58071

Tints of New York Pink #D58071

Color information

#D58071 (or 0xD58071) is unknown color: approx New York Pink. HEX triplet: D5, 80 and 71. RGB value is (213,128,113). Sum of RGB (Red+Green+Blue) = 213+128+113=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D58071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58071 is #2A7F8E. Grayscale: #979797. Windows color (decimal): -2785167 or 7438549. OLE color: 7438549.

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

Color convert

RGB213128113-
CMYK00.400.470.16
HSL54.35%63.92%-
HSV(B)46.95%83.53%-
XYZ38.1430.7819.55-
YUV151.7106.16171.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=46.92%
G=28.19%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312811300.400.470.16954.3563.92
HexD580710282F1093640
Octal32520016105057201166100
Binary1101010110000000111000101010001011111000010011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58071; }

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

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

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

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

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

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

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

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