#DE8A7A

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

Shades of New York Pink #DE8A7A

Tints of New York Pink #DE8A7A

Color information

#DE8A7A (or 0xDE8A7A) is unknown color: approx New York Pink. HEX triplet: DE, 8A and 7A. RGB value is (222,138,122). Sum of RGB (Red+Green+Blue) = 222+138+122=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A7A is #217585. Grayscale: #A1A1A1. Windows color (decimal): -2192774 or 8030942. OLE color: 8030942.

HSL color Cylindrical-coordinate representation of color #DE8A7A: hue angle of 9.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8A7A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB222138122-
CMYK00.380.450.13
HSL9.6º60.24%67.45%-
HSV(B)9.6º45.05%87.06%-
XYZ42.7335.1122.94-
YUV161.29105.83171.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=46.06%
G=28.63%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213812200.380.450.139.660.2467.45
HexDE8A7A0262DDa3c43
Octal33621217204655151274103
Binary110111101000101011110100100110101101110110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8A7A; }

 p { color: rgb(222,138,122); }

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

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

 a { background-color: rgb(222,138,122); }

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

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

 span { border-color: rgb(222,138,122); }

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