#D58571

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

Shades of New York Pink #D58571

Tints of New York Pink #D58571

Color information

#D58571 (or 0xD58571) is unknown color: approx New York Pink. HEX triplet: D5, 85 and 71. RGB value is (213,133,113). Sum of RGB (Red+Green+Blue) = 213+133+113=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58571 is #2A7A8E. Grayscale: #9A9A9A. Windows color (decimal): -2783887 or 7439829. OLE color: 7439829.

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

Color convert

RGB213133113-
CMYK00.380.470.16
HSL12º54.35%63.92%-
HSV(B)12º46.95%83.53%-
XYZ38.8132.1119.78-
YUV154.64104.5169.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=46.41%
G=28.98%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313311300.380.470.161254.3563.92
HexD585710262F10c3640
Octal32520516104657201466100
Binary1101010110000101111000101001101011111000011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58571; }

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

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

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

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

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

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

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

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