#DE7C73

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

Shades of New York Pink #DE7C73

Tints of New York Pink #DE7C73

Color information

#DE7C73 (or 0xDE7C73) is unknown color: approx New York Pink. HEX triplet: DE, 7C and 73. RGB value is (222,124,115). Sum of RGB (Red+Green+Blue) = 222+124+115=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C73 is #21838C. Grayscale: #989898. Windows color (decimal): -2196365 or 7568606. OLE color: 7568606.

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

Color convert

RGB222124115-
CMYK00.440.480.13
HSL5.05º61.85%66.08%-
HSV(B)5.05º48.2%87.06%-
XYZ40.4331.1820.11-
YUV152.28106.97177.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=48.16%
G=26.90%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212411500.440.480.135.0561.8566.08
HexDE7C7302C30D53e42
Octal3361741630546015576102
Binary1101111011111001110011010110011000011011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C73; }

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

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

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

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

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

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

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

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