#DF8571

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

Shades of New York Pink #DF8571

Tints of New York Pink #DF8571

Color information

#DF8571 (or 0xDF8571) is unknown color: approx New York Pink. HEX triplet: DF, 85 and 71. RGB value is (223,133,113). Sum of RGB (Red+Green+Blue) = 223+133+113=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8571 is #207A8E. Grayscale: #9D9D9D. Windows color (decimal): -2128527 or 7439839. OLE color: 7439839.

HSL color Cylindrical-coordinate representation of color #DF8571: hue angle of 10.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF8571 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB223133113-
CMYK00.400.490.13
HSL10.91º63.22%65.88%-
HSV(B)10.91º49.33%87.45%-
XYZ41.833.6619.92-
YUV157.63102.82174.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=47.55%
G=28.36%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313311300.400.490.1310.9163.2265.88
HexDF857102831Db3f42
Octal33720516105061151377102
Binary110111111000010111100010101000110001110110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8571; }

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

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

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

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

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

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

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

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