#DE8972

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

Shades of New York Pink #DE8972

Tints of New York Pink #DE8972

Color information

#DE8972 (or 0xDE8972) is unknown color: approx New York Pink. HEX triplet: DE, 89 and 72. RGB value is (222,137,114). Sum of RGB (Red+Green+Blue) = 222+137+114=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8972 is #21768D. Grayscale: #9F9F9F. Windows color (decimal): -2193038 or 7506398. OLE color: 7506398.

HSL color Cylindrical-coordinate representation of color #DE8972: hue angle of 12.78º 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 #DE8972 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222137114-
CMYK00.380.490.13
HSL12.78º62.07%65.88%-
HSV(B)12.78º48.65%87.06%-
XYZ42.1134.6420.39-
YUV159.79102.16172.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=46.93%
G=28.96%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213711400.380.490.1312.7862.0765.88
HexDE897202631Dd3e42
Octal33621116204661151576102
Binary110111101000100111100100100110110001110111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8972; }

 p { color: rgb(222,137,114); }

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

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

 a { background-color: rgb(222,137,114); }

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

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

 span { border-color: rgb(222,137,114); }

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