#DF7F77

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

Shades of New York Pink #DF7F77

Tints of New York Pink #DF7F77

Color information

#DF7F77 (or 0xDF7F77) is unknown color: approx New York Pink. HEX triplet: DF, 7F and 77. RGB value is (223,127,119). Sum of RGB (Red+Green+Blue) = 223+127+119=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F77 is #208088. Grayscale: #9A9A9A. Windows color (decimal): -2130057 or 7831519. OLE color: 7831519.

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

Color convert

RGB223127119-
CMYK00.430.470.13
HSL4.62º61.9%67.06%-
HSV(B)4.62º46.64%87.45%-
XYZ41.3532.221.49-
YUV154.79107.8176.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=47.55%
G=27.08%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312711900.430.470.134.6261.967.06
HexDF7F7702B2FD53e43
Octal3371771670535715576103
Binary1101111111111111110111010101110111111011011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F77; }

 p { color: rgb(223,127,119); }

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

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

 a { background-color: rgb(223,127,119); }

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

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

 span { border-color: rgb(223,127,119); }

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