#DE8370

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

Shades of New York Pink #DE8370

Tints of New York Pink #DE8370

Color information

#DE8370 (or 0xDE8370) is unknown color: approx New York Pink. HEX triplet: DE, 83 and 70. RGB value is (222,131,112). Sum of RGB (Red+Green+Blue) = 222+131+112=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8370 is #217C8F. Grayscale: #9C9C9C. Windows color (decimal): -2194576 or 7373790. OLE color: 7373790.

HSL color Cylindrical-coordinate representation of color #DE8370: hue angle of 10.36º degrees, saturation: 0.62, 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 #DE8370 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222131112-
CMYK00.410.500.13
HSL10.36º62.5%65.49%-
HSV(B)10.36º49.55%87.06%-
XYZ41.1732.9319.52-
YUV156.04103.15175.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=47.74%
G=28.17%
B=24.09%

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
Decimal22213111200.410.500.1310.3662.565.49
HexDE837002932Da3e41
Octal33620316005162151276101
Binary110111101000001111100000101001110010110110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8370; }

 p { color: rgb(222,131,112); }

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

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

 a { background-color: rgb(222,131,112); }

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

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

 span { border-color: rgb(222,131,112); }

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