#DE816E

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

Shades of New York Pink #DE816E

Tints of New York Pink #DE816E

Color information

#DE816E (or 0xDE816E) is unknown color: approx New York Pink. HEX triplet: DE, 81 and 6E. RGB value is (222,129,110). Sum of RGB (Red+Green+Blue) = 222+129+110=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE816E is #217E91. Grayscale: #9A9A9A. Windows color (decimal): -2195090 or 7242206. OLE color: 7242206.

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

Color convert

RGB222129110-
CMYK00.420.500.13
HSL10.18º62.92%65.1%-
HSV(B)10.18º50.45%87.06%-
XYZ40.7932.3618.85-
YUV154.64102.81176.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=48.16%
G=27.98%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212911000.420.500.1310.1862.9265.1
HexDE816E02A32Da3f41
Octal33620115605262151277101
Binary110111101000000111011100101010110010110110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE816E; }

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

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

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

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

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

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

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

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