#DE826D

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

Shades of New York Pink #DE826D

Tints of New York Pink #DE826D

Color information

#DE826D (or 0xDE826D) is unknown color: approx New York Pink. HEX triplet: DE, 82 and 6D. RGB value is (222,130,109). Sum of RGB (Red+Green+Blue) = 222+130+109=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE826D is #217D92. Grayscale: #9B9B9B. Windows color (decimal): -2194835 or 7176926. OLE color: 7176926.

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

Color convert

RGB222130109-
CMYK00.410.510.13
HSL11.15º63.13%64.9%-
HSV(B)11.15º50.9%87.06%-
XYZ40.8732.618.61-
YUV155.11101.98175.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=48.16%
G=28.20%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213010900.410.510.1311.1563.1364.9
HexDE826D02933Db3f41
Octal33620215505163151377101
Binary110111101000001011011010101001110011110110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE826D; }

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

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

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

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

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

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

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

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