#DD826E

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

Shades of New York Pink #DD826E

Tints of New York Pink #DD826E

Color information

#DD826E (or 0xDD826E) is unknown color: approx New York Pink. HEX triplet: DD, 82 and 6E. RGB value is (221,130,110). Sum of RGB (Red+Green+Blue) = 221+130+110=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD826E is #227D91. Grayscale: #9B9B9B. Windows color (decimal): -2260370 or 7242461. OLE color: 7242461.

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

Color convert

RGB221130110-
CMYK00.410.500.13
HSL10.81º62.01%64.9%-
HSV(B)10.81º50.23%86.67%-
XYZ40.6232.4618.88-
YUV154.93102.65175.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=47.94%
G=28.20%
B=23.86%

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
Decimal22113011000.410.500.1310.8162.0164.9
HexDD826E02932Db3e41
Octal33520215605162151376101
Binary110111011000001011011100101001110010110110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD826E; }

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

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

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

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

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

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

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

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