#DE846E

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

Shades of New York Pink #DE846E

Tints of New York Pink #DE846E

Color information

#DE846E (or 0xDE846E) is unknown color: approx New York Pink. HEX triplet: DE, 84 and 6E. RGB value is (222,132,110). Sum of RGB (Red+Green+Blue) = 222+132+110=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE846E is #217B91. Grayscale: #9C9C9C. Windows color (decimal): -2194322 or 7242974. OLE color: 7242974.

HSL color Cylindrical-coordinate representation of color #DE846E: hue angle of 11.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE846E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222132110-
CMYK00.410.500.13
HSL11.79º62.92%65.1%-
HSV(B)11.79º50.45%87.06%-
XYZ41.1933.1618.98-
YUV156.4101.82174.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=47.84%
G=28.45%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213211000.410.500.1311.7962.9265.1
HexDE846E02932Dc3f41
Octal33620415605162151477101
Binary110111101000010011011100101001110010110111001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE846E; }

 p { color: rgb(222,132,110); }

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

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

 a { background-color: rgb(222,132,110); }

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

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

 span { border-color: rgb(222,132,110); }

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