#DF8576

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

Shades of New York Pink #DF8576

Tints of New York Pink #DF8576

Color information

#DF8576 (or 0xDF8576) is unknown color: approx New York Pink. HEX triplet: DF, 85 and 76. RGB value is (223,133,118). Sum of RGB (Red+Green+Blue) = 223+133+118=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8576 is #207A89. Grayscale: #9E9E9E. Windows color (decimal): -2128522 or 7767519. OLE color: 7767519.

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

Color convert

RGB223133118-
CMYK00.400.470.13
HSL8.57º62.13%66.86%-
HSV(B)8.57º47.09%87.45%-
XYZ42.0933.7721.44-
YUV158.2105.32174.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.05%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=47.05%
G=28.06%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313311800.400.470.138.5762.1366.86
HexDF85760282FD93e43
Octal33720516605057151176103
Binary110111111000010111101100101000101111110110011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8576; }

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

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

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

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

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

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

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

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