#DE8271

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

Shades of New York Pink #DE8271

Tints of New York Pink #DE8271

Color information

#DE8271 (or 0xDE8271) is unknown color: approx New York Pink. HEX triplet: DE, 82 and 71. RGB value is (222,130,113). Sum of RGB (Red+Green+Blue) = 222+130+113=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8271 is #217D8E. Grayscale: #9B9B9B. Windows color (decimal): -2194831 or 7439070. OLE color: 7439070.

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

Color convert

RGB222130113-
CMYK00.410.490.13
HSL9.36º62.29%65.69%-
HSV(B)9.36º49.1%87.06%-
XYZ41.0932.6919.77-
YUV155.57103.98175.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=47.74%
G=27.96%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213011300.410.490.139.3662.2965.69
HexDE827102931D93e42
Octal33620216105161151176102
Binary110111101000001011100010101001110001110110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8271; }

 p { color: rgb(222,130,113); }

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

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

 a { background-color: rgb(222,130,113); }

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

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

 span { border-color: rgb(222,130,113); }

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