#DE826E

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

Shades of New York Pink #DE826E

Tints of New York Pink #DE826E

Color information

#DE826E (or 0xDE826E) is unknown color: approx New York Pink. HEX triplet: DE, 82 and 6E. RGB value is (222,130,110). Sum of RGB (Red+Green+Blue) = 222+130+110=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE826E is #217D91. Grayscale: #9B9B9B. Windows color (decimal): -2194834 or 7242462. OLE color: 7242462.

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

Color convert

RGB222130110-
CMYK00.410.500.13
HSL10.71º62.92%65.1%-
HSV(B)10.71º50.45%87.06%-
XYZ40.9232.6218.89-
YUV155.23102.48175.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=48.05%
G=28.14%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213011000.410.500.1310.7162.9265.1
HexDE826E02932Db3f41
Octal33620215605162151377101
Binary110111101000001011011100101001110010110110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE826E; }

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

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

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

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

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

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

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

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