#DE816A

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

Shades of New York Pink #DE816A

Tints of New York Pink #DE816A

Color information

#DE816A (or 0xDE816A) is unknown color: approx New York Pink. HEX triplet: DE, 81 and 6A. RGB value is (222,129,106). Sum of RGB (Red+Green+Blue) = 222+129+106=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE816A is #217E95. Grayscale: #9A9A9A. Windows color (decimal): -2195094 or 6980062. OLE color: 6980062.

HSL color Cylindrical-coordinate representation of color #DE816A: hue angle of 11.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE816A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB222129106-
CMYK00.420.520.13
HSL11.9º63.74%64.31%-
HSV(B)11.9º52.25%87.06%-
XYZ40.5832.2717.73-
YUV154.18100.81176.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=48.58%
G=28.23%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212910600.420.520.1311.963.7464.31
HexDE816A02A34Dc4040
Octal336201152052641514100100
Binary1101111010000001110101001010101101001101110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE816A; }

 p { color: rgb(222,129,106); }

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

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

 a { background-color: rgb(222,129,106); }

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

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

 span { border-color: rgb(222,129,106); }

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