#DE8974

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

Shades of New York Pink #DE8974

Tints of New York Pink #DE8974

Color information

#DE8974 (or 0xDE8974) is unknown color: approx New York Pink. HEX triplet: DE, 89 and 74. RGB value is (222,137,116). Sum of RGB (Red+Green+Blue) = 222+137+116=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8974 is #21768B. Grayscale: #A0A0A0. Windows color (decimal): -2193036 or 7637470. OLE color: 7637470.

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

Color convert

RGB222137116-
CMYK00.380.480.13
HSL11.89º61.63%66.27%-
HSV(B)11.89º47.75%87.06%-
XYZ42.2234.6820.99-
YUV160.02103.16172.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=46.74%
G=28.84%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213711600.380.480.1311.8961.6366.27
HexDE897402630Dc3e42
Octal33621116404660151476102
Binary110111101000100111101000100110110000110111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8974; }

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

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

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

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

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

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

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

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