#DF8475

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

Shades of New York Pink #DF8475

Tints of New York Pink #DF8475

Color information

#DF8475 (or 0xDF8475) is unknown color: approx New York Pink. HEX triplet: DF, 84 and 75. RGB value is (223,132,117). Sum of RGB (Red+Green+Blue) = 223+132+117=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8475 is #207B8A. Grayscale: #9D9D9D. Windows color (decimal): -2128779 or 7701727. OLE color: 7701727.

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

Color convert

RGB223132117-
CMYK00.410.480.13
HSL8.49º62.35%66.67%-
HSV(B)8.49º47.53%87.45%-
XYZ41.8933.4721.08-
YUV157.5105.15174.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=47.25%
G=27.97%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313211700.410.480.138.4962.3566.67
HexDF847502930D83e43
Octal33720416505160151076103
Binary110111111000010011101010101001110000110110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8475; }

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

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

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

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

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

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

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

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