#DE7C71

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

Shades of New York Pink #DE7C71

Tints of New York Pink #DE7C71

Color information

#DE7C71 (or 0xDE7C71) is unknown color: approx New York Pink. HEX triplet: DE, 7C and 71. RGB value is (222,124,113). Sum of RGB (Red+Green+Blue) = 222+124+113=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C71 is #21838E. Grayscale: #989898. Windows color (decimal): -2196367 or 7437534. OLE color: 7437534.

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

Color convert

RGB222124113-
CMYK00.440.490.13
HSL6.06º62.29%65.69%-
HSV(B)6.06º49.1%87.06%-
XYZ40.3131.1419.51-
YUV152.05105.97177.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=48.37%
G=27.02%
B=24.62%

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
Decimal22212411300.440.490.136.0662.2965.69
HexDE7C7102C31D63e42
Octal3361741610546115676102
Binary1101111011111001110001010110011000111011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C71; }

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

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

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

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

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

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

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

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