#DF8472

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

Shades of New York Pink #DF8472

Tints of New York Pink #DF8472

Color information

#DF8472 (or 0xDF8472) is unknown color: approx New York Pink. HEX triplet: DF, 84 and 72. RGB value is (223,132,114). Sum of RGB (Red+Green+Blue) = 223+132+114=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8472 is #207B8D. Grayscale: #9D9D9D. Windows color (decimal): -2128782 or 7505119. OLE color: 7505119.

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

Color convert

RGB223132114-
CMYK00.410.490.13
HSL9.91º63.01%66.08%-
HSV(B)9.91º48.88%87.45%-
XYZ41.7233.4120.17-
YUV157.16103.65174.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=47.55%
G=28.14%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313211400.410.490.139.9163.0166.08
HexDF847202931Da3f42
Octal33720416205161151277102
Binary110111111000010011100100101001110001110110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8472; }

 p { color: rgb(223,132,114); }

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

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

 a { background-color: rgb(223,132,114); }

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

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

 span { border-color: rgb(223,132,114); }

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