#DC8571

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

Shades of New York Pink #DC8571

Tints of New York Pink #DC8571

Color information

#DC8571 (or 0xDC8571) is unknown color: approx New York Pink. HEX triplet: DC, 85 and 71. RGB value is (220,133,113). Sum of RGB (Red+Green+Blue) = 220+133+113=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8571 is #237A8E. Grayscale: #9C9C9C. Windows color (decimal): -2325135 or 7439836. OLE color: 7439836.

HSL color Cylindrical-coordinate representation of color #DC8571: hue angle of 11.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC8571 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220133113-
CMYK00.400.490.14
HSL11.21º60.45%65.29%-
HSV(B)11.21º48.64%86.27%-
XYZ40.8833.1819.87-
YUV156.73103.32173.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=47.21%
G=28.54%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013311300.400.490.1411.2160.4565.29
HexDC857102831Eb3c41
Octal33420516105061161374101
Binary110111001000010111100010101000110001111010111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8571; }

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

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

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

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

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

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

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

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