#DE7D71

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

Shades of New York Pink #DE7D71

Tints of New York Pink #DE7D71

Color information

#DE7D71 (or 0xDE7D71) is unknown color: approx New York Pink. HEX triplet: DE, 7D and 71. RGB value is (222,125,113). Sum of RGB (Red+Green+Blue) = 222+125+113=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D71 is #21828E. Grayscale: #989898. Windows color (decimal): -2196111 or 7437790. OLE color: 7437790.

HSL color Cylindrical-coordinate representation of color #DE7D71: hue angle of 6.61º degrees, saturation: 0.62, 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 #DE7D71 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222125113-
CMYK00.440.490.13
HSL6.61º62.29%65.69%-
HSV(B)6.61º49.1%87.06%-
XYZ40.4431.3919.55-
YUV152.64105.64177.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=48.26%
G=27.17%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212511300.440.490.136.6162.2965.69
HexDE7D7102C31D73e42
Octal3361751610546115776102
Binary1101111011111011110001010110011000111011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D71; }

 p { color: rgb(222,125,113); }

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

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

 a { background-color: rgb(222,125,113); }

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

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

 span { border-color: rgb(222,125,113); }

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