#DD846C

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

Shades of New York Pink #DD846C

Tints of New York Pink #DD846C

Color information

#DD846C (or 0xDD846C) is unknown color: approx New York Pink. HEX triplet: DD, 84 and 6C. RGB value is (221,132,108). Sum of RGB (Red+Green+Blue) = 221+132+108=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD846C is #227B93. Grayscale: #9C9C9C. Windows color (decimal): -2259860 or 7111901. OLE color: 7111901.

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

Color convert

RGB221132108-
CMYK00.400.510.13
HSL12.74º62.43%64.51%-
HSV(B)12.74º51.13%86.67%-
XYZ40.7832.9618.4-
YUV155.88100.99174.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=47.94%
G=28.63%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113210800.400.510.1312.7462.4364.51
HexDD846C02833Dd3e41
Octal33520415405063151576101
Binary110111011000010011011000101000110011110111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD846C; }

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

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

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

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

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

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

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

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