#DF8071

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

Shades of New York Pink #DF8071

Tints of New York Pink #DF8071

Color information

#DF8071 (or 0xDF8071) is unknown color: approx New York Pink. HEX triplet: DF, 80 and 71. RGB value is (223,128,113). Sum of RGB (Red+Green+Blue) = 223+128+113=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8071 is #207F8E. Grayscale: #9A9A9A. Windows color (decimal): -2129807 or 7438559. OLE color: 7438559.

HSL color Cylindrical-coordinate representation of color #DF8071: hue angle of 8.18º 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 #DF8071 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB223128113-
CMYK00.430.490.13
HSL8.18º63.22%65.88%-
HSV(B)8.18º49.33%87.45%-
XYZ41.1332.3219.69-
YUV154.7104.47176.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.06%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=48.06%
G=27.59%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312811300.430.490.138.1863.2265.88
HexDF807102B31D83f42
Octal33720016105361151077102
Binary110111111000000011100010101011110001110110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8071; }

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

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

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

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

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

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

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

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