#DF7D6F

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

Shades of New York Pink #DF7D6F

Tints of New York Pink #DF7D6F

Color information

#DF7D6F (or 0xDF7D6F) is unknown color: approx New York Pink. HEX triplet: DF, 7D and 6F. RGB value is (223,125,111). Sum of RGB (Red+Green+Blue) = 223+125+111=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D6F is #208290. Grayscale: #989898. Windows color (decimal): -2130577 or 7306719. OLE color: 7306719.

HSL color Cylindrical-coordinate representation of color #DF7D6F: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7D6F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223125111-
CMYK00.440.500.13
HSL7.5º63.64%65.49%-
HSV(B)7.5º50.22%87.45%-
XYZ40.6331.518.98-
YUV152.71104.47178.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=48.58%
G=27.23%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312511100.440.500.137.563.6465.49
HexDF7D6F02C32D84041
Octal337175157054621510100101
Binary110111111111101110111101011001100101101100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D6F; }

 p { color: rgb(223,125,111); }

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

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

 a { background-color: rgb(223,125,111); }

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

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

 span { border-color: rgb(223,125,111); }

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