#DD846E

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

Shades of New York Pink #DD846E

Tints of New York Pink #DD846E

Color information

#DD846E (or 0xDD846E) is unknown color: approx New York Pink. HEX triplet: DD, 84 and 6E. RGB value is (221,132,110). Sum of RGB (Red+Green+Blue) = 221+132+110=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD846E is #227B91. Grayscale: #9C9C9C. Windows color (decimal): -2259858 or 7242973. OLE color: 7242973.

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

Color convert

RGB221132110-
CMYK00.400.500.13
HSL11.89º62.01%64.9%-
HSV(B)11.89º50.23%86.67%-
XYZ40.883318.97-
YUV156.1101.99174.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=47.73%
G=28.51%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113211000.400.500.1311.8962.0164.9
HexDD846E02832Dc3e41
Octal33520415605062151476101
Binary110111011000010011011100101000110010110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD846E; }

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

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

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

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

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

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

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

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