#DE7E75

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

Shades of New York Pink #DE7E75

Tints of New York Pink #DE7E75

Color information

#DE7E75 (or 0xDE7E75) is unknown color: approx New York Pink. HEX triplet: DE, 7E and 75. RGB value is (222,126,117). Sum of RGB (Red+Green+Blue) = 222+126+117=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E75 is #21818A. Grayscale: #999999. Windows color (decimal): -2195851 or 7700190. OLE color: 7700190.

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

Color convert

RGB222126117-
CMYK00.430.470.13
HSL5.14º61.4%66.47%-
HSV(B)5.14º47.3%87.06%-
XYZ40.831.7420.81-
YUV153.68107.3176.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=47.74%
G=27.10%
B=25.16%

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
Decimal22212611700.430.470.135.1461.466.47
HexDE7E7502B2FD53d42
Octal3361761650535715575102
Binary1101111011111101110101010101110111111011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E75; }

 p { color: rgb(222,126,117); }

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

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

 a { background-color: rgb(222,126,117); }

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

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

 span { border-color: rgb(222,126,117); }

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